@coana-tech/cli 14.8.2 → 14.8.3

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.mjs +2 -5
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -177762,10 +177762,7 @@ var OtherModulesCommunicator = class {
177762
177762
  }
177763
177763
  }
177764
177764
  if (cmd === "getWorkspacePathsMultipleSubprojects")
177765
- return `${_cmdStr()}: (${packageManagerName}) ${abbreviateList(
177766
- subprojects.map((sp) => relative7(this.rootWorkingDir, sp) || "."),
177767
- 10
177768
- )}`;
177765
+ return `${_cmdStr()}: (${packageManagerName}) ${abbreviateList(subprojects, 10)}`;
177769
177766
  return `${_cmdStr()}: (${packageManagerName}) ${relative7(this.rootWorkingDir, subprojectPath) || "."}`;
177770
177767
  }
177771
177768
  getSpinnerTextForReachabilityAnalyzerCommand(cmd, ecosystem, subprojectPath, workspacePath) {
@@ -195036,7 +195033,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
195036
195033
  }
195037
195034
 
195038
195035
  // dist/version.js
195039
- var version2 = "14.8.2";
195036
+ var version2 = "14.8.3";
195040
195037
 
195041
195038
  // dist/cli-core.js
195042
195039
  var { 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.8.2",
3
+ "version": "14.8.3",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {