neo-cmp-cli 1.13.7 → 1.13.9
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/dist/package.json.js +1 -1
- package/package.json +2 -2
- package/template/antd-custom-cmp-template/package.json +4 -1
- package/template/asset-manage-template/package.json +4 -8
- package/template/echarts-custom-cmp-template/package.json +4 -1
- package/template/empty-custom-cmp-template/package.json +4 -1
- package/template/map-custom-cmp-template/package.json +4 -1
- package/template/neo-bi-cmps/package.json +3 -0
- package/template/neo-custom-cmp-template/package.json +1 -1
- package/template/neo-h5-cmps/package.json +1 -1
- package/template/neo-order-cmps/package.json +4 -1
- package/template/neo-web-entity-grid/package.json +1 -1
- package/template/react-custom-cmp-template/package.json +1 -1
- package/template/react-ts-custom-cmp-template/package.json +4 -1
- package/template/vue2-custom-cmp-template/package.json +1 -1
package/dist/package.json.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var e="1.13.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var e="1.13.8";const o={version:e};exports.default=o,exports.version=e;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neo-cmp-cli",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.9",
|
|
4
4
|
"description": "Neo 自定义组件开发工具,支持react 和 vue2.0技术栈。",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"neo-cli",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"adm-zip": "^0.5.10",
|
|
45
|
-
"akfun": "^5.3.
|
|
45
|
+
"akfun": "^5.3.3",
|
|
46
46
|
"axios": "^1.7.0",
|
|
47
47
|
"babel-plugin-import": "^1.13.8",
|
|
48
48
|
"chalk": "^4.0.0",
|
|
@@ -48,11 +48,14 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^18.0.0",
|
|
49
49
|
"@types/react": "^16.9.11",
|
|
50
50
|
"@types/react-dom": "^16.9.15",
|
|
51
|
-
"neo-cmp-cli": "^1.13.
|
|
51
|
+
"neo-cmp-cli": "^1.13.9",
|
|
52
52
|
"husky": "^4.2.5",
|
|
53
53
|
"lint-staged": "^10.2.9",
|
|
54
54
|
"prettier": "^2.0.5"
|
|
55
55
|
},
|
|
56
|
+
"overrides": {
|
|
57
|
+
"typescript": "<6"
|
|
58
|
+
},
|
|
56
59
|
"engines": {
|
|
57
60
|
"node": ">= 16.0.0",
|
|
58
61
|
"npm": ">= 8.0.0"
|
|
@@ -52,22 +52,18 @@
|
|
|
52
52
|
"@types/react": "^16.9.11",
|
|
53
53
|
"@types/react-dom": "^16.9.15",
|
|
54
54
|
"@types/axios": "^0.14.0",
|
|
55
|
-
"neo-cmp-cli": "^1.13.
|
|
55
|
+
"neo-cmp-cli": "^1.13.9",
|
|
56
56
|
"husky": "^4.2.5",
|
|
57
57
|
"lint-staged": "^10.2.9",
|
|
58
58
|
"prettier": "^2.0.5",
|
|
59
59
|
"@babel/runtime": "^7.26.0",
|
|
60
60
|
"@types/echarts": "^4.9.0"
|
|
61
61
|
},
|
|
62
|
+
"overrides": {
|
|
63
|
+
"typescript": "<6"
|
|
64
|
+
},
|
|
62
65
|
"engines": {
|
|
63
66
|
"node": ">= 16.0.0",
|
|
64
67
|
"npm": ">= 8.0.0"
|
|
65
68
|
},
|
|
66
|
-
"repository": {
|
|
67
|
-
"type": "git",
|
|
68
|
-
"url": "https://git@github.com:xxx/CD-TEST.git"
|
|
69
|
-
},
|
|
70
|
-
"bugs": {
|
|
71
|
-
"url": "https://github.com/xxx/CD-TEST/issues"
|
|
72
|
-
}
|
|
73
69
|
}
|
|
@@ -48,12 +48,15 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^18.0.0",
|
|
49
49
|
"@types/react": "^16.9.11",
|
|
50
50
|
"@types/react-dom": "^16.9.15",
|
|
51
|
-
"neo-cmp-cli": "^1.13.
|
|
51
|
+
"neo-cmp-cli": "^1.13.9",
|
|
52
52
|
"husky": "^4.2.5",
|
|
53
53
|
"lint-staged": "^10.2.9",
|
|
54
54
|
"prettier": "^2.0.5",
|
|
55
55
|
"@types/echarts": "^4.9.0"
|
|
56
56
|
},
|
|
57
|
+
"overrides": {
|
|
58
|
+
"typescript": "<6"
|
|
59
|
+
},
|
|
57
60
|
"engines": {
|
|
58
61
|
"node": ">= 16.0.0",
|
|
59
62
|
"npm": ">= 8.0.0"
|
|
@@ -41,11 +41,14 @@
|
|
|
41
41
|
"@commitlint/config-conventional": "^18.0.0",
|
|
42
42
|
"@types/react": "^16.9.11",
|
|
43
43
|
"@types/react-dom": "^16.9.15",
|
|
44
|
-
"neo-cmp-cli": "^1.13.
|
|
44
|
+
"neo-cmp-cli": "^1.13.9",
|
|
45
45
|
"husky": "^4.2.5",
|
|
46
46
|
"lint-staged": "^10.2.9",
|
|
47
47
|
"prettier": "^2.0.5"
|
|
48
48
|
},
|
|
49
|
+
"overrides": {
|
|
50
|
+
"typescript": "<6"
|
|
51
|
+
},
|
|
49
52
|
"engines": {
|
|
50
53
|
"node": ">= 16.0.0",
|
|
51
54
|
"npm": ">= 8.0.0"
|
|
@@ -47,11 +47,14 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^18.0.0",
|
|
48
48
|
"@types/react": "^16.9.11",
|
|
49
49
|
"@types/react-dom": "^16.9.15",
|
|
50
|
-
"neo-cmp-cli": "^1.13.
|
|
50
|
+
"neo-cmp-cli": "^1.13.9",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
54
54
|
},
|
|
55
|
+
"overrides": {
|
|
56
|
+
"typescript": "<6"
|
|
57
|
+
},
|
|
55
58
|
"engines": {
|
|
56
59
|
"node": ">= 16.0.0",
|
|
57
60
|
"npm": ">= 8.0.0"
|
|
@@ -47,11 +47,14 @@
|
|
|
47
47
|
"@types/react": "^16.9.11",
|
|
48
48
|
"@types/react-dom": "^16.9.15",
|
|
49
49
|
"@types/axios": "^0.14.0",
|
|
50
|
-
"neo-cmp-cli": "^1.13.
|
|
50
|
+
"neo-cmp-cli": "^1.13.9",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
54
54
|
},
|
|
55
|
+
"overrides": {
|
|
56
|
+
"typescript": "<6"
|
|
57
|
+
},
|
|
55
58
|
"engines": {
|
|
56
59
|
"node": ">= 16.0.0",
|
|
57
60
|
"npm": ">= 8.0.0"
|
|
@@ -47,11 +47,14 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^18.0.0",
|
|
48
48
|
"@types/react": "^16.9.11",
|
|
49
49
|
"@types/react-dom": "^16.9.15",
|
|
50
|
-
"neo-cmp-cli": "^1.13.
|
|
50
|
+
"neo-cmp-cli": "^1.13.9",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
54
54
|
},
|
|
55
|
+
"overrides": {
|
|
56
|
+
"typescript": "<6"
|
|
57
|
+
},
|
|
55
58
|
"engines": {
|
|
56
59
|
"node": ">= 16.0.0",
|
|
57
60
|
"npm": ">= 8.0.0"
|