@konemono/nostr-login 1.11.14 → 1.11.15

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.11.14",
3
+ "version": "1.11.15",
4
4
  "description": "",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -511,7 +511,7 @@ class AuthNostrService extends EventEmitter implements Signer {
511
511
  }
512
512
 
513
513
  public isAuthing() {
514
- return !!this.readyCallback;
514
+ return !!this.readyCallback || !!this.signerPromise;
515
515
  }
516
516
 
517
517
  public async startAuth() {