@xyo-network/react-schema-plugin 2.60.0-rc.4 → 2.60.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 +87 -0
- package/package.json +5 -6
package/dist/docs.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 0,
|
|
3
|
+
"name": "@xyo-network/react-schema-plugin",
|
|
4
|
+
"variant": "project",
|
|
5
|
+
"kind": 1,
|
|
6
|
+
"flags": {},
|
|
7
|
+
"children": [
|
|
8
|
+
{
|
|
9
|
+
"id": 2,
|
|
10
|
+
"name": "default",
|
|
11
|
+
"variant": "reference",
|
|
12
|
+
"kind": 8388608,
|
|
13
|
+
"flags": {},
|
|
14
|
+
"sources": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "index.ts",
|
|
17
|
+
"line": 6,
|
|
18
|
+
"character": 0,
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f1ec23d6f05d/packages/plugins/packages/schema/src/index.ts#L6"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"target": 1
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": 1,
|
|
26
|
+
"name": "SchemaRenderPlugin",
|
|
27
|
+
"variant": "declaration",
|
|
28
|
+
"kind": 32,
|
|
29
|
+
"flags": {
|
|
30
|
+
"isConst": true
|
|
31
|
+
},
|
|
32
|
+
"sources": [
|
|
33
|
+
{
|
|
34
|
+
"fileName": "Plugin.ts",
|
|
35
|
+
"line": 7,
|
|
36
|
+
"character": 13,
|
|
37
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f1ec23d6f05d/packages/plugins/packages/schema/src/Plugin.ts#L7"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"type": {
|
|
41
|
+
"type": "reference",
|
|
42
|
+
"target": {
|
|
43
|
+
"sourceFileName": "../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
|
|
44
|
+
"qualifiedName": "PayloadRenderPlugin"
|
|
45
|
+
},
|
|
46
|
+
"name": "PayloadRenderPlugin",
|
|
47
|
+
"package": "@xyo-network/react-payload-plugin"
|
|
48
|
+
},
|
|
49
|
+
"defaultValue": "..."
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"groups": [
|
|
53
|
+
{
|
|
54
|
+
"title": "References",
|
|
55
|
+
"children": [
|
|
56
|
+
2
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"title": "Variables",
|
|
61
|
+
"children": [
|
|
62
|
+
1
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"packageName": "@xyo-network/react-schema-plugin",
|
|
67
|
+
"readme": [
|
|
68
|
+
{
|
|
69
|
+
"kind": "text",
|
|
70
|
+
"text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"symbolIdMap": {
|
|
74
|
+
"0": {
|
|
75
|
+
"sourceFileName": "src/index.ts",
|
|
76
|
+
"qualifiedName": ""
|
|
77
|
+
},
|
|
78
|
+
"1": {
|
|
79
|
+
"sourceFileName": "src/Plugin.ts",
|
|
80
|
+
"qualifiedName": "SchemaRenderPlugin"
|
|
81
|
+
},
|
|
82
|
+
"2": {
|
|
83
|
+
"sourceFileName": "src/index.ts",
|
|
84
|
+
"qualifiedName": "default"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
package/package.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/react-flexbox": "~2.17.7",
|
|
14
|
-
"@xyo-network/payload-model": "^2.69.0
|
|
15
|
-
"@xyo-network/react-payload-details": "~2.60.
|
|
16
|
-
"@xyo-network/react-payload-plugin": "~2.60.
|
|
17
|
-
"@xyo-network/schema-payload-plugin": "^2.69.0
|
|
14
|
+
"@xyo-network/payload-model": "^2.69.0",
|
|
15
|
+
"@xyo-network/react-payload-details": "~2.60.1",
|
|
16
|
+
"@xyo-network/react-payload-plugin": "~2.60.1",
|
|
17
|
+
"@xyo-network/schema-payload-plugin": "^2.69.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^2.19.0",
|
|
@@ -72,6 +72,5 @@
|
|
|
72
72
|
},
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"types": "dist/types/index.d.ts",
|
|
75
|
-
"version": "2.60.
|
|
76
|
-
"stableVersion": "2.59.2"
|
|
75
|
+
"version": "2.60.1"
|
|
77
76
|
}
|