@xyo-network/react-chain-blockchain 1.23.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.mjs +1497 -1461
- package/dist/browser/index.mjs.map +7 -1
- package/dist/browser/stories/ChainArchivistDecorator.d.ts +3 -0
- package/dist/browser/stories/ChainArchivistDecorator.d.ts.map +1 -0
- package/dist/browser/stories/ChainArchivistDelayedInsertDecorator.d.ts +3 -0
- package/dist/browser/stories/ChainArchivistDelayedInsertDecorator.d.ts.map +1 -0
- package/dist/browser/stories/index.d.ts +3 -0
- package/dist/browser/stories/index.d.ts.map +1 -0
- package/package.json +37 -37
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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.23.
|
|
4
|
+
"version": "1.23.2",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/chain-analyze": "~1.23.
|
|
43
|
-
"@xyo-network/chain-
|
|
44
|
-
"@xyo-network/react-chain-provider": "~1.23.
|
|
45
|
-
"@xyo-network/chain-wrappers": "~1.23.
|
|
46
|
-
"@xyo-network/
|
|
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"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@metamask/json-rpc-engine": "^10.5.0",
|
|
53
53
|
"@metamask/providers": "^22.1.1",
|
|
54
54
|
"@metamask/utils": "~11.11.0",
|
|
55
|
-
"@mui/icons-material": "~9.0",
|
|
56
|
-
"@mui/material": "~9.0",
|
|
57
|
-
"@mui/system": "~9.0",
|
|
58
|
-
"@mui/x-charts": "~9.
|
|
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
59
|
"@mui/x-tree-view": "~9.1",
|
|
60
60
|
"@opentelemetry/api": "^1.9.1",
|
|
61
61
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
@@ -63,31 +63,31 @@
|
|
|
63
63
|
"@rollbar/react": "~1.0.0",
|
|
64
64
|
"@scure/base": "~2.2.0",
|
|
65
65
|
"@scure/bip39": "~2.2.0",
|
|
66
|
-
"@storybook/react-vite": "^10.
|
|
66
|
+
"@storybook/react-vite": "^10.4.0",
|
|
67
67
|
"@textea/json-viewer": "^4.0.1",
|
|
68
68
|
"@types/react": "^19.2.14",
|
|
69
69
|
"@xylabs/fetch": "~5.1.2",
|
|
70
70
|
"@xylabs/geo": "^5.1.2",
|
|
71
71
|
"@xylabs/pixel": "~5.1.2",
|
|
72
|
-
"@xylabs/react-animation": "~8.0",
|
|
73
|
-
"@xylabs/react-async-effect": "~8.0",
|
|
74
|
-
"@xylabs/react-button": "~8.0",
|
|
75
|
-
"@xylabs/react-error": "~8.0",
|
|
76
|
-
"@xylabs/react-flexbox": "~8.0",
|
|
77
|
-
"@xylabs/react-hooks": "~8.0",
|
|
78
|
-
"@xylabs/react-identicon": "~8.0",
|
|
79
|
-
"@xylabs/react-link": "~8.0",
|
|
80
|
-
"@xylabs/react-promise": "~8.0",
|
|
81
|
-
"@xylabs/react-quick-tip-button": "~8.0",
|
|
82
|
-
"@xylabs/react-select": "~8.0",
|
|
83
|
-
"@xylabs/react-shared": "~8.0",
|
|
84
|
-
"@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",
|
|
85
85
|
"@xylabs/sdk-js": "^5.1.2",
|
|
86
86
|
"@xylabs/threads": "~5.1.2",
|
|
87
|
-
"@xylabs/toolchain": "~
|
|
88
|
-
"@xylabs/tsconfig": "~
|
|
89
|
-
"@xylabs/tsconfig-dom": "~
|
|
90
|
-
"@xylabs/tsconfig-react": "~
|
|
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",
|
|
91
91
|
"@xyo-network/account": "~5.6.2",
|
|
92
92
|
"@xyo-network/account-model": "~5.6.3",
|
|
93
93
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"@xyo-network/typeof": "~5.3.30",
|
|
131
131
|
"@xyo-network/wallet": "~5.6.2",
|
|
132
132
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
133
|
-
"@xyo-network/xl1-blockies": "^1.30.
|
|
134
|
-
"@xyo-network/xl1-react-client-sdk": "^1.30.
|
|
135
|
-
"@xyo-network/xl1-sdk": "^1.30.
|
|
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",
|
|
136
136
|
"ajv": "^8.20.0",
|
|
137
137
|
"async-mutex": "^0.5.0",
|
|
138
138
|
"bn.js": "^5.2.3",
|
|
@@ -159,19 +159,19 @@
|
|
|
159
159
|
"react-dom": "^19.2.6",
|
|
160
160
|
"react-icons": "~5.6.0",
|
|
161
161
|
"react-is": "^19.2.6",
|
|
162
|
-
"react-router-dom": "^7.15.
|
|
162
|
+
"react-router-dom": "^7.15.1",
|
|
163
163
|
"recharts": "~3.8.1",
|
|
164
164
|
"rollbar": "^3.1.0",
|
|
165
165
|
"spark-md5": "~3.0.2",
|
|
166
166
|
"store2": "~2.14.4",
|
|
167
|
-
"storybook": "^10.
|
|
168
|
-
"typescript": "~
|
|
167
|
+
"storybook": "^10.4.0",
|
|
168
|
+
"typescript": "~6.0.3",
|
|
169
169
|
"uuid": "~14.0.0",
|
|
170
|
-
"vite": "^8.0.
|
|
170
|
+
"vite": "^8.0.13",
|
|
171
171
|
"wasm-feature-detect": "~1.8.0",
|
|
172
172
|
"webextension-polyfill": "^0.12.0",
|
|
173
173
|
"zod": "~4.4.3",
|
|
174
|
-
"@xyo-network/react-chain-network": "~1.23.
|
|
174
|
+
"@xyo-network/react-chain-network": "~1.23.2"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"@bitauth/libauth": "~3.0",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"@mui/icons-material": "~9.0",
|
|
184
184
|
"@mui/material": "~9.0",
|
|
185
185
|
"@mui/system": "~9.0",
|
|
186
|
-
"@mui/x-charts": "~9.
|
|
186
|
+
"@mui/x-charts": "~9.2",
|
|
187
187
|
"@mui/x-tree-view": "~9.1",
|
|
188
188
|
"@opentelemetry/api": "^1.9",
|
|
189
189
|
"@opentelemetry/sdk-trace-base": "^2.7",
|