@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 +2 -2
- package/package.json +1 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
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.
|
|
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|