easy-soft-develop 2.0.200 → 2.0.201

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.200",
3
+ "version": "2.0.201",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -51,7 +51,7 @@
51
51
  "z:publish:build": "npm run z:publish:patch:npm",
52
52
  "prez:publish:patch:npm": "npm run z:cz && npm version patch",
53
53
  "z:publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
54
- "postz:publish:patch:npm": "npm run change:npm:registry:local",
54
+ "postz:publish:patch:npm": "npm run z:change:npm:registry:local",
55
55
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete",
56
56
  "z:update:all-package-version": "ncu -u"
57
57
  },