codeplay-common 4.0.1 → 4.0.2

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/README.md CHANGED
@@ -12,6 +12,8 @@ Donate to get full code including many common functions
12
12
  https://ko-fi.com/codeplay
13
13
 
14
14
 
15
+ Version: 4.0.2
16
+ After check & install/download the latest version, the re-check is cancelled now
15
17
 
16
18
  Version: 4.0.1
17
19
  Base profile script added
@@ -2084,11 +2084,11 @@ if (hasMandatoryUpdate) {
2084
2084
  process.exit(1);
2085
2085
  }
2086
2086
 
2087
- console.log('\nšŸŽ‰ All mandatory plugins auto-updated! Rechecking plugins...\n');
2088
-
2089
- // Re-run plugin check so outdated list becomes empty
2090
- await checkPlugins();
2091
- return;
2087
+ console.log('\nšŸŽ‰ All mandatory plugins auto-updated! Skipping recheck for speed.\n');
2088
+
2089
+ saveUpdateLogs();
2090
+ resolve();
2091
+ return;
2092
2092
  }
2093
2093
 
2094
2094
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",