@xyo-network/react-archivist 9.0.6 → 9.1.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +50 -62
package/README.md CHANGED
@@ -8,6 +8,6 @@ Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/
8
8
 
9
9
  ## Credits
10
10
 
11
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
11
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
12
12
 
13
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
13
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-archivist",
3
- "version": "9.0.6",
3
+ "version": "9.1.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,52 +41,50 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-node": "~9.0.6",
45
- "@xyo-network/react-module": "~9.0.6",
46
- "@xyo-network/react-wallet": "~9.0.6"
44
+ "@xyo-network/react-module": "~9.1.1",
45
+ "@xyo-network/react-node": "~9.1.1",
46
+ "@xyo-network/react-wallet": "~9.1.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bitauth/libauth": "~3.0.0",
50
50
  "@metamask/providers": "^22.1.1",
51
- "@mui/icons-material": "^9.0.1",
52
- "@mui/material": "^9.0.1",
53
- "@mui/system": "^9.0.1",
51
+ "@mui/icons-material": "^9.1.1",
52
+ "@mui/material": "^9.1.1",
53
+ "@mui/system": "^9.1.1",
54
54
  "@mui/x-tree-view": "~9.4.0",
55
55
  "@noble/post-quantum": "~0.6.1",
56
56
  "@opentelemetry/api": "^1.9.1",
57
- "@opentelemetry/sdk-trace-base": "^2.7.1",
58
- "@react-spring/web": "~10.1.0",
57
+ "@opentelemetry/sdk-trace-base": "^2.8.0",
58
+ "@react-spring/web": "~10.1.1",
59
59
  "@scure/base": "~2.2.0",
60
60
  "@scure/bip39": "~2.2.0",
61
- "@storybook/react-vite": "~10.4.2",
61
+ "@storybook/react-vite": "~10.4.4",
62
62
  "@types/react": "^19.2.17",
63
- "@xylabs/geo": "^6.0.10",
64
- "@xylabs/pixel": "~6.0.10",
65
- "@xylabs/react-async-effect": "~9.0.4",
66
- "@xylabs/react-button": "~9.0.4",
67
- "@xylabs/react-crypto": "~9.0.4",
68
- "@xylabs/react-flexbox": "~9.0.4",
69
- "@xylabs/react-hooks": "~9.0.4",
70
- "@xylabs/react-identicon": "~9.0.4",
71
- "@xylabs/react-link": "~9.0.4",
72
- "@xylabs/react-number-status": "~9.0.4",
73
- "@xylabs/react-promise": "~9.0.4",
74
- "@xylabs/react-select": "~9.0.4",
75
- "@xylabs/react-shared": "~9.0.4",
76
- "@xylabs/react-theme": "~9.0.4",
77
- "@xylabs/sdk-js": "^6.0.10",
78
- "@xylabs/threads": "^6.0.10",
79
- "@xylabs/toolchain": "~8.1.16",
80
- "@xylabs/tsconfig": "^8.1.16",
81
- "@xylabs/tsconfig-dom": "^8.1.16",
82
- "@xylabs/tsconfig-react": "~8.1.16",
83
- "@xyo-network/sdk-js": "^6.0.4",
84
- "@xyo-network/sdk-protocol-js": "~6.0.9",
63
+ "@xylabs/eth-address": "^6.1.1",
64
+ "@xylabs/geo": "^6.1.1",
65
+ "@xylabs/pixel": "^6.1.1",
66
+ "@xylabs/react-async-effect": "^9.1.0",
67
+ "@xylabs/react-button": "^9.1.0",
68
+ "@xylabs/react-crypto": "^9.1.0",
69
+ "@xylabs/react-flexbox": "^9.1.0",
70
+ "@xylabs/react-hooks": "^9.1.0",
71
+ "@xylabs/react-identicon": "^9.1.0",
72
+ "@xylabs/react-link": "^9.1.0",
73
+ "@xylabs/react-number-status": "^9.1.0",
74
+ "@xylabs/react-promise": "^9.1.0",
75
+ "@xylabs/react-select": "^9.1.0",
76
+ "@xylabs/react-shared": "^9.1.0",
77
+ "@xylabs/react-theme": "^9.1.0",
78
+ "@xylabs/sdk-js": "^6.1.1",
79
+ "@xylabs/threads": "^6.1.1",
80
+ "@xylabs/toolchain": "~8.1.20",
81
+ "@xylabs/tsconfig": "^8.1.20",
82
+ "@xylabs/tsconfig-dom": "^8.1.20",
83
+ "@xylabs/tsconfig-react": "~8.1.20",
84
+ "@xyo-network/sdk-js": "^6.1.0",
85
+ "@xyo-network/sdk-protocol-js": "^6.1.1",
85
86
  "ajv": "^8.20.0",
86
87
  "async-mutex": "^0.5.0",
