@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 +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
|
@@ -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
|
|
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.
|
|
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|