@xyo-network/react-chain-shared 1.22.0 → 1.23.0
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/package.json +12 -21
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-shared",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,31 +39,29 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/chain-protocol-test": "~1.
|
|
43
|
-
"@xyo-network/react-chain-model": "~1.
|
|
42
|
+
"@xyo-network/chain-protocol-test": "~1.23.0",
|
|
43
|
+
"@xyo-network/react-chain-model": "~1.23.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@bitauth/libauth": "~3.0.0",
|
|
47
|
-
"@metamask/json-rpc-engine": "^10.
|
|
47
|
+
"@metamask/json-rpc-engine": "^10.5.0",
|
|
48
48
|
"@metamask/providers": "^22.1.1",
|
|
49
49
|
"@metamask/utils": "~11.11.0",
|
|
50
|
-
"@mui/material": "
|
|
50
|
+
"@mui/material": "~9.0",
|
|
51
51
|
"@opentelemetry/api": "^1.9.1",
|
|
52
52
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
53
53
|
"@scure/base": "~2.2.0",
|
|
54
54
|
"@scure/bip39": "~2.2.0",
|
|
55
55
|
"@storybook/react-vite": "^10.3.6",
|
|
56
|
-
"@testing-library/dom": ">=7.21.4",
|
|
57
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
58
56
|
"@types/react": "^19.2.14",
|
|
59
57
|
"@xylabs/fetch": "~5.1.2",
|
|
60
58
|
"@xylabs/geo": "^5.1.2",
|
|
61
59
|
"@xylabs/sdk-js": "^5.1.2",
|
|
62
60
|
"@xylabs/threads": "~5.1.2",
|
|
63
|
-
"@xylabs/toolchain": "~7.13.
|
|
64
|
-
"@xylabs/tsconfig": "~7.13.
|
|
65
|
-
"@xylabs/tsconfig-dom": "~7.13.
|
|
66
|
-
"@xylabs/tsconfig-react": "~7.13.
|
|
61
|
+
"@xylabs/toolchain": "~7.13.24",
|
|
62
|
+
"@xylabs/tsconfig": "~7.13.24",
|
|
63
|
+
"@xylabs/tsconfig-dom": "~7.13.24",
|
|
64
|
+
"@xylabs/tsconfig-react": "~7.13.24",
|
|
67
65
|
"@xyo-network/account": "~5.6.2",
|
|
68
66
|
"@xyo-network/account-model": "~5.6.3",
|
|
69
67
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -83,11 +81,9 @@
|
|
|
83
81
|
"@xyo-network/sdk-protocol-js": "~5.6.3",
|
|
84
82
|
"@xyo-network/wallet": "~5.6.2",
|
|
85
83
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
86
|
-
"@xyo-network/xl1-sdk": "^1.
|
|
87
|
-
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
84
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
88
85
|
"ajv": "^8.20.0",
|
|
89
86
|
"async-mutex": "^0.5.0",
|
|
90
|
-
"axios": "^1",
|
|
91
87
|
"bn.js": "^5.2.3",
|
|
92
88
|
"buffer": "^6.0.3",
|
|
93
89
|
"chalk": "^5.6.2",
|
|
@@ -95,7 +91,6 @@
|
|
|
95
91
|
"debug": "~4.4.3",
|
|
96
92
|
"eslint": "^10.3.0",
|
|
97
93
|
"ethers": "^6.16.0",
|
|
98
|
-
"firebase": "^12",
|
|
99
94
|
"hash-wasm": "~4.12.0",
|
|
100
95
|
"idb": "^8.0.3",
|
|
101
96
|
"lru-cache": "^11.3.6",
|
|
@@ -104,12 +99,11 @@
|
|
|
104
99
|
"pako": "^2.1.0",
|
|
105
100
|
"react": "^19.2.6",
|
|
106
101
|
"react-dom": "^19.2.6",
|
|
107
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0",
|
|
108
102
|
"store2": "~2.14.4",
|
|
109
103
|
"storybook": "^10.3.6",
|
|
110
104
|
"typescript": "~5.9.3",
|
|
111
105
|
"uuid": "~14.0.0",
|
|
112
|
-
"vite": "^8.0.
|
|
106
|
+
"vite": "^8.0.12",
|
|
113
107
|
"wasm-feature-detect": "~1.8.0",
|
|
114
108
|
"webextension-polyfill": "^0.12.0",
|
|
115
109
|
"zod": "~4.4.3"
|
|
@@ -119,13 +113,12 @@
|
|
|
119
113
|
"@metamask/json-rpc-engine": "^10.3",
|
|
120
114
|
"@metamask/providers": "^22.1",
|
|
121
115
|
"@metamask/utils": "~11.11",
|
|
122
|
-
"@mui/material": "
|
|
116
|
+
"@mui/material": "~9.0",
|
|
123
117
|
"@opentelemetry/api": "^1.9",
|
|
124
118
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
125
119
|
"@scure/base": "~2.2",
|
|
126
120
|
"@scure/bip39": "~2.2",
|
|
127
121
|
"@storybook/react-vite": "^10.3",
|
|
128
|
-
"@testing-library/dom": ">=7.21.4",
|
|
129
122
|
"@xylabs/fetch": "~5.1",
|
|
130
123
|
"@xylabs/geo": "^5.1",
|
|
131
124
|
"@xylabs/sdk-js": "^5.1",
|
|
@@ -152,14 +145,12 @@
|
|
|
152
145
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
153
146
|
"ajv": "^8.20",
|
|
154
147
|
"async-mutex": "^0.5",
|
|
155
|
-
"axios": "^1",
|
|
156
148
|
"bn.js": "^5.2",
|
|
157
149
|
"buffer": "^6.0",
|
|
158
150
|
"chalk": "^5.6",
|
|
159
151
|
"cosmiconfig": "^9.0",
|
|
160
152
|
"debug": "~4.4",
|
|
161
153
|
"ethers": "^6.16",
|
|
162
|
-
"firebase": "^12",
|
|
163
154
|
"hash-wasm": "~4.12",
|
|
164
155
|
"idb": "^8.0",
|
|
165
156
|
"lru-cache": "^11.3",
|