@solana/connector 0.1.2 → 0.1.3
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/{chunk-JS4KJ2KK.js → chunk-7CKCRY25.js} +22 -36
- package/dist/chunk-7CKCRY25.js.map +1 -0
- package/dist/{chunk-SJEZHNYF.js → chunk-FTD7F7CS.js} +11 -11
- package/dist/{chunk-SJEZHNYF.js.map → chunk-FTD7F7CS.js.map} +1 -1
- package/dist/{chunk-WXYUUCSD.mjs → chunk-HPENTIPE.mjs} +8 -22
- package/dist/chunk-HPENTIPE.mjs.map +1 -0
- package/dist/{chunk-F2QJH5ED.mjs → chunk-MPZFJEJK.mjs} +3 -3
- package/dist/{chunk-F2QJH5ED.mjs.map → chunk-MPZFJEJK.mjs.map} +1 -1
- package/dist/{chunk-RIBOPAOD.js → chunk-TIW3EQPC.js} +31 -20
- package/dist/chunk-TIW3EQPC.js.map +1 -0
- package/dist/{chunk-4K6QY4HR.mjs → chunk-TKJSKXSA.mjs} +31 -20
- package/dist/chunk-TKJSKXSA.mjs.map +1 -0
- package/dist/headless.js +111 -111
- package/dist/headless.mjs +2 -2
- package/dist/index.js +126 -126
- package/dist/index.mjs +3 -3
- package/dist/react.js +16 -16
- package/dist/react.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-4K6QY4HR.mjs.map +0 -1
- package/dist/chunk-JS4KJ2KK.js.map +0 -1
- package/dist/chunk-RIBOPAOD.js.map +0 -1
- package/dist/chunk-WXYUUCSD.mjs.map +0 -1
package/dist/react.js
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkFTD7F7CS_js = require('./chunk-FTD7F7CS.js');
|
|
4
|
+
var chunkTIW3EQPC_js = require('./chunk-TIW3EQPC.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "AppProvider", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkFTD7F7CS_js.UnifiedProvider; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "ConnectorProvider", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkFTD7F7CS_js.ConnectorProvider; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "UnifiedProvider", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkFTD7F7CS_js.UnifiedProvider; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "useAccount", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkFTD7F7CS_js.useAccount; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "useCluster", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkFTD7F7CS_js.useCluster; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "useConnector", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkFTD7F7CS_js.useConnector; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "useConnectorClient", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkFTD7F7CS_js.useConnectorClient; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "useGillSolanaClient", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkFTD7F7CS_js.useGillSolanaClient; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "useGillTransactionSigner", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkFTD7F7CS_js.useGillTransactionSigner; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "useTransactionPreparer", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkFTD7F7CS_js.useTransactionPreparer; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "useTransactionSigner", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkFTD7F7CS_js.useTransactionSigner; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "useWalletInfo", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkFTD7F7CS_js.useWalletInfo; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "ConnectorErrorBoundary", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkTIW3EQPC_js.ConnectorErrorBoundary; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "withErrorBoundary", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkTIW3EQPC_js.withErrorBoundary; }
|
|
63
63
|
});
|
|
64
64
|
//# sourceMappingURL=react.js.map
|
|
65
65
|
//# sourceMappingURL=react.js.map
|
package/dist/react.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { UnifiedProvider as AppProvider, ConnectorProvider, UnifiedProvider, useAccount, useCluster, useConnector, useConnectorClient, useGillSolanaClient, useGillTransactionSigner, useTransactionPreparer, useTransactionSigner, useWalletInfo } from './chunk-
|
|
2
|
-
export { ConnectorErrorBoundary, withErrorBoundary } from './chunk-
|
|
1
|
+
export { UnifiedProvider as AppProvider, ConnectorProvider, UnifiedProvider, useAccount, useCluster, useConnector, useConnectorClient, useGillSolanaClient, useGillTransactionSigner, useTransactionPreparer, useTransactionSigner, useWalletInfo } from './chunk-MPZFJEJK.mjs';
|
|
2
|
+
export { ConnectorErrorBoundary, withErrorBoundary } from './chunk-TKJSKXSA.mjs';
|
|
3
3
|
//# sourceMappingURL=react.mjs.map
|
|
4
4
|
//# sourceMappingURL=react.mjs.map
|