@konemono/nostr-login 1.11.6 → 1.11.7
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/modules/Nip46.d.ts +0 -3
- package/dist/unpkg.js +1 -1
- package/package.json +1 -1
- package/src/modules/AuthNostrService.ts +1 -0
- package/src/modules/Nip46.ts +13 -19
package/dist/modules/Nip46.d.ts
CHANGED
|
@@ -50,11 +50,8 @@ export declare class Nip46Signer extends NDKNip46Signer {
|
|
|
50
50
|
private _rpc;
|
|
51
51
|
private lastPingTime;
|
|
52
52
|
private pingCacheDuration;
|
|
53
|
-
private _remotePubkey?;
|
|
54
53
|
constructor(ndk: NDK, localSigner: PrivateKeySigner, signerPubkey: string, iframeOrigin?: string);
|
|
55
54
|
get userPubkey(): string;
|
|
56
|
-
get remotePubkeyAccessor(): string | undefined;
|
|
57
|
-
set remotePubkeyAccessor(value: string | undefined);
|
|
58
55
|
private ensureConnection;
|
|
59
56
|
private setSignerPubkey;
|
|
60
57
|
initUserPubkey(hintPubkey?: string): Promise<void>;
|