@kdcloudjs/kdesign 1.8.9 → 1.8.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.8.9",
3
+ "version": "1.8.11",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [
@@ -59,10 +59,9 @@
59
59
  "test:coverage": "npm run test -- --coverage",
60
60
  "test:update": "jest --cache=false -u",
61
61
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && node scripts/filter-changelog.js",
62
- "pub": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --no-tests",
62
+ "pub": "npm run test:all && cross-env PUB_ENV=pub np --no-publish --no-tests --no-cleanup && npm run build && npm publish",
63
63
  "pub:beta": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=beta",
64
64
  "pub:usePopper": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=usePopper",
65
- "prepublishOnly": "node scripts/guard.js",
66
65
  "new": "node scripts/create-component.js",
67
66
  "token": "node scripts/generate-token.js",
68
67
  "preinstall": "npx force-resolutions"
@@ -83,7 +82,6 @@
83
82
  "@popperjs/core": "^2.11.8",
84
83
  "@types/js-cookie": "^3.0.3",
85
84
  "async-validator": "^3.5.1",
86
- "axios": "^0.21.1",
87
85
  "big.js": "^6.0.2",
88
86
  "classnames": "^2.2.6",
89
87
  "color": "^4.2.3",
@@ -148,6 +146,7 @@
148
146
  "core-js": "^3.19.1",
149
147
  "cross-env": "^7.0.2",
150
148
  "css-loader": "^4.2.1",
149
+ "cssnano": "4.x",
151
150
  "cz-customizable": "^6.3.0",
152
151
  "dekko": "^0.2.1",
153
152
  "enzyme": "^3.11.0",
@@ -214,6 +213,7 @@
214
213
  "stylelint-config-prettier": "^8.0.2",
215
214
  "stylelint-config-standard": "^20.0.0",
216
215
  "stylelint-declaration-block-no-ignored-properties": "^2.3.0",
216
+ "terser-webpack-plugin": "4.x",
217
217
  "through2": "^4.0.2",
218
218
  "ts-jest": "^26.4.0",
219
219
  "typescript": "~3.9.2",