diff --git a/packages/system-react/package.json b/packages/system-react/package.json index b26dbe84..0a3f3aec 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.5.6", + "version": "1.5.7", "description": "React hooks for @snort/system", "main": "dist/index.js", "module": "src/index.ts", @@ -17,7 +17,7 @@ ], "dependencies": { "@snort/shared": "^1.0.17", - "@snort/system": "^1.5.6", + "@snort/system": "^1.5.7", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index b0e6a137..0a8010a1 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.5.6", + "version": "1.5.7", "description": "Snort nostr system package", "type": "module", "main": "dist/index.js", diff --git a/packages/system/src/user-state.ts b/packages/system/src/user-state.ts index 0ea19fee..033d1aef 100644 --- a/packages/system/src/user-state.ts +++ b/packages/system/src/user-state.ts @@ -137,6 +137,10 @@ export class UserState extends EventEmitter { } } + get signer() { + return this.#signer; + } + get version() { return this.#version; } diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 7e0e5c13..66e4b771 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@snort/wallet", - "version": "0.2.1", + "version": "0.2.2", "description": "Snort wallet system package", "type": "module", "main": "dist/index.js", @@ -23,7 +23,7 @@ "@lightninglabs/lnc-web": "^0.3.1-alpha", "@scure/base": "^1.1.6", "@snort/shared": "^1.0.17", - "@snort/system": "^1.5.6", + "@snort/system": "^1.5.7", "debug": "^4.3.4", "eventemitter3": "^5.0.1" },