diff --git a/apps/shelve/package.json b/apps/shelve/package.json index fd89dc40..606f0147 100644 --- a/apps/shelve/package.json +++ b/apps/shelve/package.json @@ -26,8 +26,8 @@ "@nuxt/image": "^1.8.1", "@nuxt/ui": "3.0.0-alpha.9", "@nuxthub/core": "^0.8.7", - "@shelve/crypto": "^1.0.2", - "@shelve/utils": "^1.0.1", + "@shelve/crypto": "^1.0.3", + "@shelve/utils": "^1.0.2", "@vueuse/core": "^11.2.0", "@vueuse/nuxt": "^11.2.0", "drizzle-kit": "^0.28.1", diff --git a/bun.lockb b/bun.lockb index 95be0adc..9bf3c4ec 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 2435c998..8fd2f869 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@shelve/crypto", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "publishConfig": { "access": "public" @@ -18,6 +18,7 @@ } }, "main": "./dist/index.cjs", + "module": "./dist/index.mjs", "files": [ "dist" ], diff --git a/packages/utils/package.json b/packages/utils/package.json index e5a9693d..bbbbcbc8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shelve/utils", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "publishConfig": { "access": "public" @@ -20,6 +20,7 @@ } }, "main": "./dist/index.cjs", + "module": "./dist/index.mjs", "files": [ "dist" ],