87
- "bn.js": "^5.2.3",
88
- "bowser": "^2.14.1",
89
- "buffer": "^6.0.3",
90
88
  "debug": "~4.4.3",
91
89
  "eslint": "^10.4.1",
92
90
  "ethers": "^6.16.0",
@@ -94,18 +92,14 @@
94
92
  "idb": "^8.0.3",
95
93
  "lru-cache": "^11.5.1",
96
94
  "md5": "~2.3.0",
97
- "mixpanel-browser": "~2.80.0",
98
95
  "numeral": "~2.0.6",
99
96
  "observable-fns": "~0.6.1",
100
97
  "query-string": "~9.4.0",
101
98
  "react": "^19.2.7",
102
99
  "react-dom": "^19.2.7",
103
100
  "react-icons": "~5.6.0",
104
- "react-is": "^19.2.7",
105
101
  "react-router-dom": "^7.17.0",
106
- "recharts": "^3.8.1",
107
- "spark-md5": "~3.0.2",
108
- "storybook": "^10.4.2",
102
+ "storybook": "^10.4.4",
109
103
  "typescript": "^6.0.3",
110
104
  "viem": "^2.52.2",
111
105
  "vite": "^8.0.16",
@@ -118,53 +112,47 @@
118
112
  "@mui/icons-material": "^9.0",
119
113
  "@mui/material": "^9.0",
120
114
  "@mui/system": "^9.0",
121
- "@mui/x-tree-view": "~9.1",
115
+ "@mui/x-tree-view": "~9.4",
122
116
  "@noble/post-quantum": "~0.6.1",
123
117
  "@opentelemetry/api": "^1.9",
124
118
  "@opentelemetry/sdk-trace-base": "^2.7",
125
119
  "@react-spring/web": "~10.1",
126
120
  "@scure/base": "~2.2",
127
121
  "@scure/bip39": "~2.2",
122
+ "@xylabs/eth-address": "^6.1.0",
128
123
  "@xylabs/geo": "^6.0",
129
- "@xylabs/pixel": "~6.0",
130
- "@xylabs/react-async-effect": "~9.0",
131
- "@xylabs/react-button": "~9.0",
132
- "@xylabs/react-crypto": "~9.0",
133
- "@xylabs/react-flexbox": "~9.0",
134
- "@xylabs/react-hooks": "~9.0",
135
- "@xylabs/react-identicon": "~9.0",
136
- "@xylabs/react-link": "~9.0",
137
- "@xylabs/react-number-status": "~9.0",
138
- "@xylabs/react-promise": "~9.0",
139
- "@xylabs/react-select": "~9.0",
140
- "@xylabs/react-shared": "~9.0",
141
- "@xylabs/react-theme": "~9.0",
124
+ "@xylabs/pixel": "^6.1",
125
+ "@xylabs/react-async-effect": "^9.1",
126
+ "@xylabs/react-button": "^9.1",
127
+ "@xylabs/react-crypto": "^9.1",
128
+ "@xylabs/react-flexbox": "^9.1",
129
+ "@xylabs/react-hooks": "^9.1",
130
+ "@xylabs/react-identicon": "^9.1",
131
+ "@xylabs/react-link": "^9.1",
132
+ "@xylabs/react-number-status": "^9.1",
133
+ "@xylabs/react-promise": "^9.1",
134
+ "@xylabs/react-select": "^9.1",
135
+ "@xylabs/react-shared": "^9.1",
136
+ "@xylabs/react-theme": "^9.1",
142
137
  "@xylabs/sdk-js": "^6.0",
143
138
  "@xylabs/threads": "^6.0",
144
139
  "@xyo-network/sdk-js": "^6.0",
145
- "@xyo-network/sdk-protocol-js": "~6.0",
140
+ "@xyo-network/sdk-protocol-js": "^6.1",
146
141
  "ajv": "^8.20",
147
142
  "async-mutex": "^0.5",
148
- "bn.js": "^5.2",
149
- "bowser": "^2.14",
150
- "buffer": "^6.0",
151
143
  "debug": "~4.4",
152
144
  "ethers": "^6.16",
153
145
  "hash-wasm": "~4.12",
154
146
  "idb": "^8.0",
155
147
  "lru-cache": "^11.3",
156
148
  "md5": "~2.3",
157
- "mixpanel-browser": "~2.80",
158
149
  "numeral": "~2.0",
159
150
  "observable-fns": "~0.6",
160
151
  "query-string": "~9.4",
161
152
  "react": "^19.2",
162
153
  "react-dom": "^19.2",
163
154
  "react-icons": "~5.6",
164
- "react-is": "^19.2",
165
155
  "react-router-dom": "^7.15",
166
- "recharts": "^3.8",
167
- "spark-md5": "~3.0",
168
156
  "viem": "^2.48",
169
157
  "webextension-polyfill": "^0.12",
170
158
  "zod": "^4.4"