easy-soft-develop 2.1.201 → 2.1.203
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
|
@@ -141,9 +141,13 @@ const prettierScript = {
|
|
|
141
141
|
|
|
142
142
|
const ncuScript = {
|
|
143
143
|
'z:check:all-package-version': 'npx easy-soft-develop check-all-package-version',
|
|
144
|
+
'z:check:every-package-version': 'npx easy-soft-develop check-every-package-version',
|
|
144
145
|
'prez:update:all-package-version': 'node ./develop/assists/install.global.develop.dependence',
|
|
145
146
|
'z:update:all-package-version': 'npx easy-soft-develop update-all-package-version',
|
|
146
147
|
'postz:update:all-package-version': 'npm run z:reinstall',
|
|
148
|
+
'prez:update:every-package-version': 'node ./develop/assists/install.global.develop.dependence',
|
|
149
|
+
'z:update:every-package-version': 'npx easy-soft-develop update-every-package-version',
|
|
150
|
+
'postz:update:every-package-version': 'npm run z:reinstall',
|
|
147
151
|
'z:update:special-package-version': 'node ./develop/assists/package.update.special.version.js',
|
|
148
152
|
'postz:update:special-package-version': 'npm run z:reinstall',
|
|
149
153
|
};
|