@coana-tech/cli 14.12.26 → 14.12.27

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
@@ -212271,7 +212271,7 @@ function inferWorkspaceFromManifestPath(ecosystem, manifestPath, properPythonPro
212271
212271
  return workspaceDir;
212272
212272
  }
212273
212273
  if (base.endsWith(".txt")) {
212274
- const properProjectDir = properPythonProjects.find((properProjectDir2) => (workspaceDir === "." || workspaceDir.startsWith(properProjectDir2)) && workspaceDir.replace(properProjectDir2, "").split(sep5).length <= REQUIREMENTS_FILES_SEARCH_DEPTH2);
212274
+ const properProjectDir = properPythonProjects.find((properProjectDir2) => (properProjectDir2 === "." || workspaceDir === "." || workspaceDir.startsWith(properProjectDir2)) && workspaceDir.replace(properProjectDir2, "").split(sep5).length <= REQUIREMENTS_FILES_SEARCH_DEPTH2);
212275
212275
  if (properProjectDir) {
212276
212276
  return properProjectDir;
212277
212277
  }
@@ -227594,7 +227594,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
227594
227594
  }
227595
227595
 
227596
227596
  // dist/version.js
227597
- var version2 = "14.12.26";
227597
+ var version2 = "14.12.27";
227598
227598
 
227599
227599
  // dist/cli-core.js
227600
227600
  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.26",
3
+ "version": "14.12.27",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {