From 12d56d0ccabcf50a92d8106f605d564537d3f1f9 Mon Sep 17 00:00:00 2001 From: fsvreddit <97185438+fsvreddit@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:26:56 +0100 Subject: [PATCH] bump version to 0.11.0 and update peerDependencies for compatibility with Devvit 0.14.0 --- package-lock.json | 39 ++++----------------------------------- package.json | 7 +++---- 2 files changed, 7 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index abf5162..912f7e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "devvit-helpers", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "devvit-helpers", - "version": "0.10.0", + "version": "0.11.0", "funding": [ { "type": "github", @@ -35,9 +35,8 @@ "vitest": "^4.1.7" }, "peerDependencies": { - "@devvit/protos": "^0.13.0", - "@devvit/public-api": "^0.13.0", - "@devvit/shared-types": "^0.13.0" + "@devvit/protos": "^0.13.0 || ^0.14.0", + "@devvit/public-api": "^0.13.0 || ^0.14.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -535,9 +534,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -555,9 +551,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -575,9 +568,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -595,9 +585,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -615,9 +602,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -635,9 +619,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2025,9 +2006,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2049,9 +2027,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2073,9 +2048,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2097,9 +2069,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 44b486b..e61123b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devvit-helpers", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL-3.0-or-later", "type": "module", "main": "./dist/index.js", @@ -57,8 +57,7 @@ "devvit" ], "peerDependencies": { - "@devvit/protos": "^0.13.0", - "@devvit/public-api": "^0.13.0", - "@devvit/shared-types": "^0.13.0" + "@devvit/protos": "^0.13.0 || ^0.14.0", + "@devvit/public-api": "^0.13.0 || ^0.14.0" } }