@xyo-network/react-sentinel 9.0.4 → 9.0.5
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/contexts/use.d.ts +2 -2
- package/package.json +33 -31
|
@@ -3,7 +3,7 @@ export declare const useSentinelContext: () => {
|
|
|
3
3
|
schema: "network.xyo.boundwitness" & {
|
|
4
4
|
readonly __schema: true;
|
|
5
5
|
};
|
|
6
|
-
addresses: (import("@xyo-network/sdk-protocol-js").
|
|
6
|
+
addresses: (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
7
7
|
readonly __hex: true;
|
|
8
8
|
} & {
|
|
9
9
|
readonly __address: true;
|
|
@@ -12,7 +12,7 @@ export declare const useSentinelContext: () => {
|
|
|
12
12
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
13
13
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
14
14
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
15
|
-
$destination?: import("@xyo-network/sdk-protocol-js").
|
|
15
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (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.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-
|
|
45
|
-
"@xyo-network/react-
|
|
46
|
-
"@xyo-network/react-
|
|
47
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-module": "~9.0.5",
|
|
45
|
+
"@xyo-network/react-node": "~9.0.5",
|
|
46
|
+
"@xyo-network/react-witness": "~9.0.5",
|
|
47
|
+
"@xyo-network/react-payload-raw-info": "~9.0.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -61,29 +61,29 @@
|
|
|
61
61
|
"@scure/bip39": "~2.2.0",
|
|
62
62
|
"@storybook/react-vite": "~10.4.2",
|
|
63
63
|
"@types/react": "^19.2.16",
|
|
64
|
-
"@xylabs/geo": "^6.0.
|
|
65
|
-
"@xylabs/pixel": "~6.0.
|
|
66
|
-
"@xylabs/react-async-effect": "~9.0.
|
|
67
|
-
"@xylabs/react-button": "~9.0.
|
|
68
|
-
"@xylabs/react-crypto": "~9.0.
|
|
69
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
70
|
-
"@xylabs/react-hooks": "~9.0.
|
|
71
|
-
"@xylabs/react-link": "~9.0.
|
|
72
|
-
"@xylabs/react-promise": "~9.0.
|
|
73
|
-
"@xylabs/react-shared": "~9.0.
|
|
74
|
-
"@xylabs/react-theme": "~9.0.
|
|
75
|
-
"@xylabs/sdk-js": "^6.0.
|
|
76
|
-
"@xylabs/sdk-react": "~9.0.
|
|
77
|
-
"@xylabs/threads": "^6.0.
|
|
78
|
-
"@xylabs/toolchain": "~8.1.
|
|
79
|
-
"@xylabs/tsconfig": "^8.1.
|
|
80
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
81
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
82
|
-
"@xyo-network/evm-call-witness": "~6.0.
|
|
64
|
+
"@xylabs/geo": "^6.0.8",
|
|
65
|
+
"@xylabs/pixel": "~6.0.8",
|
|
66
|
+
"@xylabs/react-async-effect": "~9.0.3",
|
|
67
|
+
"@xylabs/react-button": "~9.0.3",
|
|
68
|
+
"@xylabs/react-crypto": "~9.0.3",
|
|
69
|
+
"@xylabs/react-flexbox": "~9.0.3",
|
|
70
|
+
"@xylabs/react-hooks": "~9.0.3",
|
|
71
|
+
"@xylabs/react-link": "~9.0.3",
|
|
72
|
+
"@xylabs/react-promise": "~9.0.3",
|
|
73
|
+
"@xylabs/react-shared": "~9.0.3",
|
|
74
|
+
"@xylabs/react-theme": "~9.0.3",
|
|
75
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
76
|
+
"@xylabs/sdk-react": "~9.0.3",
|
|
77
|
+
"@xylabs/threads": "^6.0.8",
|
|
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",
|
|
83
83
|
"@xyo-network/open-zeppelin-typechain": "^4.1.3",
|
|
84
|
-
"@xyo-network/sdk-js": "^6.0.
|
|
85
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
86
|
-
"@xyo-network/witness-evm-abstract": "~6.0.
|
|
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",
|
|
87
87
|
"ajv": "^8.20.0",
|
|
88
88
|
"async-mutex": "^0.5.0",
|
|
89
89
|
"bn.js": "^5.2.3",
|
|
@@ -100,15 +100,16 @@
|
|
|
100
100
|
"mixpanel-browser": "~2.80.0",
|
|
101
101
|
"numeral": "~2.0.6",
|
|
102
102
|
"observable-fns": "~0.6.1",
|
|
103
|
-
"pako": "^2.1.0",
|
|
104
103
|
"query-string": "~9.4.0",
|
|
105
104
|
"react": "^19.2.7",
|
|
106
105
|
"react-dom": "^19.2.7",
|
|
107
|
-
"react-
|
|
106
|
+
"react-is": "^19.2",
|
|
107
|
+
"react-router-dom": "^7.17.0",
|
|
108
|
+
"recharts": "^3.8",
|
|
108
109
|
"spark-md5": "~3.0.2",
|
|
109
110
|
"storybook": "^10.4.2",
|
|
110
111
|
"typescript": "^6.0.3",
|
|
111
|
-
"viem": "^2.52.
|
|
112
|
+
"viem": "^2.52.2",
|
|
112
113
|
"vite": "^8.0.16",
|
|
113
114
|
"webextension-polyfill": "^0.12.0",
|
|
114
115
|
"zod": "^4.4.3",
|
|
@@ -158,11 +159,12 @@
|
|
|
158
159
|
"mixpanel-browser": "~2.80",
|
|
159
160
|
"numeral": "~2.0",
|
|
160
161
|
"observable-fns": "~0.6",
|
|
161
|
-
"pako": "^2.1",
|
|
162
162
|
"query-string": "~9.4",
|
|
163
163
|
"react": "^19.2",
|
|
164
164
|
"react-dom": "^19.2",
|
|
165
|
+
"react-is": "^19.2",
|
|
165
166
|
"react-router-dom": "^7.15",
|
|
167
|
+
"recharts": "^3.8",
|
|
166
168
|
"spark-md5": "~3.0",
|
|
167
169
|
"viem": "^2.48",
|
|
168
170
|
"webextension-polyfill": "^0.12",
|