@xyo-network/react-chain-blockchain 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.
@@ -0,0 +1,3 @@
1
+ import type { Decorator } from '@storybook/react-vite';
2
+ export declare const ChainArchivistDecorator: Decorator;
3
+ //# sourceMappingURL=ChainArchivistDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainArchivistDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAUtD,eAAO,MAAM,uBAAuB,EAAE,SA+BrC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { Decorator } from '@storybook/react-vite';
2
+ export declare const ChainArchivistDelayedInsertDecorator: Decorator;
3
+ //# sourceMappingURL=ChainArchivistDelayedInsertDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainArchivistDelayedInsertDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDelayedInsertDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AActD,eAAO,MAAM,oCAAoC,EAAE,SAuDlD,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './ChainArchivistDecorator.tsx';
2
+ export * from './ChainArchivistDelayedInsertDecorator.tsx';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stories/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4CAA4C,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-blockchain",
4
- "version": "1.22.0",
4
+ "version": "1.23.2",
5
5
  "description": "XYO Layer One React SDK Blockchain",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -39,60 +39,55 @@
39
39
  "README.md"
40
40
  ],
41
41
  "dependencies": {
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"
42
+ "@xyo-network/chain-analyze": "~1.23.2",
43
+ "@xyo-network/react-chain-shared": "~1.23.2",
44
+ "@xyo-network/react-chain-provider": "~1.23.2",
45
+ "@xyo-network/chain-wrappers": "~1.23.2",
46
+ "@xyo-network/chain-protocol": "~1.23.2"
48
47
  },
49
48
  "devDependencies": {
50
49
  "@bitauth/libauth": "~3.0.0",
51
50
  "@emotion/react": "^11.14.0",
52
51
  "@emotion/styled": "^11.14.1",
53
- "@metamask/json-rpc-engine": "^10.4.0",
52
+ "@metamask/json-rpc-engine": "^10.5.0",
54
53
  "@metamask/providers": "^22.1.1",
55
54
  "@metamask/utils": "~11.11.0",
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",
55
+ "@mui/icons-material": "~9.0.1",
56
+ "@mui/material": "~9.0.1",
57
+ "@mui/system": "~9.0.1",
58
+ "@mui/x-charts": "~9.2",
59
+ "@mui/x-tree-view": "~9.1",
63
60
  "@opentelemetry/api": "^1.9.1",
64
61
  "@opentelemetry/sdk-trace-base": "^2.7.1",
65
62
  "@react-spring/web": "~10.0.3",
66
63
  "@rollbar/react": "~1.0.0",
67
64
  "@scure/base": "~2.2.0",
68
65
  "@scure/bip39": "~2.2.0",
69
- "@storybook/react-vite": "^10.3.6",
70
- "@testing-library/dom": ">=7.21.4",
66
+ "@storybook/react-vite": "^10.4.0",
71
67
  "@textea/json-viewer": "^4.0.1",
72
- "@types/node": "^20.19.0 || >=22.12.0",
73
68
  "@types/react": "^19.2.14",
74
69
  "@xylabs/fetch": "~5.1.2",
75
70
  "@xylabs/geo": "^5.1.2",
76
71
  "@xylabs/pixel": "~5.1.2",
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",
72
+ "@xylabs/react-animation": "~8.0.2",
73
+ "@xylabs/react-async-effect": "~8.0.2",
74
+ "@xylabs/react-button": "~8.0.2",
75
+ "@xylabs/react-error": "~8.0.2",
76
+ "@xylabs/react-flexbox": "~8.0.2",
77
+ "@xylabs/react-hooks": "~8.0.2",
78
+ "@xylabs/react-identicon": "~8.0.2",
79
+ "@xylabs/react-link": "~8.0.2",
80
+ "@xylabs/react-promise": "~8.0.2",
81
+ "@xylabs/react-quick-tip-button": "~8.0.2",
82
+ "@xylabs/react-select": "~8.0.2",
83
+ "@xylabs/react-shared": "~8.0.2",
84
+ "@xylabs/react-theme": "~8.0.2",
90
85
  "@xylabs/sdk-js": "^5.1.2",
91
86
  "@xylabs/threads": "~5.1.2",
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",
87
+ "@xylabs/toolchain": "~8.0.4",
88
+ "@xylabs/tsconfig": "~8.0.4",
89
+ "@xylabs/tsconfig-dom": "~8.0.4",
90
+ "@xylabs/tsconfig-react": "~8.0.3",
96
91
  "@xyo-network/account": "~5.6.2",
97
92
  "@xyo-network/account-model": "~5.6.3",
98
93
  "@xyo-network/api": "~5.6.2",
@@ -135,11 +130,11 @@
135
130
  "@xyo-network/typeof": "~5.3.30",
136
131
  "@xyo-network/wallet": "~5.6.2",
137
132
  "@xyo-network/wallet-model": "^5.6.3",
138
- "@xyo-network/xl1-sdk": "^1.28.5",
139
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
133
+ "@xyo-network/xl1-blockies": "^1.30.2",
134
+ "@xyo-network/xl1-react-client-sdk": "^1.30.2",
135
+ "@xyo-network/xl1-sdk": "^1.30.2",
140
136
  "ajv": "^8.20.0",
141
137
  "async-mutex": "^0.5.0",
142
- "axios": "^1",
143
138
  "bn.js": "^5.2.3",
144
139
  "bowser": "^2.14.1",
145
140
  "buffer": "^6.0.3",
@@ -149,7 +144,6 @@
149
144
  "eslint": "^10.3.0",
150
145
  "ethers": "^6.16.0",
151
146
  "fast-deep-equal": "~3.1.3",
152
- "firebase": "^12",
153
147
  "hash-wasm": "~4.12.0",
154
148
  "idb": "^8.0.3",
155
149
  "js-cookie": "~3.0.5",
@@ -164,22 +158,20 @@
164
158
  "react": "^19.2.6",
165
159
  "react-dom": "^19.2.6",
166
160
  "react-icons": "~5.6.0",
167
- "react-is": "~19.2.6",
168
- "react-router-dom": "^7.15.0",
161
+ "react-is": "^19.2.6",
162
+ "react-router-dom": "^7.15.1",
169
163
  "recharts": "~3.8.1",
170
- "redux": "^5.0.0",
171
164
  "rollbar": "^3.1.0",
172
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0",
173
165
  "spark-md5": "~3.0.2",
174
166
  "store2": "~2.14.4",
175
- "storybook": "^10.3.6",
176
- "typescript": "~5.9.3",
167
+ "storybook": "^10.4.0",
168
+ "typescript": "~6.0.3",
177
169
  "uuid": "~14.0.0",
178
- "vite": "^8.0.11",
170
+ "vite": "^8.0.13",
179
171
  "wasm-feature-detect": "~1.8.0",
180
172
  "webextension-polyfill": "^0.12.0",
181
173
  "zod": "~4.4.3",
182
- "@xyo-network/react-chain-network": "~1.22.0"
174
+ "@xyo-network/react-chain-network": "~1.23.2"
183
175
  },
