@coana-tech/cli 14.11.17 → 14.11.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.
package/cli.mjs CHANGED
@@ -210274,7 +210274,7 @@ async function fetchArtifactsFromSocket(rootWorkingDirectory, manifestsTarHash)
210274
210274
  const base = basename7(file);
210275
210275
  const workspaceDir = dirname8(file) || ".";
210276
210276
  if (base === "pyproject.toml" || base === "setup.py" && await isSetupPySetuptools(file)) {
210277
- const normalizedDir = workspaceDir === "." ? "." : workspaceDir + sep5;
210277
+ const normalizedDir = workspaceDir === "." ? "." : workspaceDir;
210278
210278
  if (!properPythonProjects.includes(normalizedDir)) {
210279
210279
  properPythonProjects.push(normalizedDir);
210280
210280
  }
@@ -225499,7 +225499,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
225499
225499
  }
225500
225500
 
225501
225501
  // dist/version.js
225502
- var version2 = "14.11.17";
225502
+ var version2 = "14.11.18";
225503
225503
 
225504
225504
  // dist/cli-core.js
225505
225505
  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.11.17",
3
+ "version": "14.11.18",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {