@xyo-network/react-schema-plugin 2.64.10 → 2.65.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/package.json +8 -9
- package/dist/docs.json +0 -87
package/package.json
CHANGED
|
@@ -10,21 +10,20 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-flexbox": "^3.0.
|
|
14
|
-
"@xyo-network/payload-model": "^2.
|
|
15
|
-
"@xyo-network/react-payload-details": "~2.
|
|
16
|
-
"@xyo-network/react-payload-plugin": "~2.
|
|
17
|
-
"@xyo-network/schema-payload-plugin": "^2.
|
|
13
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
|
14
|
+
"@xyo-network/payload-model": "^2.77.0",
|
|
15
|
+
"@xyo-network/react-payload-details": "~2.65.1",
|
|
16
|
+
"@xyo-network/react-payload-plugin": "~2.65.1",
|
|
17
|
+
"@xyo-network/schema-payload-plugin": "^2.77.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
21
21
|
"typescript": "^5.2.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@mui/icons-material": "^5",
|
|
25
25
|
"@mui/material": "^5",
|
|
26
26
|
"@mui/styles": "^5",
|
|
27
|
-
"axios": "^1",
|
|
28
27
|
"react": "^18",
|
|
29
28
|
"react-dom": "^18"
|
|
30
29
|
},
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
"typescript",
|
|
66
65
|
"react"
|
|
67
66
|
],
|
|
68
|
-
"license": "LGPL-3.0",
|
|
67
|
+
"license": "LGPL-3.0-only",
|
|
69
68
|
"publishConfig": {
|
|
70
69
|
"access": "public"
|
|
71
70
|
},
|
|
@@ -79,6 +78,6 @@
|
|
|
79
78
|
},
|
|
80
79
|
"sideEffects": false,
|
|
81
80
|
"types": "dist/browser/index.d.ts",
|
|
82
|
-
"version": "2.
|
|
81
|
+
"version": "2.65.1",
|
|
83
82
|
"type": "module"
|
|
84
83
|
}
|
package/dist/docs.json
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
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": 4194304,
|
|
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/5704df3a9/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/5704df3a9/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
|
-
}
|