@xyo-network/react-schema 7.3.7 → 7.3.8
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.
|
@@ -5,7 +5,7 @@ import type { SchemaPayload } from '@xyo-network/schema-payload-plugin';
|
|
|
5
5
|
*/
|
|
6
6
|
declare const useGetSchemaPayload: (schema?: string) => {
|
|
7
7
|
notFound: boolean;
|
|
8
|
-
schemaHuri: import(".store/@xyo-network-huri-
|
|
8
|
+
schemaHuri: import(".store/@xyo-network-huri-virtual-ca5bd9ea44/package").Huri<import("@xyo-network/payload-model").Payload> | undefined;
|
|
9
9
|
schemaPayload: SchemaPayload | null | undefined;
|
|
10
10
|
xyoError: WithSources<ModuleError> | undefined;
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/exists": "~5.0.
|
|
47
|
-
"@xylabs/hex": "~5.0.
|
|
48
|
-
"@xylabs/react-async-effect": "~7.1.
|
|
49
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
50
|
-
"@xylabs/react-link": "~7.1.
|
|
51
|
-
"@xylabs/react-promise": "~7.1.
|
|
52
|
-
"@xylabs/react-select": "~7.1.
|
|
53
|
-
"@xylabs/react-shared": "~7.1.
|
|
54
|
-
"@xyo-network/diviner-schema-list-model": "~5.1.
|
|
55
|
-
"@xyo-network/diviner-schema-stats-model": "~5.1.
|
|
46
|
+
"@xylabs/exists": "~5.0.17",
|
|
47
|
+
"@xylabs/hex": "~5.0.17",
|
|
48
|
+
"@xylabs/react-async-effect": "~7.1.8",
|
|
49
|
+
"@xylabs/react-flexbox": "~7.1.8",
|
|
50
|
+
"@xylabs/react-link": "~7.1.8",
|
|
51
|
+
"@xylabs/react-promise": "~7.1.8",
|
|
52
|
+
"@xylabs/react-select": "~7.1.8",
|
|
53
|
+
"@xylabs/react-shared": "~7.1.8",
|
|
54
|
+
"@xyo-network/diviner-schema-list-model": "~5.1.15",
|
|
55
|
+
"@xyo-network/diviner-schema-stats-model": "~5.1.15",
|
|
56
56
|
"@xyo-network/node-core-types": "~4.1.3",
|
|
57
|
-
"@xyo-network/payload-builder": "~5.1.
|
|
58
|
-
"@xyo-network/payload-model": "~5.1.
|
|
59
|
-
"@xyo-network/react-diviner": "^7.3.
|
|
60
|
-
"@xyo-network/react-event": "^7.3.
|
|
61
|
-
"@xyo-network/react-property": "^7.3.
|
|
62
|
-
"@xyo-network/schema-cache": "~5.1.
|
|
63
|
-
"@xyo-network/schema-payload-plugin": "~5.1.
|
|
57
|
+
"@xyo-network/payload-builder": "~5.1.15",
|
|
58
|
+
"@xyo-network/payload-model": "~5.1.15",
|
|
59
|
+
"@xyo-network/react-diviner": "^7.3.8",
|
|
60
|
+
"@xyo-network/react-event": "^7.3.8",
|
|
61
|
+
"@xyo-network/react-property": "^7.3.8",
|
|
62
|
+
"@xyo-network/schema-cache": "~5.1.15",
|
|
63
|
+
"@xyo-network/schema-payload-plugin": "~5.1.15",
|
|
64
64
|
"react-router-dom": "^7.9.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
"@mui/material": "~7.3.4",
|
|
71
71
|
"@storybook/react-vite": "~9.1.16",
|
|
72
72
|
"@types/react": "~19.2.2",
|
|
73
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
74
|
-
"@xylabs/react-hooks": "~7.1.
|
|
73
|
+
"@xylabs/react-flexbox": "~7.1.8",
|
|
74
|
+
"@xylabs/react-hooks": "~7.1.8",
|
|
75
75
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
76
76
|
"@xylabs/tsconfig": "~7.1.8",
|
|
77
77
|
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
78
78
|
"@xylabs/tsconfig-react": "~7.1.8",
|
|
79
|
-
"@xyo-network/bridge-http": "~5.1.
|
|
80
|
-
"@xyo-network/node-memory": "~5.1.
|
|
81
|
-
"@xyo-network/node-model": "~5.1.
|
|
82
|
-
"@xyo-network/react-node": "^7.3.
|
|
83
|
-
"@xyo-network/react-payload-raw-info": "^7.3.
|
|
84
|
-
"@xyo-network/react-storybook": "^7.3.
|
|
85
|
-
"@xyo-network/react-wallet": "^7.3.
|
|
79
|
+
"@xyo-network/bridge-http": "~5.1.15",
|
|
80
|
+
"@xyo-network/node-memory": "~5.1.15",
|
|
81
|
+
"@xyo-network/node-model": "~5.1.15",
|
|
82
|
+
"@xyo-network/react-node": "^7.3.8",
|
|
83
|
+
"@xyo-network/react-payload-raw-info": "^7.3.8",
|
|
84
|
+
"@xyo-network/react-storybook": "^7.3.8",
|
|
85
|
+
"@xyo-network/react-wallet": "^7.3.8",
|
|
86
86
|
"react": "~19.2.0",
|
|
87
87
|
"react-dom": "~19.2.0",
|
|
88
88
|
"storybook": "~9.1.16",
|