184
176
  "peerDependencies": {
185
177
  "@bitauth/libauth": "~3.0",
@@ -188,12 +180,10 @@
188
180
  "@metamask/json-rpc-engine": "^10.3",
189
181
  "@metamask/providers": "^22.1",
190
182
  "@metamask/utils": "~11.11",
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",
183
+ "@mui/icons-material": "~9.0",
184
+ "@mui/material": "~9.0",
185
+ "@mui/system": "~9.0",
186
+ "@mui/x-charts": "~9.2",
197
187
  "@mui/x-tree-view": "~9.1",
198
188
  "@opentelemetry/api": "^1.9",
199
189
  "@opentelemetry/sdk-trace-base": "^2.7",
@@ -202,7 +192,6 @@
202
192
  "@scure/base": "~2.2",
203
193
  "@scure/bip39": "~2.2",
204
194
  "@storybook/react-vite": "^10.3",
205
- "@testing-library/dom": ">=7.21.4",
206
195
  "@textea/json-viewer": "^4.0",
207
196
  "@xylabs/fetch": "~5.1",
208
197
  "@xylabs/geo": "^5.1",
@@ -262,10 +251,11 @@
262
251
  "@xyo-network/typeof": "~5.3",
263
252
  "@xyo-network/wallet": "~5.6",
264
253
  "@xyo-network/wallet-model": "^5.6",
254
+ "@xyo-network/xl1-blockies": "^1.28",
255
+ "@xyo-network/xl1-react-client-sdk": "^1.28",
265
256
  "@xyo-network/xl1-sdk": "^1.28",
266
257
  "ajv": "^8.20",
267
258
  "async-mutex": "^0.5",
268
- "axios": "^1",
269
259
  "bn.js": "^5.2",
270
260
  "bowser": "^2.14",
271
261
  "buffer": "^6.0",
@@ -274,7 +264,6 @@
274
264
  "debug": "~4.4",
275
265
  "ethers": "^6.16",
276
266
  "fast-deep-equal": "~3.1",
277
- "firebase": "^12",
278
267
  "hash-wasm": "~4.12",
279
268
  "idb": "^8.0",
280
269
  "js-cookie": "~3.0",
@@ -289,10 +278,9 @@
289
278
  "react": "^19.2",
290
279
  "react-dom": "^19.2",
291
280
  "react-icons": "~5.6",
292
- "react-is": "~19.2",
281
+ "react-is": "^19.2",
293
282
  "react-router-dom": "^7.15",
294
283
  "recharts": "~3.8",
295
- "redux": "^5.0.0",
296
284
  "rollbar": "^3.1",
297
285
  "spark-md5": "~3.0",
298
286
  "store2": "~2.14",