@hashgraphonline/hashinal-wc 2.0.13 → 2.0.15
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/es/index.d.ts +3 -1
- package/dist/es/index.js +38 -35
- package/dist/es/index.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/umd/hashinal-wc.umd.js +4 -4
- package/dist/umd/hashinal-wc.umd.js.map +1 -1
- package/dist/umd/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/umd/index.d.ts
CHANGED
|
@@ -8,7 +8,9 @@ import * as HashgraphSDK from '@hashgraph/sdk';
|
|
|
8
8
|
declare class HashinalsWalletConnectSDK {
|
|
9
9
|
private static instance;
|
|
10
10
|
private static dAppConnectorInstance;
|
|
11
|
-
private static
|
|
11
|
+
private static dAppConnectorProjectId;
|
|
12
|
+
private static dAppConnectorNetwork;
|
|
13
|
+
private static dAppConnectorInitPromise;
|
|
12
14
|
private static proxyInstance;
|
|
13
15
|
private logger;
|
|
14
16
|
private network;
|
package/package.json
CHANGED