@konemono/nostr-login 1.9.5 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konemono/nostr-login",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -142,6 +142,7 @@ class AuthNostrService extends EventEmitter implements Signer {
142
142
  signerPubkey: '',
143
143
  };
144
144
  console.log('Amber login success', info);
145
+ this.emit('onUserInfo', info);
145
146
  this.onAuth('login', info);
146
147
  }
147
148