@coana-tech/cli 14.12.68 → 14.12.69

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
@@ -229215,7 +229215,10 @@ async function upgradePurl(rootDir, upgrades, artifacts, options, logFile, cliFi
229215
229215
  logger.initWinstonLogger(options.debug);
229216
229216
  logger.silent = options.silent;
229217
229217
  const cliRunId = cliFixRunId;
229218
- const upgradePurlRunId = cliRunId;
229218
+ const upgradePurlRunId = cliRunId && await getSocketAPI().registerUpgradePurlRun(cliRunId, Array.from(upgrades).map(([idx, upgradeVersion]) => ({
229219
+ purl: artifacts[idx],
229220
+ upgradeVersion
229221
+ })));
229219
229222
  Spinner.instance({
229220
229223
  text: "Running Coana Upgrade Purl CLI",
229221
229224
  isSilent: options.silentSpinner ?? options.silent
@@ -245497,7 +245500,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
245497
245500
  }
245498
245501
 
245499
245502
  // dist/version.js
245500
- var version2 = "14.12.68";
245503
+ var version2 = "14.12.69";
245501
245504
 
245502
245505
  // dist/cli-core.js
245503
245506
  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.68",
3
+ "version": "14.12.69",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {