@xyo-network/react-schema 6.2.0 → 7.0.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.
- package/package.json +35 -31
- package/typedoc.json +0 -5
- package/xy.config.ts +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -38,25 +38,29 @@
|
|
|
38
38
|
},
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/browser/index.d.ts",
|
|
41
|
+
"files": [
|
|
42
|
+
"dist",
|
|
43
|
+
"src"
|
|
44
|
+
],
|
|
41
45
|
"dependencies": {
|
|
42
|
-
"@xylabs/exists": "^
|
|
43
|
-
"@xylabs/hex": "^
|
|
44
|
-
"@xylabs/react-async-effect": "^
|
|
45
|
-
"@xylabs/react-flexbox": "^
|
|
46
|
-
"@xylabs/react-link": "^
|
|
47
|
-
"@xylabs/react-promise": "^
|
|
48
|
-
"@xylabs/react-select": "^
|
|
49
|
-
"@xylabs/react-shared": "^
|
|
50
|
-
"@xyo-network/diviner-schema-list-model": "^
|
|
51
|
-
"@xyo-network/diviner-schema-stats-model": "^
|
|
52
|
-
"@xyo-network/node-core-types": "^3.
|
|
53
|
-
"@xyo-network/payload-builder": "^
|
|
54
|
-
"@xyo-network/payload-model": "^
|
|
55
|
-
"@xyo-network/react-diviner": "^
|
|
56
|
-
"@xyo-network/react-event": "^
|
|
57
|
-
"@xyo-network/react-property": "^
|
|
58
|
-
"@xyo-network/schema-cache": "^
|
|
59
|
-
"@xyo-network/schema-payload-plugin": "^
|
|
46
|
+
"@xylabs/exists": "^5.0.0",
|
|
47
|
+
"@xylabs/hex": "^5.0.0",
|
|
48
|
+
"@xylabs/react-async-effect": "^7.0.0",
|
|
49
|
+
"@xylabs/react-flexbox": "^7.0.0",
|
|
50
|
+
"@xylabs/react-link": "^7.0.0",
|
|
51
|
+
"@xylabs/react-promise": "^7.0.0",
|
|
52
|
+
"@xylabs/react-select": "^7.0.0",
|
|
53
|
+
"@xylabs/react-shared": "^7.0.0",
|
|
54
|
+
"@xyo-network/diviner-schema-list-model": "^5.0.0",
|
|
55
|
+
"@xyo-network/diviner-schema-stats-model": "^5.0.0",
|
|
56
|
+
"@xyo-network/node-core-types": "^3.8.0",
|
|
57
|
+
"@xyo-network/payload-builder": "^5.0.0",
|
|
58
|
+
"@xyo-network/payload-model": "^5.0.0",
|
|
59
|
+
"@xyo-network/react-diviner": "^7.0.0",
|
|
60
|
+
"@xyo-network/react-event": "^7.0.0",
|
|
61
|
+
"@xyo-network/react-property": "^7.0.0",
|
|
62
|
+
"@xyo-network/schema-cache": "^5.0.0",
|
|
63
|
+
"@xyo-network/schema-payload-plugin": "^5.0.0",
|
|
60
64
|
"react-router-dom": "^7.7.1"
|
|
61
65
|
},
|
|
62
66
|
"devDependencies": {
|
|
@@ -65,18 +69,18 @@
|
|
|
65
69
|
"@mui/icons-material": "^7.2.0",
|
|
66
70
|
"@mui/material": "^7.2.0",
|
|
67
71
|
"@storybook/react-vite": "^9.0.18",
|
|
68
|
-
"@types/react": "^19.1.
|
|
69
|
-
"@xylabs/react-flexbox": "^
|
|
70
|
-
"@xylabs/react-hooks": "^
|
|
71
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.
|
|
72
|
-
"@xylabs/tsconfig-react": "^7.0.
|
|
73
|
-
"@xyo-network/bridge-http": "^
|
|
74
|
-
"@xyo-network/node-memory": "^
|
|
75
|
-
"@xyo-network/node-model": "^
|
|
76
|
-
"@xyo-network/react-node": "^
|
|
77
|
-
"@xyo-network/react-payload-raw-info": "^
|
|
78
|
-
"@xyo-network/react-storybook": "^
|
|
79
|
-
"@xyo-network/react-wallet": "^
|
|
72
|
+
"@types/react": "^19.1.9",
|
|
73
|
+
"@xylabs/react-flexbox": "^7.0.0",
|
|
74
|
+
"@xylabs/react-hooks": "^7.0.0",
|
|
75
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.2",
|
|
76
|
+
"@xylabs/tsconfig-react": "^7.0.2",
|
|
77
|
+
"@xyo-network/bridge-http": "^5.0.0",
|
|
78
|
+
"@xyo-network/node-memory": "^5.0.0",
|
|
79
|
+
"@xyo-network/node-model": "^5.0.0",
|
|
80
|
+
"@xyo-network/react-node": "^7.0.0",
|
|
81
|
+
"@xyo-network/react-payload-raw-info": "^7.0.0",
|
|
82
|
+
"@xyo-network/react-storybook": "^7.0.0",
|
|
83
|
+
"@xyo-network/react-wallet": "^7.0.0",
|
|
80
84
|
"react": "^19.1.1",
|
|
81
85
|
"react-dom": "^19.1.1",
|
|
82
86
|
"storybook": "^9.0.18",
|
package/typedoc.json
DELETED