@cabloy/cli 3.0.68 → 3.0.69

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1524,7 +1524,7 @@ class CabloyCommand extends BaseCommand {
1524
1524
  return;
1525
1525
  }
1526
1526
  // checkForUpdates
1527
- checkForUpdates(`${this.brandName}-cli`);
1527
+ // checkForUpdates(`${this.brandName}-cli`);
1528
1528
  // collectCommands
1529
1529
  await collectCommands();
1530
1530
  // cli
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/cli",
3
3
  "type": "module",
4
- "version": "3.0.68",
4
+ "version": "3.0.69",
5
5
  "description": "@cabloy/cli",
6
6
  "publishConfig": {
7
7
  "access": "public"