@coana-tech/cli 14.0.17 → 14.0.18

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/cli.js +3 -3
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -99461,7 +99461,7 @@ var init_other_modules_communicator = __esm({
99461
99461
  }
99462
99462
  async runReachabilityAnalyzerCommandWithOutput(commandName, ecosystem, subprojectPath, workspacePath, args2, env) {
99463
99463
  const tmpDir = await this.getTmpDirForSubproject(subprojectPath);
99464
- const outputFilePath = (0, import_path20.join)(tmpDir, `${commandName}-output.json`);
99464
+ const outputFilePath = (0, import_path20.join)(tmpDir, `${v4_default()}-${commandName}-output.json`);
99465
99465
  await this.runReachabilityAnalyzerCommand(
99466
99466
  commandName,
99467
99467
  ecosystem,
@@ -99534,7 +99534,7 @@ var init_other_modules_communicator = __esm({
99534
99534
  }
99535
99535
  async runReachabilityAnalysis(subprojectPath, workspacePath, workspaceData, vulnerabilities, reachabilityAnalysisOptions, otherAnalysisOptions) {
99536
99536
  const tmpDir = await this.getTmpDirForSubproject(subprojectPath);
99537
- const inputFile = (0, import_path20.join)(tmpDir, "input.json");
99537
+ const inputFile = (0, import_path20.join)(tmpDir, `${v4_default()}-runReachabilityAnalysis-input.json`);
99538
99538
  await (0, import_promises12.writeFile)(
99539
99539
  inputFile,
99540
99540
  JSON.stringify({
@@ -193990,7 +193990,7 @@ var require_version = __commonJS({
193990
193990
  "use strict";
193991
193991
  Object.defineProperty(exports2, "__esModule", { value: true });
193992
193992
  exports2.version = void 0;
193993
- exports2.version = "14.0.17";
193993
+ exports2.version = "14.0.18";
193994
193994
  }
193995
193995
  });
193996
193996
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.0.17",
3
+ "version": "14.0.18",
4
4
  "description": "Coana CLI",
5
5
  "bin": {
6
6
  "@coana-tech/cli": "./cli.js"