@hashgraphonline/hashinal-wc 2.0.5 → 2.0.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.
@@ -12,6 +12,7 @@ declare class HashinalsWalletConnectSDK {
12
12
  private logger;
13
13
  private network;
14
14
  private reownAppKit;
15
+ private reownAppKitKey;
15
16
  private extensionCheckInterval;
16
17
  private hasCalledExtensionCallback;
17
18
  get dAppConnector(): DAppConnector;
@@ -21,6 +22,7 @@ declare class HashinalsWalletConnectSDK {
21
22
  setNetwork(network: LedgerId): void;
22
23
  getNetwork(): LedgerId;
23
24
  setReownAppKit(appKit: AppKit | null): void;
25
+ private ensureReownAppKit;
24
26
  setLogLevel(level: 'error' | 'warn' | 'info' | 'debug'): void;
25
27
  init(projectId: string, metadata: SignClientTypes.Metadata, network?: LedgerId, onSessionIframeCreated?: (session: SessionTypes.Struct) => void): Promise<DAppConnector>;
26
28
  connect(options?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraphonline/hashinal-wc",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "The official Hashinal Wallet Connect SDK. A set of easy-to-use functions to interact with Hedera through Wallet Connect.",
5
5
  "type": "module",
6
6
  "files": [