@xyo-network/react-chain-blockchain 1.21.3 → 1.22.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/components/block/BlockHeadingFlexbox.d.ts.map +1 -1
- package/dist/browser/components/block/LinkedDivider.d.ts.map +1 -1
- package/dist/browser/components/block/hooks/useBlockHeadingEvents.d.ts +1 -1
- package/dist/browser/components/block/hooks/useBlockHeadingEvents.d.ts.map +1 -1
- package/dist/browser/components/chain/controls/PollingControlsFlexbox.d.ts.map +1 -1
- package/dist/browser/components/chain/list/Animated.d.ts.map +1 -1
- package/dist/browser/components/chain/stats/producer/ProducerFlexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/producer-intent/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/transfer/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/transfer/builder/SingleFlexbox.d.ts.map +1 -1
- package/dist/browser/components/rate/flexbox/FlexBox.d.ts.map +1 -1
- package/dist/browser/components/rate/gauge/Container.d.ts +2 -0
- package/dist/browser/components/rate/gauge/Container.d.ts.map +1 -1
- package/dist/browser/components/rate/support/MetricTypography.d.ts.map +1 -1
- package/dist/browser/components/transactions/TransactionsQuickTipButton.d.ts.map +1 -1
- package/dist/browser/components/transactions/submit/SubmitChain.d.ts.map +1 -1
- package/dist/browser/context/analyzer/context.d.ts +22 -1
- package/dist/browser/context/analyzer/context.d.ts.map +1 -1
- package/dist/browser/context/chain/Context.d.ts +16 -1
- package/dist/browser/context/chain/Context.d.ts.map +1 -1
- package/dist/browser/context/polling/context.d.ts +16 -1
- package/dist/browser/context/polling/context.d.ts.map +1 -1
- package/dist/browser/index.mjs +115 -51
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +79 -64
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-blockchain",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.22.0",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,25 +39,27 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/chain-
|
|
43
|
-
"@xyo-network/chain-
|
|
44
|
-
"@xyo-network/
|
|
45
|
-
"@xyo-network/react-chain-
|
|
46
|
-
"@xyo-network/chain-
|
|
47
|
-
"@xyo-network/
|
|
42
|
+
"@xyo-network/chain-wrappers": "~1.22.0",
|
|
43
|
+
"@xyo-network/react-chain-blockies": "~1.22.0",
|
|
44
|
+
"@xyo-network/chain-analyze": "~1.22.0",
|
|
45
|
+
"@xyo-network/react-chain-provider": "~1.22.0",
|
|
46
|
+
"@xyo-network/react-chain-shared": "~1.22.0",
|
|
47
|
+
"@xyo-network/chain-protocol": "~1.22.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@bitauth/libauth": "~3.0.0",
|
|
51
51
|
"@emotion/react": "^11.14.0",
|
|
52
52
|
"@emotion/styled": "^11.14.1",
|
|
53
|
-
"@metamask/json-rpc-engine": "^10.
|
|
53
|
+
"@metamask/json-rpc-engine": "^10.4.0",
|
|
54
54
|
"@metamask/providers": "^22.1.1",
|
|
55
55
|
"@metamask/utils": "~11.11.0",
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@mui/
|
|
59
|
-
"@mui/
|
|
60
|
-
"@mui/
|
|
56
|
+
"@mixpanel/rrweb": "^2.0.0-alpha.18",
|
|
57
|
+
"@mixpanel/rrweb-utils": "^2.0.0-alpha.18",
|
|
58
|
+
"@mui/icons-material": "^9.0.1",
|
|
59
|
+
"@mui/material": "^9.0.1",
|
|
60
|
+
"@mui/system": "^9.0.1",
|
|
61
|
+
"@mui/x-charts": "~9.1.0",
|
|
62
|
+
"@mui/x-tree-view": "~9.1.0",
|
|
61
63
|
"@opentelemetry/api": "^1.9.1",
|
|
62
64
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
63
65
|
"@react-spring/web": "~10.0.3",
|
|
@@ -65,30 +67,32 @@
|
|
|
65
67
|
"@scure/base": "~2.2.0",
|
|
66
68
|
"@scure/bip39": "~2.2.0",
|
|
67
69
|
"@storybook/react-vite": "^10.3.6",
|
|
70
|
+
"@testing-library/dom": ">=7.21.4",
|
|
68
71
|
"@textea/json-viewer": "^4.0.1",
|
|
72
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
69
73
|
"@types/react": "^19.2.14",
|
|
70
74
|
"@xylabs/fetch": "~5.1.2",
|
|
71
75
|
"@xylabs/geo": "^5.1.2",
|
|
72
76
|
"@xylabs/pixel": "~5.1.2",
|
|
73
|
-
"@xylabs/react-animation": "~
|
|
74
|
-
"@xylabs/react-async-effect": "
|
|
75
|
-
"@xylabs/react-button": "~
|
|
76
|
-
"@xylabs/react-error": "~
|
|
77
|
-
"@xylabs/react-flexbox": "~
|
|
78
|
-
"@xylabs/react-hooks": "~
|
|
79
|
-
"@xylabs/react-identicon": "~
|
|
80
|
-
"@xylabs/react-link": "~
|
|
81
|
-
"@xylabs/react-promise": "
|
|
82
|
-
"@xylabs/react-quick-tip-button": "
|
|
83
|
-
"@xylabs/react-select": "~
|
|
84
|
-
"@xylabs/react-shared": "~
|
|
85
|
-
"@xylabs/react-theme": "~
|
|
77
|
+
"@xylabs/react-animation": "~8.0",
|
|
78
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
79
|
+
"@xylabs/react-button": "~8.0",
|
|
80
|
+
"@xylabs/react-error": "~8.0",
|
|
81
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
82
|
+
"@xylabs/react-hooks": "~8.0",
|
|
83
|
+
"@xylabs/react-identicon": "~8.0",
|
|
84
|
+
"@xylabs/react-link": "~8.0",
|
|
85
|
+
"@xylabs/react-promise": "~8.0",
|
|
86
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
87
|
+
"@xylabs/react-select": "~8.0",
|
|
88
|
+
"@xylabs/react-shared": "~8.0",
|
|
89
|
+
"@xylabs/react-theme": "~8.0",
|
|
86
90
|
"@xylabs/sdk-js": "^5.1.2",
|
|
87
91
|
"@xylabs/threads": "~5.1.2",
|
|
88
|
-
"@xylabs/toolchain": "~7.13.
|
|
89
|
-
"@xylabs/tsconfig": "~7.13.
|
|
90
|
-
"@xylabs/tsconfig-dom": "~7.13.
|
|
91
|
-
"@xylabs/tsconfig-react": "~7.13.
|
|
92
|
+
"@xylabs/toolchain": "~7.13.22",
|
|
93
|
+
"@xylabs/tsconfig": "~7.13.22",
|
|
94
|
+
"@xylabs/tsconfig-dom": "~7.13.22",
|
|
95
|
+
"@xylabs/tsconfig-react": "~7.13.22",
|
|
92
96
|
"@xyo-network/account": "~5.6.2",
|
|
93
97
|
"@xyo-network/account-model": "~5.6.3",
|
|
94
98
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -117,13 +121,13 @@
|
|
|
117
121
|
"@xyo-network/payload-wrapper": "~5.6.2",
|
|
118
122
|
"@xyo-network/payloadset-plugin": "^5.6.4",
|
|
119
123
|
"@xyo-network/query-payload-plugin": "~5.6.3",
|
|
120
|
-
"@xyo-network/react-boundwitness-plugin": "~
|
|
121
|
-
"@xyo-network/react-error": "~
|
|
122
|
-
"@xyo-network/react-event": "~
|
|
123
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
124
|
-
"@xyo-network/react-payload-table": "~
|
|
125
|
-
"@xyo-network/react-shared": "~
|
|
126
|
-
"@xyo-network/react-table": "~
|
|
124
|
+
"@xyo-network/react-boundwitness-plugin": "~8.0",
|
|
125
|
+
"@xyo-network/react-error": "~8.0",
|
|
126
|
+
"@xyo-network/react-event": "~8.0",
|
|
127
|
+
"@xyo-network/react-payload-raw-info": "~8.0",
|
|
128
|
+
"@xyo-network/react-payload-table": "~8.0",
|
|
129
|
+
"@xyo-network/react-shared": "~8.0",
|
|
130
|
+
"@xyo-network/react-table": "~8.0",
|
|
127
131
|
"@xyo-network/schema-cache": "~5.6.3",
|
|
128
132
|
"@xyo-network/schema-payload-plugin": "~5.6.3",
|
|
129
133
|
"@xyo-network/sdk-js": "^5.6.4",
|
|
@@ -132,8 +136,10 @@
|
|
|
132
136
|
"@xyo-network/wallet": "~5.6.2",
|
|
133
137
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
134
138
|
"@xyo-network/xl1-sdk": "^1.28.5",
|
|
139
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
135
140
|
"ajv": "^8.20.0",
|
|
136
141
|
"async-mutex": "^0.5.0",
|
|
142
|
+
"axios": "^1",
|
|
137
143
|
"bn.js": "^5.2.3",
|
|
138
144
|
"bowser": "^2.14.1",
|
|
139
145
|
"buffer": "^6.0.3",
|
|
@@ -143,6 +149,7 @@
|
|
|
143
149
|
"eslint": "^10.3.0",
|
|
144
150
|
"ethers": "^6.16.0",
|
|
145
151
|
"fast-deep-equal": "~3.1.3",
|
|
152
|
+
"firebase": "^12",
|
|
146
153
|
"hash-wasm": "~4.12.0",
|
|
147
154
|
"idb": "^8.0.3",
|
|
148
155
|
"js-cookie": "~3.0.5",
|
|
@@ -160,17 +167,19 @@
|
|
|
160
167
|
"react-is": "~19.2.6",
|
|
161
168
|
"react-router-dom": "^7.15.0",
|
|
162
169
|
"recharts": "~3.8.1",
|
|
170
|
+
"redux": "^5.0.0",
|
|
163
171
|
"rollbar": "^3.1.0",
|
|
172
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0",
|
|
164
173
|
"spark-md5": "~3.0.2",
|
|
165
174
|
"store2": "~2.14.4",
|
|
166
175
|
"storybook": "^10.3.6",
|
|
167
176
|
"typescript": "~5.9.3",
|
|
168
177
|
"uuid": "~14.0.0",
|
|
169
|
-
"vite": "^8.0.
|
|
178
|
+
"vite": "^8.0.11",
|
|
170
179
|
"wasm-feature-detect": "~1.8.0",
|
|
171
180
|
"webextension-polyfill": "^0.12.0",
|
|
172
181
|
"zod": "~4.4.3",
|
|
173
|
-
"@xyo-network/react-chain-network": "~1.
|
|
182
|
+
"@xyo-network/react-chain-network": "~1.22.0"
|
|
174
183
|
},
|
|
175
184
|
"peerDependencies": {
|
|
176
185
|
"@bitauth/libauth": "~3.0",
|
|
@@ -179,11 +188,13 @@
|
|
|
179
188
|
"@metamask/json-rpc-engine": "^10.3",
|
|
180
189
|
"@metamask/providers": "^22.1",
|
|
181
190
|
"@metamask/utils": "~11.11",
|
|
182
|
-
"@
|
|
183
|
-
"@
|
|
184
|
-
"@mui/
|
|
185
|
-
"@mui/
|
|
186
|
-
"@mui/
|
|
191
|
+
"@mixpanel/rrweb": "^2.0.0-alpha.18",
|
|
192
|
+
"@mixpanel/rrweb-utils": "^2.0.0-alpha.18",
|
|
193
|
+
"@mui/icons-material": "^9.0",
|
|
194
|
+
"@mui/material": "^9.0",
|
|
195
|
+
"@mui/system": "^9.0",
|
|
196
|
+
"@mui/x-charts": "~9.1",
|
|
197
|
+
"@mui/x-tree-view": "~9.1",
|
|
187
198
|
"@opentelemetry/api": "^1.9",
|
|
188
199
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
189
200
|
"@react-spring/web": "~10.0",
|
|
@@ -191,23 +202,24 @@
|
|
|
191
202
|
"@scure/base": "~2.2",
|
|
192
203
|
"@scure/bip39": "~2.2",
|
|
193
204
|
"@storybook/react-vite": "^10.3",
|
|
205
|
+
"@testing-library/dom": ">=7.21.4",
|
|
194
206
|
"@textea/json-viewer": "^4.0",
|
|
195
207
|
"@xylabs/fetch": "~5.1",
|
|
196
208
|
"@xylabs/geo": "^5.1",
|
|
197
209
|
"@xylabs/pixel": "~5.1",
|
|
198
|
-
"@xylabs/react-animation": "~
|
|
199
|
-
"@xylabs/react-async-effect": "
|
|
200
|
-
"@xylabs/react-button": "~
|
|
201
|
-
"@xylabs/react-error": "~
|
|
202
|
-
"@xylabs/react-flexbox": "~
|
|
203
|
-
"@xylabs/react-hooks": "~
|
|
204
|
-
"@xylabs/react-identicon": "~
|
|
205
|
-
"@xylabs/react-link": "~
|
|
206
|
-
"@xylabs/react-promise": "
|
|
207
|
-
"@xylabs/react-quick-tip-button": "
|
|
208
|
-
"@xylabs/react-select": "~
|
|
209
|
-
"@xylabs/react-shared": "~
|
|
210
|
-
"@xylabs/react-theme": "~
|
|
210
|
+
"@xylabs/react-animation": "~8.0",
|
|
211
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
212
|
+
"@xylabs/react-button": "~8.0",
|
|
213
|
+
"@xylabs/react-error": "~8.0",
|
|
214
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
215
|
+
"@xylabs/react-hooks": "~8.0",
|
|
216
|
+
"@xylabs/react-identicon": "~8.0",
|
|
217
|
+
"@xylabs/react-link": "~8.0",
|
|
218
|
+
"@xylabs/react-promise": "~8.0",
|
|
219
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
220
|
+
"@xylabs/react-select": "~8.0",
|
|
221
|
+
"@xylabs/react-shared": "~8.0",
|
|
222
|
+
"@xylabs/react-theme": "~8.0",
|
|
211
223
|
"@xylabs/sdk-js": "^5.1",
|
|
212
224
|
"@xylabs/threads": "~5.1",
|
|
213
225
|
"@xyo-network/account": "~5.6",
|
|
@@ -236,13 +248,13 @@
|
|
|
236
248
|
"@xyo-network/payload-wrapper": "~5.6",
|
|
237
249
|
"@xyo-network/payloadset-plugin": "^5.6",
|
|
238
250
|
"@xyo-network/query-payload-plugin": "~5.6",
|
|
239
|
-
"@xyo-network/react-boundwitness-plugin": "~
|
|
240
|
-
"@xyo-network/react-error": "~
|
|
241
|
-
"@xyo-network/react-event": "~
|
|
242
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
243
|
-
"@xyo-network/react-payload-table": "~
|
|
244
|
-
"@xyo-network/react-shared": "~
|
|
245
|
-
"@xyo-network/react-table": "~
|
|
251
|
+
"@xyo-network/react-boundwitness-plugin": "~8.0",
|
|
252
|
+
"@xyo-network/react-error": "~8.0",
|
|
253
|
+
"@xyo-network/react-event": "~8.0",
|
|
254
|
+
"@xyo-network/react-payload-raw-info": "~8.0",
|
|
255
|
+
"@xyo-network/react-payload-table": "~8.0",
|
|
256
|
+
"@xyo-network/react-shared": "~8.0",
|
|
257
|
+
"@xyo-network/react-table": "~8.0",
|
|
246
258
|
"@xyo-network/schema-cache": "~5.6",
|
|
247
259
|
"@xyo-network/schema-payload-plugin": "~5.6",
|
|
248
260
|
"@xyo-network/sdk-js": "^5.6",
|
|
@@ -253,6 +265,7 @@
|
|
|
253
265
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
254
266
|
"ajv": "^8.20",
|
|
255
267
|
"async-mutex": "^0.5",
|
|
268
|
+
"axios": "^1",
|
|
256
269
|
"bn.js": "^5.2",
|
|
257
270
|
"bowser": "^2.14",
|
|
258
271
|
"buffer": "^6.0",
|
|
@@ -261,6 +274,7 @@
|
|
|
261
274
|
"debug": "~4.4",
|
|
262
275
|
"ethers": "^6.16",
|
|
263
276
|
"fast-deep-equal": "~3.1",
|
|
277
|
+
"firebase": "^12",
|
|
264
278
|
"hash-wasm": "~4.12",
|
|
265
279
|
"idb": "^8.0",
|
|
266
280
|
"js-cookie": "~3.0",
|
|
@@ -278,6 +292,7 @@
|
|
|
278
292
|
"react-is": "~19.2",
|
|
279
293
|
"react-router-dom": "^7.15",
|
|
280
294
|
"recharts": "~3.8",
|
|
295
|
+
"redux": "^5.0.0",
|
|
281
296
|
"rollbar": "^3.1",
|
|
282
297
|
"spark-md5": "~3.0",
|
|
283
298
|
"store2": "~2.14",
|