@coana-tech/cli 14.12.186 → 14.12.187

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
@@ -236325,7 +236325,8 @@ function displayWorkspaceDiagnosticsSummaryInternal(diagnosticsEntries, vulns) {
236325
236325
  for (const vuln of vulns) {
236326
236326
  if (vuln.codeAwareScanResult.type === "analysisError") {
236327
236327
  const socketPurlType = getPurlType(vuln.ecosystem);
236328
- const workspaceLabel = `${vuln.subprojectPath} (${socketPurlType})`;
236328
+ const workspace = vuln.subprojectPath === "." && vuln.workspacePath !== "." ? vuln.workspacePath : vuln.subprojectPath;
236329
+ const workspaceLabel = `${workspace} (${socketPurlType})`;
236329
236330
  const errorMessage = vuln.codeAwareScanResult.message ?? "";
236330
236331
  const errorMessageLower = errorMessage.toLowerCase();
236331
236332
  const packageInstallMatch = errorMessage.match(/\[UNABLE_TO_INSTALL_PACKAGE_ERROR\]: ([^\n]{1,500})/);
@@ -251461,7 +251462,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
251461
251462
  }
251462
251463
 
251463
251464
  // dist/version.js
251464
- var version3 = "14.12.186";
251465
+ var version3 = "14.12.187";
251465
251466
 
251466
251467
  // dist/cli-core.js
251467
251468
  var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.186",
3
+ "version": "14.12.187",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {