diff --git a/packages/shared/package.json b/packages/shared/package.json index 7d011489..cc4dc1e1 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@snort/shared", - "version": "1.0.15", + "version": "1.0.16", "description": "Shared components for Snort", "type": "module", "module": "src/index.ts", diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 54f79671..21a29462 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.3.6", + "version": "1.3.7", "description": "React hooks for @snort/system", "main": "dist/index.js", "module": "src/index.ts", @@ -16,8 +16,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.15", - "@snort/system": "^1.3.6", + "@snort/shared": "^1.0.16", + "@snort/system": "^1.3.7", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 867a8896..4ce1d449 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.3.6", + "version": "1.3.7", "description": "Snort nostr system package", "type": "module", "main": "dist/index.js", @@ -37,7 +37,7 @@ "@noble/hashes": "^1.4.0", "@nostr-dev-kit/ndk": "^2.8.2", "@scure/base": "^1.1.6", - "@snort/shared": "^1.0.15", + "@snort/shared": "^1.0.16", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "eventemitter3": "^5.0.1", diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 585705dd..ccc2de88 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@snort/wallet", - "version": "0.1.4", + "version": "0.1.5", "description": "Snort wallet system package", "type": "module", "main": "dist/index.js", @@ -22,8 +22,8 @@ "@cashu/cashu-ts": "^1.0.0-rc.3", "@lightninglabs/lnc-web": "^0.3.1-alpha", "@scure/base": "^1.1.6", - "@snort/shared": "^1.0.15", - "@snort/system": "^1.3.6", + "@snort/shared": "^1.0.16", + "@snort/system": "^1.3.7", "debug": "^4.3.4", "eventemitter3": "^5.0.1" },