@wibetter/json-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-editor v5.0.0
2
+ * @wibetter/json-editor v5.0.2
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Thu Aug 15 2024 15:08:26 GMT+0800 (China Standard Time)
5
+ * build time: Tue Dec 17 2024 16:03:49 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-editor",
3
- "version": "5.0.0",
3
+ "version": "5.0.3",
4
4
  "description": "JSON数据可视化/JSONEditor, 可视化界面编辑json数据",
5
5
  "keywords": [
6
6
  "json",
@@ -12,25 +12,11 @@
12
12
  "main": "lib/index.js",
13
13
  "scripts": {
14
14
  "dev": "akfun dev",
15
- "build2lib": "akfun build2lib",
16
- "build2demo": "akfun build",
17
- "format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
15
+ "build2lib": "akfun build2lib"
18
16
  },
19
17
  "files": [
20
- "lib/*",
21
- "esm/*"
18
+ "lib/*"
22
19
  ],
23
- "husky": {
24
- "hooks": {
25
- "pre-commit": "lint-staged",
26
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
27
- }
28
- },
29
- "lint-staged": {
30
- "src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}": [
31
- "prettier --write"
32
- ]
33
- },
34
20
  "repository": {
35
21
  "type": "git",
36
22
  "url": "git+http://git@github.com:wibetter/json-editor.git"
@@ -40,9 +26,8 @@
40
26
  },
41
27
  "dependencies": {
42
28
  "@ant-design/icons": "^4.2.1",
43
- "@wibetter/json-schema-editor": "^5.0.0",
44
29
  "ace-builds": "^1.35.4",
45
- "@wibetter/json-utils": "^1.2.31",
30
+ "@wibetter/json-utils": "^5.0.1",
46
31
  "antd": "^5.20.1",
47
32
  "braft-editor": "^2.3.9",
48
33
  "braft-extensions": "^0.1.1",
@@ -56,12 +41,8 @@
56
41
  "react-dom": "^16.8.6"
57
42
  },
58
43
  "devDependencies": {
59
- "@commitlint/cli": "^19.4.0",
60
- "@commitlint/config-conventional": "^19.2.2",
61
44
  "akfun": "^5.0.0",
62
- "husky": "^4.2.5",
63
- "lint-staged": "^10.2.9",
64
- "prettier": "^3.3.3"
45
+ "@wibetter/json-schema-editor": "^5.0.1"
65
46
  },
66
47
  "engines": {
67
48
  "node": ">= 10.13.0",