@konemono/nostr-login 1.13.0 → 1.13.2

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.
@@ -61,10 +61,8 @@ export declare class ReadyListener {
61
61
  wait(): Promise<any>;
62
62
  }
63
63
  export declare class Nip46Signer extends NDKNip46Signer {
64
- private _userPubkey;
65
64
  private _rpc;
66
65
  constructor(ndk: NDK, localSigner: PrivateKeySigner, signerPubkey: string, iframeOrigin?: string);
67
- get userPubkey(): string;
68
66
  private setSignerPubkey;
69
67
  initUserPubkey(hintPubkey?: string): Promise<void>;
70
68
  listen(nostrConnectSecret: string): Promise<void>;
@@ -1,7 +1,7 @@
1
1
  import { NDKPrivateKeySigner, NDKUser } from '@nostr-dev-kit/ndk';
2
2
  export declare class PrivateKeySigner extends NDKPrivateKeySigner {
3
3
  private nip44;
4
- private _pubkey;
4
+ private _derivedPubkey;
5
5
  constructor(privateKey: string);
6
6
  get pubkey(): string;
7
7
  encryptNip44(recipient: NDKUser, value: string): Promise<string>;
@@ -0,0 +1 @@
1
+ export {};