@konemono/nostr-login 1.7.31 → 1.7.32

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.7.31",
3
+ "version": "1.7.32",
4
4
  "description": "",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -62,14 +62,12 @@ class ProcessManager extends EventEmitter {
62
62
  }
63
63
 
64
64
  this.callCount--;
65
-
66
65
  this.emit('onCallEnd');
67
66
 
68
67
  if (this.callTimer) {
69
68
  clearTimeout(this.callTimer);
70
69
  }
71
-
72
- this.callTimer = undefined;
70
+ this.callTimer = undefined; // ProcessManager のタイマーIDもここでクリア
73
71
 
74
72
  if (error) {
75
73
  throw error;