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