easy-soft-develop 2.1.112 → 2.1.116

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.112",
3
+ "version": "2.1.116",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -17,11 +17,11 @@ function adjustChildrenPackageJsonByCommand(cmd) {
17
17
  });
18
18
  }
19
19
 
20
- function checkEasySoftDevelopVersion() {
21
- promptInfo('check easy-soft-develop version');
20
+ // function checkEasySoftDevelopVersion() {
21
+ // promptInfo('check easy-soft-develop global version');
22
22
 
23
- exec('npm-check-updates -g easy-soft-develop');
24
- }
23
+ // exec('npm-check-updates -g easy-soft-develop');
24
+ // }
25
25
 
26
26
  /**
27
27
  * update special package version
@@ -40,7 +40,7 @@ function updateSpecialPackageVersion(packageList) {
40
40
 
41
41
  adjustChildrenPackageJsonByCommand(ncuCommand);
42
42
 
43
- checkEasySoftDevelopVersion();
43
+ // checkEasySoftDevelopVersion();
44
44
 
45
45
  promptSuccess('check success');
46
46
  }
@@ -60,7 +60,7 @@ function updateAllPackageVersion() {
60
60
 
61
61
  exec('npm run z:install');
62
62
 
63
- checkEasySoftDevelopVersion();
63
+ // checkEasySoftDevelopVersion();
64
64
  }
65
65
 
66
66
  function checkAllPackageVersion() {
@@ -78,7 +78,7 @@ function checkAllPackageVersion() {
78
78
 
79
79
  exec('npm run z:install');
80
80
 
81
- checkEasySoftDevelopVersion();
81
+ // checkEasySoftDevelopVersion();
82
82
  }
83
83
 
84
84
  module.exports = {