@wibetter/json-schema-editor 5.0.21 → 5.0.22

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.
Files changed (3) hide show
  1. package/package.json +3 -2
  2. package/sdk/index.css +742 -0
  3. package/sdk/index.js +151612 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wibetter/json-schema-editor",
3
- "version": "5.0.21",
3
+ "version": "5.0.22",
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",