@coana-tech/cli 14.12.80 → 14.12.81

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
@@ -245898,7 +245898,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
245898
245898
  }
245899
245899
 
245900
245900
  // dist/version.js
245901
- var version2 = "14.12.80";
245901
+ var version2 = "14.12.81";
245902
245902
 
245903
245903
  // dist/cli-core.js
245904
245904
  var { mapValues, omit, partition, pick } = import_lodash15.default;
@@ -246272,7 +246272,7 @@ Subproject: ${subproject}`);
246272
246272
  }
246273
246273
  async initialize() {
246274
246274
  logger.info(`Coana CLI version ${version2} scan initiated on ${this.rootWorkingDirectory}`);
246275
- logger.debug("writing coana logs to ", this.coanaLogPath);
246275
+ logger.info("Complete logs (including debug info) written to: ", this.coanaLogPath);
246276
246276
  this.verifyOptions();
246277
246277
  if (!this.options.excludeDirs)
246278
246278
  this.options.excludeDirs = await inferExcludeDirsFromConfigurationFiles(this.rootWorkingDirectory);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.80",
3
+ "version": "14.12.81",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {