easy-soft-develop 2.1.144 → 2.1.146
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": "easy-soft-develop",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.146",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"z:update:package-from-package": "npx npm-check-updates -u"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"commander": "^12.
|
|
76
|
+
"commander": "^12.1.0",
|
|
77
77
|
"cross-zip": "^4.0.1",
|
|
78
78
|
"download": "^8.0.0",
|
|
79
79
|
"download-git-repo": "^3.0.2",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"terminal-kit": "^3.1.1"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@changesets/cli": "^2.27.
|
|
88
|
+
"@changesets/cli": "^2.27.2",
|
|
89
89
|
"@commitlint/cli": "^19.3.0",
|
|
90
90
|
"@commitlint/config-conventional": "^19.2.2",
|
|
91
91
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
@@ -143,7 +143,7 @@ function adjustMainPackageJsonScript({ scripts }) {
|
|
|
143
143
|
});
|
|
144
144
|
|
|
145
145
|
packageJson.scripts = assignObject(
|
|
146
|
-
|
|
146
|
+
publishItemCollection,
|
|
147
147
|
{
|
|
148
148
|
'z:build:all': 'echo please supplement build all packages commend',
|
|
149
149
|
'z:publish:npm-all': `npx easy-soft-develop publish --packages ${publishPackageNameList.join(
|