@coana-tech/cli 14.12.133 → 14.12.134

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/cli.mjs CHANGED
@@ -226459,7 +226459,6 @@ var NpmSocketUpgradeManager = class {
226459
226459
  details: e.stderr,
226460
226460
  artifacts: i3(allUpgrades.map((u8) => u8.idx))
226461
226461
  });
226462
- throw e;
226463
226462
  }
226464
226463
  }
226465
226464
  getFixingManagerFromPackageManager(packageManager, subprojectPath) {
@@ -251286,7 +251285,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
251286
251285
  }
251287
251286
 
251288
251287
  // dist/version.js
251289
- var version3 = "14.12.133";
251288
+ var version3 = "14.12.134";
251290
251289
 
251291
251290
  // dist/cli-core.js
251292
251291
  var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.133",
3
+ "version": "14.12.134",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {