@wibetter/json-schema-editor 5.0.0 → 5.0.3

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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * @wibetter/json-schema-editor v5.0.0
3
- * author: ldan@wibetter
2
+ * @wibetter/json-schema-editor v5.0.2
3
+ * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Wed Aug 14 2024 17:49:04 GMT+0800 (China Standard Time)
5
+ * build time: Tue Dec 17 2024 16:03:45 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
package/package.json CHANGED
@@ -1,47 +1,32 @@
1
1
  {
2
2
  "name": "@wibetter/json-schema-editor",
3
- "version": "5.0.0",
4
- "description": "JSON数据可视化/JSONSchema, 主要用于json结构/格式的可视化编辑",
3
+ "version": "5.0.3",
4
+ "description": "JSON数据可视化/JSONSchema,以表单的形式编辑 json schema,可用于在线设计组件的配置面板",
5
5
  "keywords": [
6
6
  "json",
7
7
  "json数据结构可视化"
8
8
  ],
9
- "author": "ldan@wibetter",
9
+ "author": "wibetter",
10
10
  "license": "MIT",
11
11
  "main": "lib/index.js",
12
12
  "scripts": {
13
13
  "dev": "akfun dev",
14
- "build2demo": "akfun build",
15
- "build2lib": "akfun build2lib",
16
- "format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
14
+ "build2lib": "akfun build2lib"
17
15
  },
18
16
  "files": [
19
- "lib/*",
20
- "esm/*"
17
+ "lib/*"
21
18
  ],
22
- "husky": {
23
- "hooks": {
24
- "pre-commit": "lint-staged",
25
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
26
- }
27
- },
28
- "lint-staged": {
29
- "src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}": [
30
- "prettier --write"
31
- ]
32
- },
33
19
  "repository": {
34
20
  "type": "git",
35
- "url": "git+http://git@github.com:wibetter/json-schema-editor.git"
21
+ "url": "git+http://git@github.com:wibetter/json-editor.git"
36
22
  },
37
23
  "bugs": {
38
- "url": "https://github.com/wibetter/json-schema-editor/issues"
24
+ "url": "https://github.com/wibetter/json-editor/issues"
39
25
  },
40
26
  "dependencies": {
41
27
  "@ant-design/icons": "^5.4.0",
42
28
  "@babel/polyfill": "^7.12.1",
43
- "@wibetter/json-editor": "^3.5.11",
44
- "@wibetter/json-utils": "^1.3.2",
29
+ "@wibetter/json-utils": "^5.0.1",
45
30
  "ace-builds": "^1.35.4",
46
31
  "antd": "^5.20.1",
47
32
  "mobx": "^5.15.4",
@@ -52,12 +37,8 @@
52
37
  "react-dom": "^16.8.6"
53
38
  },
54
39
  "devDependencies": {
55
- "@commitlint/cli": "^19.4.0",
56
- "@commitlint/config-conventional": "^19.2.2",
57
40
  "akfun": "^5.0.0",
58
- "husky": "^4.2.5",
59
- "lint-staged": "^10.2.9",
60
- "prettier": "^3.3.3"
41
+ "@wibetter/json-editor": "^5.0.1"
61
42
  },
62
43
  "engines": {
63
44
  "node": ">= 10.13.0",