easy-soft-develop 2.0.198 → 2.0.200

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 +22 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.198",
3
+ "version": "2.0.200",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -26,16 +26,7 @@
26
26
  "types/"
27
27
  ],
28
28
  "scripts": {
29
- "change:npm:registry:local": "nrm use local",
30
- "change:npm:registry:npm": "nrm use npm",
31
29
  "commitlint": "npx commitlint --edit",
32
- "precz": "npm run z:prettier:format:change && node ./bin/cli.js commit-refresh && npm run z:tsc:build && git stage -A",
33
- "cz": "cz",
34
- "postcz": "git push",
35
- "publish:npm": "npm run publish:patch:npm",
36
- "prepublish:patch:npm": "npm run cz && npm version patch",
37
- "publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
38
- "postpublish:patch:npm": "npm run change:npm:registry:local",
39
30
  "test:bin:check-all-package-version": "node ./bin/cli.js check-all-package-version",
40
31
  "test:bin:commit-refresh": "node ./bin/cli.js commit-refresh",
41
32
  "test:bin:create-assist-scripts": "node ./bin/cli.js create-assist-scripts",
@@ -49,13 +40,23 @@
49
40
  "test:createPackageUpdateAllVersionScriptFile": "node ./test/createPackageUpdateAllVersionScriptFile.test.js",
50
41
  "test:createSleepScriptFile": "node ./test/createSleepScriptFile.test.js",
51
42
  "test:inner:assignObject": "node ./test/assignObject.test.js",
52
- "z:ncu:u:all": "ncu -u",
43
+ "z:change:npm:registry:local": "nrm use local",
44
+ "z:change:npm:registry:npm": "nrm use npm",
45
+ "prez:cz": "node ./bin/cli.js commit-refresh && npm run z:prettier:format:change && npm run z:tsc:build && git stage -A",
46
+ "z:cz": "cz",
47
+ "z:install": "pnpm install",
48
+ "z:postcz": "git push",
53
49
  "z:prettier:format:all": "npx prettier --write .",
54
50
  "z:prettier:format:change": "npx prettier --cache --write . && node ./bin/cli.js prompt --message \"format changed files complete\" --type success --blankLine",
55
- "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
51
+ "z:publish:build": "npm run z:publish:patch:npm",
52
+ "prez:publish:patch:npm": "npm run z:cz && npm version patch",
53
+ "z:publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
54
+ "postz:publish:patch:npm": "npm run change:npm:registry:local",
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
+ "z:update:all-package-version": "ncu -u"
56
57
  },
57
58
  "dependencies": {
58
- "commander": "^10.0.0",
59
+ "commander": "^10.0.1",
59
60
  "download": "^8.0.0",
60
61
  "download-git-repo": "^3.0.2",
61
62
  "fs-extra": "^11.1.1",
@@ -65,23 +66,23 @@
65
66
  "terminal-kit": "^3.0.0"
66
67
  },
67
68
  "devDependencies": {
68
- "@commitlint/cli": "^17.4.4",
69
- "@commitlint/config-conventional": "^17.4.4",
70
- "@commitlint/config-lerna-scopes": "^17.4.2",
71
- "@commitlint/cz-commitlint": "^17.4.4",
69
+ "@commitlint/cli": "^17.6.3",
70
+ "@commitlint/config-conventional": "^17.6.3",
71
+ "@commitlint/config-lerna-scopes": "^17.6.3",
72
+ "@commitlint/cz-commitlint": "^17.5.0",
72
73
  "commitizen": "^4.3.0",
73
74
  "conventional-changelog-conventionalcommits": "^5.0.0",
74
- "eslint": "^8.36.0",
75
+ "eslint": "^8.41.0",
75
76
  "eslint-config-prettier": "^8.8.0",
76
77
  "eslint-formatter-pretty": "^5.0.0",
77
- "eslint-import-resolver-typescript": "^3.5.3",
78
+ "eslint-import-resolver-typescript": "^3.5.5",
78
79
  "eslint-plugin-eslint-comments": "^3.2.0",
79
80
  "eslint-plugin-import": "^2.27.5",
80
81
  "eslint-plugin-prettier": "^4.2.1",
81
82
  "eslint-plugin-promise": "^6.1.1",
82
83
  "husky": "^8.0.3",
83
- "lint-staged": "^13.2.0",
84
- "prettier": "^2.8.6",
84
+ "lint-staged": "^13.2.2",
85
+ "prettier": "^2.8.8",
85
86
  "prettier-plugin-packagejson": "^2"
86
87
  }
87
88
  }