@coana-tech/cli 14.12.82 → 14.12.83

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
@@ -229587,8 +229587,6 @@ async function upgradePurl(rootDir, upgrades, artifacts, options, logFile, cliFi
229587
229587
  if (options.rangeStyle && options.rangeStyle !== "pin") {
229588
229588
  throw new Error('Range style must be "pin"');
229589
229589
  }
229590
- logger.initWinstonLogger(options.debug);
229591
- logger.silent = options.silent;
229592
229590
  const cliRunId = cliFixRunId;
229593
229591
  const upgradePurlRunId = cliRunId && await getSocketAPI().registerUpgradePurlRun(cliRunId, Array.from(upgrades).map(([idx, upgradeVersion]) => ({
229594
229592
  purl: artifacts[idx],
@@ -245911,7 +245909,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
245911
245909
  }
245912
245910
 
245913
245911
  // dist/version.js
245914
- var version2 = "14.12.82";
245912
+ var version2 = "14.12.83";
245915
245913
 
245916
245914
  // dist/cli-core.js
245917
245915
  var { mapValues, omit, partition, pick } = import_lodash15.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.82",
3
+ "version": "14.12.83",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {