@xyo-network/react-schema 2.57.0 → 2.57.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.
- package/dist/docs.json +2185 -0
- package/package.json +25 -25
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": "
|
|
14
|
-
"@xylabs/react-link": "
|
|
15
|
-
"@xylabs/react-select": "
|
|
16
|
-
"@xylabs/react-shared": "
|
|
17
|
-
"@xyo-network/diviner-schema-list-model": "
|
|
18
|
-
"@xyo-network/diviner-schema-stats-model": "
|
|
19
|
-
"@xyo-network/node-core-types": "
|
|
20
|
-
"@xyo-network/payload-builder": "
|
|
21
|
-
"@xyo-network/payload-model": "
|
|
22
|
-
"@xyo-network/react-diviner": "
|
|
23
|
-
"@xyo-network/react-event": "
|
|
24
|
-
"@xyo-network/react-property": "
|
|
25
|
-
"@xyo-network/react-shared": "
|
|
26
|
-
"@xyo-network/schema-cache": "
|
|
27
|
-
"@xyo-network/schema-payload-plugin": "
|
|
13
|
+
"@xylabs/react-async-effect": "~2.17.6",
|
|
14
|
+
"@xylabs/react-link": "~2.17.6",
|
|
15
|
+
"@xylabs/react-select": "~2.17.6",
|
|
16
|
+
"@xylabs/react-shared": "~2.17.6",
|
|
17
|
+
"@xyo-network/diviner-schema-list-model": "~2.66.5",
|
|
18
|
+
"@xyo-network/diviner-schema-stats-model": "~2.66.5",
|
|
19
|
+
"@xyo-network/node-core-types": "~2.66.5",
|
|
20
|
+
"@xyo-network/payload-builder": "~2.66.5",
|
|
21
|
+
"@xyo-network/payload-model": "~2.66.5",
|
|
22
|
+
"@xyo-network/react-diviner": "~2.57.1",
|
|
23
|
+
"@xyo-network/react-event": "~2.57.1",
|
|
24
|
+
"@xyo-network/react-property": "~2.57.1",
|
|
25
|
+
"@xyo-network/react-shared": "~2.57.1",
|
|
26
|
+
"@xyo-network/schema-cache": "~2.66.5",
|
|
27
|
+
"@xyo-network/schema-payload-plugin": "~2.66.5",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@storybook/react": "^7.0
|
|
31
|
+
"@storybook/react": "^7.1.0",
|
|
32
32
|
"@types/lodash": "^4.14.195",
|
|
33
|
-
"@xylabs/react-flexbox": "
|
|
34
|
-
"@xylabs/ts-scripts-yarn3": "^2.18.
|
|
35
|
-
"@xylabs/tsconfig-react": "^2.18.
|
|
36
|
-
"@xyo-network/http-bridge": "
|
|
37
|
-
"@xyo-network/node": "
|
|
38
|
-
"@xyo-network/react-node": "
|
|
39
|
-
"@xyo-network/react-storybook": "
|
|
40
|
-
"@xyo-network/react-wallet": "
|
|
33
|
+
"@xylabs/react-flexbox": "~2.17.6",
|
|
34
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.11",
|
|
35
|
+
"@xylabs/tsconfig-react": "^2.18.11",
|
|
36
|
+
"@xyo-network/http-bridge": "~2.66.5",
|
|
37
|
+
"@xyo-network/node": "~2.66.5",
|
|
38
|
+
"@xyo-network/react-node": "~2.57.1",
|
|
39
|
+
"@xyo-network/react-storybook": "~2.57.1",
|
|
40
|
+
"@xyo-network/react-wallet": "~2.57.1",
|
|
41
41
|
"react-json-view": "^1.21.3",
|
|
42
42
|
"typescript": "^5.1.6"
|
|
43
43
|
},
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
95
|
"types": "dist/types/index.d.ts",
|
|
96
|
-
"version": "2.57.
|
|
96
|
+
"version": "2.57.1"
|
|
97
97
|
}
|