@xyo-network/react-debug 9.0.0 → 9.0.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.
|
@@ -3,11 +3,15 @@ export declare const useDebugBoundWitness: (input?: string) => {
|
|
|
3
3
|
schema: "network.xyo.boundwitness" & {
|
|
4
4
|
readonly __schema: true;
|
|
5
5
|
};
|
|
6
|
-
addresses: (Lowercase<string> & {
|
|
6
|
+
addresses: ((Lowercase<string> & {
|
|
7
7
|
readonly __hex: true;
|
|
8
8
|
} & {
|
|
9
9
|
readonly __address: true;
|
|
10
|
-
})
|
|
10
|
+
}) | (Lowercase<string> & {
|
|
11
|
+
readonly __hex: true;
|
|
12
|
+
} & {
|
|
13
|
+
readonly __address: true;
|
|
14
|
+
}))[];
|
|
11
15
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
12
16
|
payload_schemas: import("@xyo-network/payload-model").BrandedSchema<string>[];
|
|
13
17
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDebugBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugBoundWitness.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM
|
|
1
|
+
{"version":3,"file":"useDebugBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebugBoundWitness.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAalD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-debug",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-raw-info": "~9.0.
|
|
45
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-payload-raw-info": "~9.0.1",
|
|
45
|
+
"@xyo-network/react-shared": "~9.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -50,62 +50,57 @@
|
|
|
50
50
|
"@mui/material": "^9.0.1",
|
|
51
51
|
"@opentelemetry/api": "^1.9.1",
|
|
52
52
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
53
|
-
"@react-spring/web": "~10.0
|
|
53
|
+
"@react-spring/web": "~10.1.0",
|
|
54
54
|
"@scure/base": "~2.2.0",
|
|
55
|
-
"@storybook/react-vite": "~10.4.
|
|
55
|
+
"@storybook/react-vite": "~10.4.1",
|
|
56
56
|
"@types/react": "^19.2.15",
|
|
57
|
-
"@xylabs/pixel": "~6.0.
|
|
58
|
-
"@xylabs/react-button": "~9.0.
|
|
59
|
-
"@xylabs/react-error": "~9.0.
|
|
60
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
61
|
-
"@xylabs/react-hooks": "~9.0.
|
|
62
|
-
"@xylabs/react-link": "~9.0.
|
|
63
|
-
"@xylabs/react-promise": "~9.0.
|
|
64
|
-
"@xylabs/react-shared": "~9.0.
|
|
65
|
-
"@xylabs/react-theme": "~9.0.
|
|
66
|
-
"@xylabs/sdk-js": "^6.0.
|
|
67
|
-
"@xylabs/sdk-react": "~9.0",
|
|
68
|
-
"@xylabs/threads": "
|
|
69
|
-
"@xylabs/toolchain": "~8.1.
|
|
70
|
-
"@xylabs/tsconfig": "^8.1.
|
|
71
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
72
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
73
|
-
"@xyo-network/boundwitness-model": "^6.0.
|
|
74
|
-
"@xyo-network/boundwitness-validator": "^6.0.
|
|
75
|
-
"@xyo-network/payload-builder": "^6.0.
|
|
76
|
-
"@xyo-network/payload-model": "^6.0.
|
|
57
|
+
"@xylabs/pixel": "~6.0.4",
|
|
58
|
+
"@xylabs/react-button": "~9.0.2",
|
|
59
|
+
"@xylabs/react-error": "~9.0.2",
|
|
60
|
+
"@xylabs/react-flexbox": "~9.0.2",
|
|
61
|
+
"@xylabs/react-hooks": "~9.0.2",
|
|
62
|
+
"@xylabs/react-link": "~9.0.2",
|
|
63
|
+
"@xylabs/react-promise": "~9.0.2",
|
|
64
|
+
"@xylabs/react-shared": "~9.0.2",
|
|
65
|
+
"@xylabs/react-theme": "~9.0.2",
|
|
66
|
+
"@xylabs/sdk-js": "^6.0.4",
|
|
67
|
+
"@xylabs/sdk-react": "~9.0.2",
|
|
68
|
+
"@xylabs/threads": "^6.0.4",
|
|
69
|
+
"@xylabs/toolchain": "~8.1.8",
|
|
70
|
+
"@xylabs/tsconfig": "^8.1.8",
|
|
71
|
+
"@xylabs/tsconfig-dom": "^8.1.8",
|
|
72
|
+
"@xylabs/tsconfig-react": "~8.1.8",
|
|
73
|
+
"@xyo-network/boundwitness-model": "^6.0.5",
|
|
74
|
+
"@xyo-network/boundwitness-validator": "^6.0.5",
|
|
75
|
+
"@xyo-network/payload-builder": "^6.0.5",
|
|
76
|
+
"@xyo-network/payload-model": "^6.0.5",
|
|
77
77
|
"async-mutex": "^0.5.0",
|
|
78
78
|
"bn.js": "^5.2.3",
|
|
79
79
|
"bowser": "^2.14.1",
|
|
80
80
|
"buffer": "^6.0.3",
|
|
81
|
-
"chalk": "^5.6.2",
|
|
82
81
|
"clsx": "~2.1.1",
|
|
83
82
|
"debug": "~4.4.3",
|
|
84
|
-
"eslint": "^10.4.
|
|
83
|
+
"eslint": "^10.4.1",
|
|
85
84
|
"ethers": "^6.16.0",
|
|
86
|
-
"fast-deep-equal": "~3.1.3",
|
|
87
85
|
"hash-wasm": "~4.12.0",
|
|
88
|
-
"
|
|
89
|
-
"lru-cache": "^11.5.0",
|
|
86
|
+
"lru-cache": "^11.3.6",
|
|
90
87
|
"md5": "~2.3.0",
|
|
91
|
-
"mixpanel-browser": "~2.
|
|
88
|
+
"mixpanel-browser": "~2.80",
|
|
92
89
|
"numeral": "~2.0.6",
|
|
93
90
|
"observable-fns": "~0.6.1",
|
|
94
91
|
"pako": "^2.1.0",
|
|
95
|
-
"query-string": "~9.
|
|
92
|
+
"query-string": "~9.4.0",
|
|
96
93
|
"react": "^19.2.6",
|
|
97
94
|
"react-dom": "^19.2.6",
|
|
98
|
-
"react-
|
|
99
|
-
"react-router-dom": "^7.15.1",
|
|
100
|
-
"recharts": "~3.8.1",
|
|
95
|
+
"react-router-dom": "^7.16.0",
|
|
101
96
|
"spark-md5": "~3.0.2",
|
|
102
|
-
"storybook": "^10.4.
|
|
97
|
+
"storybook": "^10.4.1",
|
|
103
98
|
"typescript": "^6.0.3",
|
|
104
|
-
"viem": "^2.
|
|
105
|
-
"vite": "^8.0.
|
|
99
|
+
"viem": "^2.51.3",
|
|
100
|
+
"vite": "^8.0.14",
|
|
106
101
|
"wasm-feature-detect": "~1.8.0",
|
|
107
102
|
"zod": "^4.4.3",
|
|
108
|
-
"zustand": "~5.0.
|
|
103
|
+
"zustand": "~5.0.14"
|
|
109
104
|
},
|
|
110
105
|
"peerDependencies": {
|
|
111
106
|
"@bitauth/libauth": "~3.0",
|
|
@@ -113,7 +108,7 @@
|
|
|
113
108
|
"@mui/material": "^9.0",
|
|
114
109
|
"@opentelemetry/api": "^1.9",
|
|
115
110
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
116
|
-
"@react-spring/web": "~10.
|
|
111
|
+
"@react-spring/web": "~10.1",
|
|
117
112
|
"@scure/base": "~2.2",
|
|
118
113
|
"@xylabs/pixel": "~6.0",
|
|
119
114
|
"@xylabs/react-button": "~9.0",
|
|
@@ -126,7 +121,7 @@
|
|
|
126
121
|
"@xylabs/react-theme": "~9.0",
|
|
127
122
|
"@xylabs/sdk-js": "^6.0",
|
|
128
123
|
"@xylabs/sdk-react": "~9.0",
|
|
129
|
-
"@xylabs/threads": "
|
|
124
|
+
"@xylabs/threads": "^6.0",
|
|
130
125
|
"@xyo-network/boundwitness-model": "^6.0",
|
|
131
126
|
"@xyo-network/boundwitness-validator": "^6.0",
|
|
132
127
|
"@xyo-network/payload-builder": "^6.0",
|
|
@@ -135,25 +130,20 @@
|
|
|
135
130
|
"bn.js": "^5.2",
|
|
136
131
|
"bowser": "^2.14",
|
|
137
132
|
"buffer": "^6.0",
|
|
138
|
-
"chalk": "^5.6",
|
|
139
133
|
"clsx": "~2.1",
|
|
140
134
|
"debug": "~4.4",
|
|
141
135
|
"ethers": "^6.16",
|
|
142
|
-
"fast-deep-equal": "~3.1",
|
|
143
136
|
"hash-wasm": "~4.12",
|
|
144
|
-
"js-cookie": "~3.0",
|
|
145
137
|
"lru-cache": "^11.3",
|
|
146
138
|
"md5": "~2.3",
|
|
147
|
-
"mixpanel-browser": "~2.
|
|
139
|
+
"mixpanel-browser": "~2.80",
|
|
148
140
|
"numeral": "~2.0",
|
|
149
141
|
"observable-fns": "~0.6",
|
|
150
142
|
"pako": "^2.1",
|
|
151
|
-
"query-string": "~9.
|
|
143
|
+
"query-string": "~9.4",
|
|
152
144
|
"react": "^19.2",
|
|
153
145
|
"react-dom": "^19.2",
|
|
154
|
-
"react-is": "^19.2",
|
|
155
146
|
"react-router-dom": "^7.15",
|
|
156
|
-
"recharts": "~3.8",
|
|
157
147
|
"spark-md5": "~3.0",
|
|
158
148
|
"viem": "^2.48",
|
|
159
149
|
"wasm-feature-detect": "~1.8",
|