@coana-tech/cli 14.12.77 → 14.12.78

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
@@ -245894,7 +245894,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
245894
245894
  }
245895
245895
 
245896
245896
  // dist/version.js
245897
- var version2 = "14.12.77";
245897
+ var version2 = "14.12.78";
245898
245898
 
245899
245899
  // dist/cli-core.js
245900
245900
  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.77",
3
+ "version": "14.12.78",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -110497,7 +110497,6 @@ var RustCodeAwareVulnerabilityScanner = class _RustCodeAwareVulnerabilityScanner
110497
110497
  const inputFile = resolve15(tmpDir, "input.json");
110498
110498
  const outputFile = resolve15(tmpDir, "output.json");
110499
110499
  await writeFile7(inputFile, JSON.stringify(options));
110500
- await writeFile7("/Users/jfblaa/Desktop/class-graph-analysis-input.json", JSON.stringify(options, null, 2));
110501
110500
  const timeoutMs = this.timeoutInSeconds ? Math.max(this.timeoutInSeconds * 1.5, this.timeoutInSeconds + 30) * 1e3 : 750 * 1e3;
110502
110501
  const result = await execNeverFail(cmdt`node ${classGraphAnalysisCliPath} runRustReachabilityAnalysis -i ${inputFile} -o ${outputFile} --tree-sitter-rust ${treeSitterRustPath}`, void 0, { timeout: timeoutMs });
110503
110502
  if (result.error)