@xyo-network/react-schema-plugin 2.32.0-rc.3 → 2.32.0-rc.6
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 +70 -0
- package/package.json +6 -3
package/dist/docs.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 0,
|
|
3
|
+
"name": "@xyo-network/react-schema-plugin",
|
|
4
|
+
"kind": 1,
|
|
5
|
+
"kindString": "Project",
|
|
6
|
+
"flags": {},
|
|
7
|
+
"originalName": "",
|
|
8
|
+
"children": [
|
|
9
|
+
{
|
|
10
|
+
"id": 2,
|
|
11
|
+
"name": "default",
|
|
12
|
+
"kind": 8388608,
|
|
13
|
+
"kindString": "Reference",
|
|
14
|
+
"flags": {},
|
|
15
|
+
"sources": [
|
|
16
|
+
{
|
|
17
|
+
"fileName": "index.ts",
|
|
18
|
+
"line": 6,
|
|
19
|
+
"character": 0,
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/plugins/packages/schema/src/index.ts#L6"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"target": 1
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": 1,
|
|
27
|
+
"name": "SchemaRenderPlugin",
|
|
28
|
+
"kind": 32,
|
|
29
|
+
"kindString": "Variable",
|
|
30
|
+
"flags": {
|
|
31
|
+
"isConst": true
|
|
32
|
+
},
|
|
33
|
+
"sources": [
|
|
34
|
+
{
|
|
35
|
+
"fileName": "Plugin.ts",
|
|
36
|
+
"line": 7,
|
|
37
|
+
"character": 13,
|
|
38
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/plugins/packages/schema/src/Plugin.ts#L7"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"type": {
|
|
42
|
+
"type": "reference",
|
|
43
|
+
"name": "XyoPayloadRenderPlugin"
|
|
44
|
+
},
|
|
45
|
+
"defaultValue": "..."
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"groups": [
|
|
49
|
+
{
|
|
50
|
+
"title": "References",
|
|
51
|
+
"children": [
|
|
52
|
+
2
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"title": "Variables",
|
|
57
|
+
"children": [
|
|
58
|
+
1
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"sources": [
|
|
63
|
+
{
|
|
64
|
+
"fileName": "index.ts",
|
|
65
|
+
"line": 1,
|
|
66
|
+
"character": 0,
|
|
67
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/plugins/packages/schema/src/index.ts#L1"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
package/package.json
CHANGED
|
@@ -11,20 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/react-flexbox": "^2.14.14",
|
|
14
|
-
"@xyo-network/react-payload": "^2.32.0-rc.
|
|
15
|
-
"@xyo-network/react-payload-plugin": "^2.32.0-rc.
|
|
14
|
+
"@xyo-network/react-payload": "^2.32.0-rc.6",
|
|
15
|
+
"@xyo-network/react-payload-plugin": "^2.32.0-rc.6",
|
|
16
16
|
"react": "^18.2.0",
|
|
17
17
|
"tslib": "^2.4.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
+
"@xyo-network/account": "^2.30.0-rc.3",
|
|
20
21
|
"@xyo-network/api": "^2.30.0-rc.3",
|
|
21
22
|
"@xyo-network/archivist": "^2.30.0-rc.3",
|
|
23
|
+
"@xyo-network/core": "^2.30.0-rc.3",
|
|
22
24
|
"@xyo-network/crypto-asset-payload-plugin": "^2.30.0-rc.3",
|
|
23
25
|
"@xyo-network/diviner": "^2.30.0-rc.3",
|
|
24
26
|
"@xyo-network/network": "^2.30.0-rc.3",
|
|
25
27
|
"@xyo-network/payload": "^2.30.0-rc.3",
|
|
26
28
|
"@xyo-network/payload-plugin": "^2.30.0-rc.3",
|
|
27
29
|
"@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
|
|
30
|
+
"@xyo-network/typeof": "^2.30.0-rc.3",
|
|
28
31
|
"@xyo-network/utils": "^2.30.0-rc.3",
|
|
29
32
|
"@xyo-network/wallet": "^2.30.0-rc.3"
|
|
30
33
|
},
|
|
@@ -83,6 +86,6 @@
|
|
|
83
86
|
},
|
|
84
87
|
"sideEffects": false,
|
|
85
88
|
"types": "dist/esm/index.d.ts",
|
|
86
|
-
"version": "2.32.0-rc.
|
|
89
|
+
"version": "2.32.0-rc.6",
|
|
87
90
|
"stableVersion": "2.31.2"
|
|
88
91
|
}
|