@xyo-network/react-chain-network 1.16.16 → 1.16.17
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.
|
@@ -3,5 +3,5 @@ import { type NetworkBootstrap } from '@xyo-network/xl1-network-model';
|
|
|
3
3
|
* Get the viewer for the active network, first from the wallet or fallback to HTTP RPC
|
|
4
4
|
* @returns - XyoViewer for the active network
|
|
5
5
|
*/
|
|
6
|
-
export declare const useViewerInPage: (networkOverride?: NetworkBootstrap) => import("@xyo-network/xl1-protocol-sdk").XyoViewer |
|
|
6
|
+
export declare const useViewerInPage: (networkOverride?: NetworkBootstrap) => import("@xyo-network/xl1-protocol-sdk").XyoViewer | undefined;
|
|
7
7
|
//# sourceMappingURL=useViewerInPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useViewerInPage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInPage.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,kBAAkB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"useViewerInPage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInPage.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,kBAAkB,gBAAgB,kEAUjE,CAAA"}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Get the viewer directly from the active network
|
|
3
3
|
* @returns - The viewer for the active network
|
|
4
4
|
*/
|
|
5
|
-
export declare const useViewerInWallet: () => import("@xyo-network/xl1-
|
|
5
|
+
export declare const useViewerInWallet: () => import("@xyo-network/xl1-protocol-sdk").XyoViewer | undefined;
|
|
6
6
|
//# sourceMappingURL=useViewerInWallet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useViewerInWallet.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInWallet.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"useViewerInWallet.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInWallet.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,eAAO,MAAM,iBAAiB,qEAI7B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-network",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.17",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -38,7 +38,10 @@
|
|
|
38
38
|
"types": "./dist/browser/index.d.ts",
|
|
39
39
|
"files": [
|
|
40
40
|
"dist",
|
|
41
|
-
"src"
|
|
41
|
+
"src",
|
|
42
|
+
"!**/*.bench.*",
|
|
43
|
+
"!**/*.spec.*",
|
|
44
|
+
"!**/*.test.*"
|
|
42
45
|
],
|
|
43
46
|
"scripts": {
|
|
44
47
|
"build-storybook": "storybook build",
|
|
@@ -49,11 +52,11 @@
|
|
|
49
52
|
"@xylabs/react-promise": "~7.1.8",
|
|
50
53
|
"@xylabs/react-shared": "~7.1.8",
|
|
51
54
|
"@xylabs/sdk-js": "~5.0.34",
|
|
52
|
-
"@xyo-network/react-chain-provider": "~1.16.
|
|
53
|
-
"@xyo-network/react-chain-shared": "~1.16.
|
|
54
|
-
"@xyo-network/xl1-network-model": "~1.16.
|
|
55
|
+
"@xyo-network/react-chain-provider": "~1.16.17",
|
|
56
|
+
"@xyo-network/react-chain-shared": "~1.16.17",
|
|
57
|
+
"@xyo-network/xl1-network-model": "~1.16.17",
|
|
55
58
|
"@xyo-network/xl1-protocol": "~1.13.11",
|
|
56
|
-
"@xyo-network/xl1-protocol-sdk": "~1.16.
|
|
59
|
+
"@xyo-network/xl1-protocol-sdk": "~1.16.17"
|
|
57
60
|
},
|
|
58
61
|
"devDependencies": {
|
|
59
62
|
"@emotion/react": "~11.14.0",
|
|
@@ -67,7 +70,7 @@
|
|
|
67
70
|
"@xylabs/tsconfig": "~7.2.8",
|
|
68
71
|
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
69
72
|
"@xylabs/tsconfig-react": "~7.2.8",
|
|
70
|
-
"@xyo-network/react-chain-model": "~1.16.
|
|
73
|
+
"@xyo-network/react-chain-model": "~1.16.17",
|
|
71
74
|
"eslint": "^9.39.1",
|
|
72
75
|
"react": "~19.2.0",
|
|
73
76
|
"react-dom": "~19.2.0",
|