@hashgraphonline/hashinal-wc 1.0.75 → 1.0.78

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.
@@ -16,7 +16,7 @@ declare class HashinalsWalletConnectSDK {
16
16
  setNetwork(network: LedgerId): void;
17
17
  getNetwork(): LedgerId;
18
18
  setLogLevel(level: 'error' | 'warn' | 'info' | 'debug'): void;
19
- init(projectId: string, metadata: SignClientTypes.Metadata, network?: LedgerId): Promise<DAppConnector>;
19
+ init(projectId: string, metadata: SignClientTypes.Metadata, network?: LedgerId, onSessionIframeCreated?: (session: SessionTypes.Struct) => void): Promise<DAppConnector>;
20
20
  connect(): Promise<SessionTypes.Struct>;
21
21
  disconnect(): Promise<boolean>;
22
22
  disconnectAll(): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraphonline/hashinal-wc",
3
- "version": "1.0.75",
3
+ "version": "1.0.78",
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": [
@@ -28,8 +28,8 @@
28
28
  "build": "npm run clean && npm run build:umd && npm run build:es && npm run build:ts",
29
29
  "build:ts": "tsc --emitDeclarationOnly --project tsconfig.json",
30
30
  "prepublish": "npm run build",
31
- "pub": "npm publish --access public",
32
- "pub-canary": "npm publish --access public --tag canary"
31
+ "publish": "npm publish --access public",
32
+ "publish:canary": "npm publish --access public --tag canary"
33
33
  },
34
34
  "dependencies": {
35
35
  "@hashgraph/hedera-wallet-connect": "1.3.7-canary.813a6d2.0",