@xyo-network/react-chain 1.22.0 → 1.23.2
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";
|
|
@@ -8,4 +7,4 @@ export * from "@xyo-network/react-chain-shared";
|
|
|
8
7
|
export * from "@xyo-network/react-chain-stake";
|
|
9
8
|
export * from "@xyo-network/react-chain-transfer-plugin";
|
|
10
9
|
export * from "@xyo-network/xl1-react-transaction";
|
|
11
|
-
//# sourceMappingURL=index.mjs.map
|
|
10
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"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"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
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.2",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,64 +39,59 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/react-chain-blockchain": "~1.
|
|
43
|
-
"@xyo-network/react-chain-model": "~1.
|
|
44
|
-
"@xyo-network/react-chain-
|
|
45
|
-
"@xyo-network/react-chain-
|
|
46
|
-
"@xyo-network/react-chain-
|
|
47
|
-
"@xyo-network/react-
|
|
48
|
-
"@xyo-network/react-chain-
|
|
49
|
-
"@xyo-network/react-chain-
|
|
50
|
-
"@xyo-network/xl1-react-transaction": "~1.22.0"
|
|
42
|
+
"@xyo-network/react-chain-blockchain": "~1.23.2",
|
|
43
|
+
"@xyo-network/react-chain-model": "~1.23.2",
|
|
44
|
+
"@xyo-network/react-chain-provider": "~1.23.2",
|
|
45
|
+
"@xyo-network/react-chain-stake": "~1.23.2",
|
|
46
|
+
"@xyo-network/react-chain-network": "~1.23.2",
|
|
47
|
+
"@xyo-network/xl1-react-transaction": "~1.23.2",
|
|
48
|
+
"@xyo-network/react-chain-transfer-plugin": "~1.23.2",
|
|
49
|
+
"@xyo-network/react-chain-shared": "~1.23.2"
|
|
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.1",
|
|
59
|
+
"@mui/material": "~9.0.1",
|
|
60
|
+
"@mui/system": "~9.0.1",
|
|
61
|
+
"@mui/x-charts": "~9.2",
|
|
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",
|
|
69
66
|
"@rollbar/react": "~1.0.0",
|
|
70
67
|
"@scure/base": "~2.2.0",
|
|
71
68
|
"@scure/bip39": "~2.2.0",
|
|
72
|
-
"@storybook/react-vite": "^10.
|
|
73
|
-
"@testing-library/dom": ">=7.21.4",
|
|
69
|
+
"@storybook/react-vite": "^10.4.0",
|
|
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",
|
|
79
74
|
"@xylabs/pixel": "~5.1.2",
|
|
80
|
-
"@xylabs/react-animation": "~8.0",
|
|
81
|
-
"@xylabs/react-async-effect": "~8.0",
|
|
82
|
-
"@xylabs/react-button": "~8.0",
|
|
83
|
-
"@xylabs/react-crypto": "~8.0",
|
|
84
|
-
"@xylabs/react-error": "~8.0",
|
|
85
|
-
"@xylabs/react-flexbox": "~8.0",
|
|
86
|
-
"@xylabs/react-hooks": "~8.0",
|
|
87
|
-
"@xylabs/react-identicon": "~8.0",
|
|
88
|
-
"@xylabs/react-link": "~8.0",
|
|
89
|
-
"@xylabs/react-promise": "~8.0",
|
|
90
|
-
"@xylabs/react-quick-tip-button": "~8.0",
|
|
91
|
-
"@xylabs/react-select": "~8.0",
|
|
92
|
-
"@xylabs/react-shared": "~8.0",
|
|
93
|
-
"@xylabs/react-theme": "~8.0",
|
|
75
|
+
"@xylabs/react-animation": "~8.0.2",
|
|
76
|
+
"@xylabs/react-async-effect": "~8.0.2",
|
|
77
|
+
"@xylabs/react-button": "~8.0.2",
|
|
78
|
+
"@xylabs/react-crypto": "~8.0.2",
|
|
79
|
+
"@xylabs/react-error": "~8.0.2",
|
|
80
|
+
"@xylabs/react-flexbox": "~8.0.2",
|
|
81
|
+
"@xylabs/react-hooks": "~8.0.2",
|
|
82
|
+
"@xylabs/react-identicon": "~8.0.2",
|
|
83
|
+
"@xylabs/react-link": "~8.0.2",
|
|
84
|
+
"@xylabs/react-promise": "~8.0.2",
|
|
85
|
+
"@xylabs/react-quick-tip-button": "~8.0.2",
|
|
86
|
+
"@xylabs/react-select": "~8.0.2",
|
|
87
|
+
"@xylabs/react-shared": "~8.0.2",
|
|
88
|
+
"@xylabs/react-theme": "~8.0.2",
|
|
94
89
|
"@xylabs/sdk-js": "^5.1.2",
|
|
95
90
|
"@xylabs/threads": "~5.1.2",
|
|
96
|
-
"@xylabs/toolchain": "~
|
|
97
|
-
"@xylabs/tsconfig": "~
|
|
98
|
-
"@xylabs/tsconfig-dom": "~
|
|
99
|
-
"@xylabs/tsconfig-react": "~
|
|
91
|
+
"@xylabs/toolchain": "~8.0.4",
|
|
92
|
+
"@xylabs/tsconfig": "~8.0.4",
|
|
93
|
+
"@xylabs/tsconfig-dom": "~8.0.4",
|
|
94
|
+
"@xylabs/tsconfig-react": "~8.0.3",
|
|
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.2",
|
|
142
|
+
"@xyo-network/xl1-react-client-sdk": "^1.30.2",
|
|
143
|
+
"@xyo-network/xl1-sdk": "^1.30.2",
|
|
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,34 +168,31 @@
|
|
|
174
168
|
"react": "^19.2.6",
|
|
175
169
|
"react-dom": "^19.2.6",
|
|
176
170
|
"react-icons": "~5.6.0",
|
|
177
|
-
"react-is": "
|
|
178
|
-
"react-router-dom": "^7.15.
|
|
171
|
+
"react-is": "^19.2.6",
|
|
172
|
+
"react-router-dom": "^7.15.1",
|
|
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",
|
|
186
|
-
"storybook": "^10.
|
|
187
|
-
"typescript": "~
|
|
178
|
+
"storybook": "^10.4.0",
|
|
179
|
+
"typescript": "~6.0",
|
|
188
180
|
"uuid": "~14.0.0",
|
|
189
|
-
"viem": "^2.
|
|
190
|
-
"vite": "^8.0.
|
|
191
|
-
"vitest": "^4.1.
|
|
181
|
+
"viem": "^2.49.0",
|
|
182
|
+
"vite": "^8.0.13",
|
|
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-
|
|
204
|
-
"@xyo-network/react-chain-client": "~1.22.0"
|
|
188
|
+
"@xyo-network/chain-analyze": "~1.23.2",
|
|
189
|
+
"@xyo-network/chain-ethereum": "~1.23.2",
|
|
190
|
+
"@xyo-network/chain-protocol": "~1.23.2",
|
|
191
|
+
"@xyo-network/chain-protocol-test": "~1.23.2",
|
|
192
|
+
"@xyo-network/chain-validation": "~1.23.2",
|
|
193
|
+
"@xyo-network/chain-services": "~1.23.2",
|
|
194
|
+
"@xyo-network/chain-wrappers": "~1.23.2",
|
|
195
|
+
"@xyo-network/chain-utils": "~1.23.2"
|
|
205
196
|
},
|
|
206
197
|
"peerDependencies": {
|
|
207
198
|
"@bitauth/libauth": "~3.0",
|
|
@@ -210,12 +201,10 @@
|
|
|
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/
|
|
217
|
-
"@mui/system": "^9.0",
|
|
218
|
-
"@mui/x-charts": "~9.1",
|
|
204
|
+
"@mui/icons-material": "~9.0",
|
|
205
|
+
"@mui/material": "~9.0",
|
|
206
|
+
"@mui/system": "~9.0",
|
|
207
|
+
"@mui/x-charts": "~9.2",
|
|
219
208
|
"@mui/x-tree-view": "~9.1",
|
|
220
209
|
"@opentelemetry/api": "^1.9",
|
|
221
210
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
@@ -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": "~6.0",
|
|
331
318
|
"uuid": "~14.0",
|
|
332
319
|
"viem": "^2.48",
|
|
333
320
|
"vite": "^8.0",
|