@konemono/nostr-login 1.9.13 → 1.10.0

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.
@@ -1 +1,4 @@
1
1
  export declare const CALL_TIMEOUT = 5000;
2
+ export declare const DEFAULT_NIP46_RELAYS: string[];
3
+ export declare const NIP46_REQUEST_TIMEOUT = 30000;
4
+ export declare const NIP46_CONNECT_TIMEOUT = 60000;