@konemono/nostr-login 1.12.13 → 1.12.14

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.
@@ -101,7 +101,8 @@ declare class AuthNostrService extends EventEmitter implements Signer {
101
101
  */
102
102
  private disconnectAllRelays;
103
103
  /**
104
- * subscriptionを再開する
104
+ * subscriptionを再開する。
105
+ * タイムアウト付きで、ハングを防止する。
105
106
  */
106
107
  private ensureSubscription;
107
108
  /**