@konemono/nostr-login 1.10.1 → 1.10.2

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.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -116,6 +116,8 @@ class AuthNostrService extends EventEmitter implements Signer {
116
116
  this.signerErrCallback('Cancelled by user');
117
117
  this.signerErrCallback = undefined;
118
118
  }
119
+ // readyCallbackもクリアする
120
+ this.resetAuth();
119
121
  this.emit('signerCancelled');
120
122
  }
121
123