@xyo-network/react-schema 2.58.0-rc.2 → 2.58.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/dist/docs.json +2185 -0
- package/package.json +23 -24
package/package.json
CHANGED
|
@@ -10,34 +10,34 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-async-effect": "~2.17.
|
|
14
|
-
"@xylabs/react-link": "~2.17.
|
|
15
|
-
"@xylabs/react-select": "~2.17.
|
|
16
|
-
"@xylabs/react-shared": "~2.17.
|
|
17
|
-
"@xyo-network/diviner-schema-list-model": "^2.67.0
|
|
18
|
-
"@xyo-network/diviner-schema-stats-model": "^2.67.0
|
|
19
|
-
"@xyo-network/node-core-types": "^2.67.0
|
|
20
|
-
"@xyo-network/payload-builder": "^2.67.0
|
|
21
|
-
"@xyo-network/payload-model": "^2.67.0
|
|
22
|
-
"@xyo-network/react-diviner": "~2.58.0
|
|
23
|
-
"@xyo-network/react-event": "~2.58.0
|
|
24
|
-
"@xyo-network/react-property": "~2.58.0
|
|
25
|
-
"@xyo-network/react-shared": "~2.58.0
|
|
26
|
-
"@xyo-network/schema-cache": "^2.67.0
|
|
27
|
-
"@xyo-network/schema-payload-plugin": "^2.67.0
|
|
13
|
+
"@xylabs/react-async-effect": "~2.17.7",
|
|
14
|
+
"@xylabs/react-link": "~2.17.7",
|
|
15
|
+
"@xylabs/react-select": "~2.17.7",
|
|
16
|
+
"@xylabs/react-shared": "~2.17.7",
|
|
17
|
+
"@xyo-network/diviner-schema-list-model": "^2.67.0",
|
|
18
|
+
"@xyo-network/diviner-schema-stats-model": "^2.67.0",
|
|
19
|
+
"@xyo-network/node-core-types": "^2.67.0",
|
|
20
|
+
"@xyo-network/payload-builder": "^2.67.0",
|
|
21
|
+
"@xyo-network/payload-model": "^2.67.0",
|
|
22
|
+
"@xyo-network/react-diviner": "~2.58.0",
|
|
23
|
+
"@xyo-network/react-event": "~2.58.0",
|
|
24
|
+
"@xyo-network/react-property": "~2.58.0",
|
|
25
|
+
"@xyo-network/react-shared": "~2.58.0",
|
|
26
|
+
"@xyo-network/schema-cache": "^2.67.0",
|
|
27
|
+
"@xyo-network/schema-payload-plugin": "^2.67.0",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@storybook/react": "^7.1.1",
|
|
32
|
-
"@types/lodash": "^4.14.
|
|
33
|
-
"@xylabs/react-flexbox": "~2.17.
|
|
32
|
+
"@types/lodash": "^4.14.196",
|
|
33
|
+
"@xylabs/react-flexbox": "~2.17.7",
|
|
34
34
|
"@xylabs/ts-scripts-yarn3": "^2.19.0",
|
|
35
35
|
"@xylabs/tsconfig-react": "^2.19.0",
|
|
36
|
-
"@xyo-network/http-bridge": "^2.67.0
|
|
37
|
-
"@xyo-network/node": "^2.67.0
|
|
38
|
-
"@xyo-network/react-node": "~2.58.0
|
|
39
|
-
"@xyo-network/react-storybook": "~2.58.0
|
|
40
|
-
"@xyo-network/react-wallet": "~2.58.0
|
|
36
|
+
"@xyo-network/http-bridge": "^2.67.0",
|
|
37
|
+
"@xyo-network/node": "^2.67.0",
|
|
38
|
+
"@xyo-network/react-node": "~2.58.0",
|
|
39
|
+
"@xyo-network/react-storybook": "~2.58.0",
|
|
40
|
+
"@xyo-network/react-wallet": "~2.58.0",
|
|
41
41
|
"react-json-view": "^1.21.3",
|
|
42
42
|
"typescript": "^5.1.6"
|
|
43
43
|
},
|
|
@@ -93,6 +93,5 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
95
|
"types": "dist/types/index.d.ts",
|
|
96
|
-
"version": "2.58.0
|
|
97
|
-
"stableVersion": "2.57.7"
|
|
96
|
+
"version": "2.58.0"
|
|
98
97
|
}
|