@xyo-network/react-chain 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/dist/browser/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,0CAA0C,CAAA;AACxD,cAAc,oCAAoC,CAAA"}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@xyo-network/react-chain-blockchain";
|
|
3
|
-
export * from "@xyo-network/react-chain-blockies";
|
|
4
3
|
export * from "@xyo-network/react-chain-model";
|
|
5
4
|
export * from "@xyo-network/react-chain-network";
|
|
6
5
|
export * from "@xyo-network/react-chain-provider";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-chain-blockchain'\nexport * from '@xyo-network/react-chain-
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-chain-blockchain'\nexport * from '@xyo-network/react-chain-model'\nexport * from '@xyo-network/react-chain-network'\nexport * from '@xyo-network/react-chain-provider'\nexport * from '@xyo-network/react-chain-shared'\nexport * from '@xyo-network/react-chain-stake'\nexport * from '@xyo-network/react-chain-transfer-plugin'\nexport * from '@xyo-network/xl1-react-transaction'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
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",
|
|
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,30 +39,27 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/react-chain-
|
|
43
|
-
"@xyo-network/react-chain-
|
|
44
|
-
"@xyo-network/react-chain-
|
|
45
|
-
"@xyo-network/react-chain-
|
|
46
|
-
"@xyo-network/react-chain-provider": "~1.
|
|
47
|
-
"@xyo-network/react-chain-
|
|
48
|
-
"@xyo-network/react-
|
|
49
|
-
"@xyo-network/react-chain-stake": "~1.
|
|
50
|
-
"@xyo-network/xl1-react-transaction": "~1.22.0"
|
|
42
|
+
"@xyo-network/react-chain-model": "~1.23.0",
|
|
43
|
+
"@xyo-network/react-chain-blockchain": "~1.23.0",
|
|
44
|
+
"@xyo-network/react-chain-network": "~1.23.0",
|
|
45
|
+
"@xyo-network/react-chain-shared": "~1.23.0",
|
|
46
|
+
"@xyo-network/react-chain-provider": "~1.23.0",
|
|
47
|
+
"@xyo-network/react-chain-transfer-plugin": "~1.23.0",
|
|
48
|
+
"@xyo-network/xl1-react-transaction": "~1.23.0",
|
|
49
|
+
"@xyo-network/react-chain-stake": "~1.23.0"
|
|
51
50
|
},
|
|
52
51
|
"devDependencies": {
|
|
53
52
|
"@bitauth/libauth": "~3.0.0",
|
|
54
53
|
"@emotion/react": "^11.14.0",
|
|
55
54
|
"@emotion/styled": "^11.14.1",
|
|
56
|
-
"@metamask/json-rpc-engine": "^10.
|
|
55
|
+
"@metamask/json-rpc-engine": "^10.5.0",
|
|
57
56
|
"@metamask/providers": "^22.1.1",
|
|
58
57
|
"@metamask/utils": "~11.11.0",
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@mui/
|
|
62
|
-
"@mui/
|
|
63
|
-
"@mui/
|
|
64
|
-
"@mui/x-charts": "~9.1.0",
|
|
65
|
-
"@mui/x-tree-view": "~9.1.0",
|
|
58
|
+
"@mui/icons-material": "~9.0",
|
|
59
|
+
"@mui/material": "~9.0",
|
|
60
|
+
"@mui/system": "~9.0",
|
|
61
|
+
"@mui/x-charts": "~9.1",
|
|
62
|
+
"@mui/x-tree-view": "~9.1",
|
|
66
63
|
"@opentelemetry/api": "^1.9.1",
|
|
67
64
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
68
65
|
"@react-spring/web": "~10.0.3",
|
|
@@ -70,9 +67,7 @@
|
|
|
70
67
|
"@scure/base": "~2.2.0",
|
|
71
68
|
"@scure/bip39": "~2.2.0",
|
|
72
69
|
"@storybook/react-vite": "^10.3.6",
|
|
73
|
-
"@testing-library/dom": ">=7.21.4",
|
|
74
70
|
"@textea/json-viewer": "^4.0.1",
|
|
75
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
76
71
|
"@types/react": "^19.2.14",
|
|
77
72
|
"@xylabs/fetch": "~5.1.2",
|
|
78
73
|
"@xylabs/geo": "^5.1.2",
|
|
@@ -93,10 +88,10 @@
|
|
|
93
88
|
"@xylabs/react-theme": "~8.0",
|
|
94
89
|
"@xylabs/sdk-js": "^5.1.2",
|
|
95
90
|
"@xylabs/threads": "~5.1.2",
|
|
96
|
-
"@xylabs/toolchain": "~7.13.
|
|
97
|
-
"@xylabs/tsconfig": "~7.13.
|
|
98
|
-
"@xylabs/tsconfig-dom": "~7.13.
|
|
99
|
-
"@xylabs/tsconfig-react": "~7.13.
|
|
91
|
+
"@xylabs/toolchain": "~7.13.24",
|
|
92
|
+
"@xylabs/tsconfig": "~7.13.24",
|
|
93
|
+
"@xylabs/tsconfig-dom": "~7.13.24",
|
|
94
|
+
"@xylabs/tsconfig-react": "~7.13.24",
|
|
100
95
|
"@xyo-network/account": "~5.6.2",
|
|
101
96
|
"@xyo-network/account-model": "~5.6.3",
|
|
102
97
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -143,11 +138,11 @@
|
|
|
143
138
|
"@xyo-network/typeof": "~5.3.30",
|
|
144
139
|
"@xyo-network/wallet": "~5.6.2",
|
|
145
140
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
146
|
-
"@xyo-network/xl1-
|
|
147
|
-
"
|
|
141
|
+
"@xyo-network/xl1-blockies": "^1.30.0",
|
|
142
|
+
"@xyo-network/xl1-react-client-sdk": "^1.30.0",
|
|
143
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
148
144
|
"ajv": "^8.20.0",
|
|
149
145
|
"async-mutex": "^0.5.0",
|
|
150
|
-
"axios": "^1",
|
|
151
146
|
"bn.js": "^5.2.3",
|
|
152
147
|
"bowser": "^2.14.1",
|
|
153
148
|
"buffer": "^6.0.3",
|
|
@@ -158,7 +153,6 @@
|
|
|
158
153
|
"eslint": "^10.3.0",
|
|
159
154
|
"ethers": "^6.16.0",
|
|
160
155
|
"fast-deep-equal": "~3.1.3",
|
|
161
|
-
"firebase": "^12",
|
|
162
156
|
"hash-wasm": "~4.12.0",
|
|
163
157
|
"idb": "^8.0.3",
|
|
164
158
|
"jdenticon": "~3.3.0",
|
|
@@ -174,12 +168,10 @@
|
|
|
174
168
|
"react": "^19.2.6",
|
|
175
169
|
"react-dom": "^19.2.6",
|
|
176
170
|
"react-icons": "~5.6.0",
|
|
177
|
-
"react-is": "
|
|
171
|
+
"react-is": "^19.2.6",
|
|
178
172
|
"react-router-dom": "^7.15.0",
|
|
179
173
|
"recharts": "~3.8.1",
|
|
180
|
-
"redux": "^5.0.0",
|
|
181
174
|
"rollbar": "^3.1.0",
|
|
182
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0",
|
|
183
175
|
"shallowequal": "~1.1.0",
|
|
184
176
|
"spark-md5": "~3.0.2",
|
|
185
177
|
"store2": "~2.14.4",
|
|
@@ -187,21 +179,20 @@
|
|
|
187
179
|
"typescript": "~5.9.3",
|
|
188
180
|
"uuid": "~14.0.0",
|
|
189
181
|
"viem": "^2.48.11",
|
|
190
|
-
"vite": "^8.0.
|
|
191
|
-
"vitest": "^4.1.
|
|
182
|
+
"vite": "^8.0.12",
|
|
183
|
+
"vitest": "^4.1.6",
|
|
192
184
|
"wasm-feature-detect": "~1.8.0",
|
|
193
185
|
"web3-types": "~1.10.0",
|
|
194
186
|
"webextension-polyfill": "^0.12.0",
|
|
195
187
|
"zod": "~4.4.3",
|
|
196
|
-
"@xyo-network/chain-analyze": "~1.
|
|
197
|
-
"@xyo-network/chain-ethereum": "~1.
|
|
198
|
-
"@xyo-network/chain-protocol": "~1.
|
|
199
|
-
"@xyo-network/chain-
|
|
200
|
-
"@xyo-network/chain-
|
|
201
|
-
"@xyo-network/chain-
|
|
202
|
-
"@xyo-network/chain-
|
|
203
|
-
"@xyo-network/chain-wrappers": "~1.
|
|
204
|
-
"@xyo-network/react-chain-client": "~1.22.0"
|
|
188
|
+
"@xyo-network/chain-analyze": "~1.23.0",
|
|
189
|
+
"@xyo-network/chain-ethereum": "~1.23.0",
|
|
190
|
+
"@xyo-network/chain-protocol": "~1.23.0",
|
|
191
|
+
"@xyo-network/chain-utils": "~1.23.0",
|
|
192
|
+
"@xyo-network/chain-validation": "~1.23.0",
|
|
193
|
+
"@xyo-network/chain-protocol-test": "~1.23.0",
|
|
194
|
+
"@xyo-network/chain-services": "~1.23.0",
|
|
195
|
+
"@xyo-network/chain-wrappers": "~1.23.0"
|
|
205
196
|
},
|
|
206
197
|
"peerDependencies": {
|
|
207
198
|
"@bitauth/libauth": "~3.0",
|
|
@@ -210,11 +201,9 @@
|
|
|
210
201
|
"@metamask/json-rpc-engine": "^10.3",
|
|
211
202
|
"@metamask/providers": "^22.1",
|
|
212
203
|
"@metamask/utils": "~11.11",
|
|
213
|
-
"@
|
|
214
|
-
"@
|
|
215
|
-
"@mui/
|
|
216
|
-
"@mui/material": "^9.0",
|
|
217
|
-
"@mui/system": "^9.0",
|
|
204
|
+
"@mui/icons-material": "~9.0",
|
|
205
|
+
"@mui/material": "~9.0",
|
|
206
|
+
"@mui/system": "~9.0",
|
|
218
207
|
"@mui/x-charts": "~9.1",
|
|
219
208
|
"@mui/x-tree-view": "~9.1",
|
|
220
209
|
"@opentelemetry/api": "^1.9",
|
|
@@ -224,7 +213,6 @@
|
|
|
224
213
|
"@scure/base": "~2.2",
|
|
225
214
|
"@scure/bip39": "~2.2",
|
|
226
215
|
"@storybook/react-vite": "^10.3",
|
|
227
|
-
"@testing-library/dom": ">=7.21.4",
|
|
228
216
|
"@textea/json-viewer": "^4.0",
|
|
229
217
|
"@xylabs/fetch": "~5.1",
|
|
230
218
|
"@xylabs/geo": "^5.1",
|
|
@@ -290,10 +278,11 @@
|
|
|
290
278
|
"@xyo-network/typeof": "~5.3",
|
|
291
279
|
"@xyo-network/wallet": "~5.6",
|
|
292
280
|
"@xyo-network/wallet-model": "^5.6",
|
|
281
|
+
"@xyo-network/xl1-blockies": "^1.28",
|
|
282
|
+
"@xyo-network/xl1-react-client-sdk": "^1.28",
|
|
293
283
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
294
284
|
"ajv": "^8.20",
|
|
295
285
|
"async-mutex": "^0.5",
|
|
296
|
-
"axios": "^1",
|
|
297
286
|
"bn.js": "^5.2",
|
|
298
287
|
"bowser": "^2.14",
|
|
299
288
|
"buffer": "^6.0",
|
|
@@ -302,7 +291,6 @@
|
|
|
302
291
|
"debug": "~4.4",
|
|
303
292
|
"ethers": "^6.16",
|
|
304
293
|
"fast-deep-equal": "~3.1",
|
|
305
|
-
"firebase": "^12",
|
|
306
294
|
"hash-wasm": "~4.12",
|
|
307
295
|
"idb": "^8.0",
|
|
308
296
|
"jdenticon": "~3.3",
|
|
@@ -318,16 +306,15 @@
|
|
|
318
306
|
"react": "^19.2",
|
|
319
307
|
"react-dom": "^19.2",
|
|
320
308
|
"react-icons": "~5.6",
|
|
321
|
-
"react-is": "
|
|
309
|
+
"react-is": "^19.2",
|
|
322
310
|
"react-router-dom": "^7.15",
|
|
323
311
|
"recharts": "~3.8",
|
|
324
|
-
"redux": "^5.0.0",
|
|
325
312
|
"rollbar": "^3.1",
|
|
326
313
|
"shallowequal": "~1.1",
|
|
327
314
|
"spark-md5": "~3.0",
|
|
328
315
|
"store2": "~2.14",
|
|
329
316
|
"storybook": "^10.3",
|
|
330
|
-
"typescript": "
|
|
317
|
+
"typescript": "~5.9",
|
|
331
318
|
"uuid": "~14.0",
|
|
332
319
|
"viem": "^2.48",
|
|
333
320
|
"vite": "^8.0",
|