@wibetter/json-schema-editor 5.0.21 → 5.0.23
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/lib/index.css +2 -2
- package/lib/index.js +1 -3505
- package/lib/index.js.LICENSE.txt +2 -2
- package/package.json +3 -2
- package/sdk/index.css +742 -0
- package/sdk/index.js +151612 -0
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-schema-editor v5.0.
|
|
2
|
+
* @wibetter/json-schema-editor v5.0.23
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Thu Jan 02 2025 09:37:33 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wibetter/json-schema-editor",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.23",
|
|
4
4
|
"description": "JSON数据可视化/JSONSchema,以表单的形式编辑 json schema,可用于在线设计组件的配置面板",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"json",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"build2lib": "akfun build2lib"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
|
-
"lib/*"
|
|
17
|
+
"lib/*",
|
|
18
|
+
"sdk/*"
|
|
18
19
|
],
|
|
19
20
|
"repository": {
|
|
20
21
|
"type": "git",
|