@xyo-network/react-sentinel 9.0.0 → 9.0.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.
@@ -3,16 +3,16 @@ export declare const useSentinelContext: () => {
3
3
  schema: "network.xyo.boundwitness" & {
4
4
  readonly __schema: true;
5
5
  };
6
- addresses: (Lowercase<string> & {
6
+ addresses: (import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
7
7
  readonly __hex: true;
8
8
  } & {
9
9
  readonly __address: true;
10
- })[];
10
+ }))[];
11
11
  payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
12
12
  payload_schemas: import("@xyo-network/payload-model").BrandedSchema<string>[];
13
13
  previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
14
14
  $signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
15
- $destination?: (Lowercase<string> & {
15
+ $destination?: import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
16
16
  readonly __hex: true;
17
17
  } & {
18
18
  readonly __address: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-sentinel",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,113 +41,110 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-module": "~9.0.0",
45
- "@xyo-network/react-node": "~9.0.0",
46
- "@xyo-network/react-payload-raw-info": "~9.0.0",
47
- "@xyo-network/react-witness": "~9.0.0"
44
+ "@xyo-network/react-module": "~9.0.2",
45
+ "@xyo-network/react-payload-raw-info": "~9.0.2",
46
+ "@xyo-network/react-node": "~9.0.2",
47
+ "@xyo-network/react-witness": "~9.0.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@bitauth/libauth": "~3.0.0",
51
+ "@metamask/providers": "^22.1.1",
51
52
  "@mui/icons-material": "^9.0.1",
52
53
  "@mui/material": "^9.0.1",
53
54
  "@mui/system": "^9.0.1",
54
55
  "@mui/x-tree-view": "~9.1.0",
56
+ "@noble/post-quantum": "~0.6.1",
55
57
  "@opentelemetry/api": "^1.9.1",
56
58
  "@opentelemetry/sdk-trace-base": "^2.7.1",
57
- "@react-spring/web": "~10.0.3",
59
+ "@react-spring/web": "~10.1.0",
58
60
  "@scure/base": "~2.2.0",
59
61
  "@scure/bip39": "~2.2.0",
60
- "@storybook/react-vite": "~10.4.0",
61
- "@types/react": "^19.2.15",
62
- "@xylabs/pixel": "~6.0.2",
63
- "@xylabs/react-async-effect": "~9.0.0",
64
- "@xylabs/react-button": "~9.0.0",
65
- "@xylabs/react-crypto": "~9.0.0",
66
- "@xylabs/react-flexbox": "~9.0.0",
67
- "@xylabs/react-hooks": "~9.0.0",
68
- "@xylabs/react-link": "~9.0.0",
69
- "@xylabs/react-promise": "~9.0.0",
70
- "@xylabs/react-shared": "~9.0.0",
71
- "@xylabs/react-theme": "~9.0.0",
72
- "@xylabs/sdk-js": "^6.0.2",
73
- "@xylabs/sdk-react": "~9.0",
74
- "@xylabs/threads": "~6.0.2",
75
- "@xylabs/toolchain": "~8.1.1",
76
- "@xylabs/tsconfig": "^8.1.1",
77
- "@xylabs/tsconfig-dom": "^8.1.1",
78
- "@xylabs/tsconfig-react": "~8.1.1",
79
- "@xyo-network/account": "~6.0.0",
80
- "@xyo-network/account-model": "^6.0.0",
81
- "@xyo-network/archivist-model": "^6.0.0",
82
- "@xyo-network/boundwitness-builder": "^6.0.0",
83
- "@xyo-network/boundwitness-model": "^6.0.0",
84
- "@xyo-network/boundwitness-validator": "^6.0.0",
85
- "@xyo-network/boundwitness-wrapper": "~6.0.0",
86
- "@xyo-network/config-payload-plugin": "~6.0.0",
87
- "@xyo-network/diviner-abstract": "^6.0.0",
88
- "@xyo-network/diviner-model": "^6.0.0",
89
- "@xyo-network/evm-call-witness": "~6.0.0",
90
- "@xyo-network/manifest": "~6.0.0",
91
- "@xyo-network/manifest-model": "~6.0.0",
92
- "@xyo-network/manifest-wrapper": "~6.0.0",
93
- "@xyo-network/module-factory-locator": "~6.0.0",
94
- "@xyo-network/module-model": "^6.0.0",
95
- "@xyo-network/node-memory": "~6.0.0",
96
- "@xyo-network/node-model": "^6.0.0",
62
+ "@storybook/react-vite": "~10.4.1",
63
+ "@types/react": "^19.2.16",
64
+ "@xylabs/geo": "^6.0.7",
65
+ "@xylabs/pixel": "~6.0.7",
66
+ "@xylabs/react-async-effect": "~9.0.2",
67
+ "@xylabs/react-button": "~9.0.2",
68
+ "@xylabs/react-crypto": "~9.0.2",
69
+ "@xylabs/react-flexbox": "~9.0.2",
70
+ "@xylabs/react-hooks": "~9.0.2",
71
+ "@xylabs/react-link": "~9.0.2",
72
+ "@xylabs/react-promise": "~9.0.2",
73
+ "@xylabs/react-shared": "~9.0.2",
74
+ "@xylabs/react-theme": "~9.0.2",
75
+ "@xylabs/sdk-js": "^6.0.7",
76
+ "@xylabs/sdk-react": "~9.0.2",
77
+ "@xylabs/threads": "^6.0.7",
78
+ "@xylabs/toolchain": "~8.1.12",
79
+ "@xylabs/tsconfig": "^8.1.12",
80
+ "@xylabs/tsconfig-dom": "^8.1.12",
81
+ "@xylabs/tsconfig-react": "~8.1.12",
82
+ "@xyo-network/account-model": "^6.0.7",
83
+ "@xyo-network/archivist-model": "^6.0.2",
84
+ "@xyo-network/boundwitness-model": "^6.0.7",
85
+ "@xyo-network/boundwitness-validator": "^6.0.7",
86
+ "@xyo-network/diviner-model": "^6.0.2",
87
+ "@xyo-network/evm-call-witness": "~6.0.2",
88
+ "@xyo-network/manifest": "~6.0.7",
89
+ "@xyo-network/manifest-wrapper": "~6.0.2",
90
+ "@xyo-network/module-factory-locator": "~6.0.2",
91
+ "@xyo-network/module-model": "^6.0.2",
92
+ "@xyo-network/node-memory": "~6.0.2",
93
+ "@xyo-network/node-model": "^6.0.2",
97
94
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
98
- "@xyo-network/payload-builder": "^6.0.0",
99
- "@xyo-network/payload-model": "^6.0.0",
100
- "@xyo-network/payload-wrapper": "~6.0.0",
101
- "@xyo-network/query-payload-plugin": "~6.0.0",
102
- "@xyo-network/sentinel-memory": "^6.0.0",
103
- "@xyo-network/sentinel-model": "^6.0.0",
104
- "@xyo-network/wallet": "~6.0.0",
105
- "@xyo-network/wallet-model": "^6.0.0",
106
- "@xyo-network/witness-evm-abstract": "~6.0",
107
- "@xyo-network/witness-model": "^6.0.0",
95
+ "@xyo-network/payload-builder": "^6.0.7",
96
+ "@xyo-network/payload-model": "^6.0.7",
97
+ "@xyo-network/sdk-js": "^6.0.2",
98
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
99
+ "@xyo-network/sentinel-memory": "^6.0.2",
100
+ "@xyo-network/sentinel-model": "^6.0.2",
101
+ "@xyo-network/wallet": "~6.0.7",
102
+ "@xyo-network/witness-evm-abstract": "~6.0.2",
103
+ "@xyo-network/witness-model": "^6.0.2",
104
+ "ajv": "^8.20.0",
108
105
  "async-mutex": "^0.5.0",
109
106
  "bn.js": "^5.2.3",
110
107
  "bowser": "^2.14.1",
111
108
  "buffer": "^6.0.3",
112
- "chalk": "^5.6.2",
113
109
  "clsx": "~2.1.1",
114
110
  "debug": "~4.4.3",
115
- "eslint": "^10.4.0",
111
+ "eslint": "^10.4.1",
116
112
  "ethers": "^6.16.0",
117
- "fast-deep-equal": "~3.1.3",
118
113
  "hash-wasm": "~4.12.0",
119
- "js-cookie": "~3.0.7",
120
- "lru-cache": "^11.5.0",
114
+ "idb": "^8.0.3",
115
+ "lru-cache": "^11.5.1",
121
116
  "md5": "~2.3.0",
122
- "mixpanel-browser": "~2.79.0",
117
+ "mixpanel-browser": "~2.80.0",
123
118
  "numeral": "~2.0.6",
124
119
  "observable-fns": "~0.6.1",
125
120
  "pako": "^2.1.0",
126
- "query-string": "~9.3.1",
127
- "react": "^19.2.6",
128
- "react-dom": "^19.2.6",
129
- "react-is": "^19.2.6",
130
- "react-router-dom": "^7.15.1",
131
- "recharts": "~3.8.1",
121
+ "query-string": "~9.4.0",
122
+ "react": "^19.2.7",
123
+ "react-dom": "^19.2.7",
124
+ "react-router-dom": "^7.16.0",
132
125
  "spark-md5": "~3.0.2",
133
- "storybook": "^10.4.0",
126
+ "storybook": "^10.4.1",
134
127
  "typescript": "^6.0.3",
135
- "viem": "^2.50.4",
136
- "vite": "^8.0.13",
137
- "wasm-feature-detect": "~1.8.0",
128
+ "viem": "^2.52.0",
129
+ "vite": "^8.0.16",
130
+ "webextension-polyfill": "^0.12.0",
138
131
  "zod": "^4.4.3",
139
- "zustand": "~5.0.13"
132
+ "zustand": "~5.0.14"
140
133
  },
141
134
  "peerDependencies": {
142
135
  "@bitauth/libauth": "~3.0",
136
+ "@metamask/providers": "^22.1",
143
137
  "@mui/icons-material": "^9.0",
144
138
  "@mui/material": "^9.0",
145
139
  "@mui/system": "^9.0",
146
140
  "@mui/x-tree-view": "~9.1",
141
+ "@noble/post-quantum": "~0.6.1",
147
142
  "@opentelemetry/api": "^1.9",
148
143
  "@opentelemetry/sdk-trace-base": "^2.7",
149
- "@react-spring/web": "~10.0",
144
+ "@react-spring/web": "~10.1",
150
145
  "@scure/base": "~2.2",
146
+ "@scure/bip39": "~2.2",
147
+ "@xylabs/geo": "^6.0",
151
148
  "@xylabs/pixel": "~6.0",
152
149
  "@xylabs/react-async-effect": "~9.0",
153
150
  "@xylabs/react-button": "~9.0",
@@ -160,54 +157,44 @@
160
157
  "@xylabs/react-theme": "~9.0",
161
158
  "@xylabs/sdk-js": "^6.0",
162
159
  "@xylabs/sdk-react": "~9.0",
163
- "@xylabs/threads": "~6.0",
164
- "@xyo-network/account": "~6.0",
160
+ "@xylabs/threads": "^6.0",
165
161
  "@xyo-network/account-model": "^6.0",
166
162
  "@xyo-network/archivist-model": "^6.0",
167
- "@xyo-network/boundwitness-builder": "^6.0",
168
163
  "@xyo-network/boundwitness-model": "^6.0",
169
164
  "@xyo-network/boundwitness-validator": "^6.0",
170
- "@xyo-network/boundwitness-wrapper": "~6.0",
171
- "@xyo-network/config-payload-plugin": "~6.0",
172
165
  "@xyo-network/diviner-model": "^6.0",
173
- "@xyo-network/manifest-model": "~6.0",
174
166
  "@xyo-network/module-model": "^6.0",
175
167
  "@xyo-network/node-memory": "~6.0",
176
168
  "@xyo-network/node-model": "^6.0",
177
169
  "@xyo-network/payload-builder": "^6.0",
178
170
  "@xyo-network/payload-model": "^6.0",
179
- "@xyo-network/payload-wrapper": "~6.0",
180
- "@xyo-network/query-payload-plugin": "~6.0",
171
+ "@xyo-network/sdk-protocol-js": "~6.0",
181
172
  "@xyo-network/sentinel-memory": "^6.0",
182
173
  "@xyo-network/sentinel-model": "^6.0",
183
- "@xyo-network/wallet-model": "^6.0",
184
174
  "@xyo-network/witness-model": "^6.0",
175
+ "ajv": "^8.20",
185
176
  "async-mutex": "^0.5",
186
177
  "bn.js": "^5.2",
187
178
  "bowser": "^2.14",
188
179
  "buffer": "^6.0",
189
- "chalk": "^5.6",
190
180
  "clsx": "~2.1",
191
181
  "debug": "~4.4",
192
182
  "ethers": "^6.16",
193
- "fast-deep-equal": "~3.1",
194
183
  "hash-wasm": "~4.12",
195
- "js-cookie": "~3.0",
184
+ "idb": "^8.0",
196
185
  "lru-cache": "^11.3",
197
186
  "md5": "~2.3",
198
- "mixpanel-browser": "~2.79",
187
+ "mixpanel-browser": "~2.80",
199
188
  "numeral": "~2.0",
200
189
  "observable-fns": "~0.6",
201
190
  "pako": "^2.1",
202
- "query-string": "~9.3",
191
+ "query-string": "~9.4",
203
192
  "react": "^19.2",
204
193
  "react-dom": "^19.2",
205
- "react-is": "^19.2",
206
194
  "react-router-dom": "^7.15",
207
- "recharts": "~3.8",
208
195
  "spark-md5": "~3.0",
209
196
  "viem": "^2.48",
210
- "wasm-feature-detect": "~1.8",
197
+ "webextension-polyfill": "^0.12",
211
198
  "zod": "^4.4",
212
199
  "zustand": "~5.0"
213
200
  },