@coana-tech/cli 15.2.0 → 15.2.1
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 +1 -1
- package/package.json +1 -1
- package/reachability-analyzers-cli.mjs +1 -1
- 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/repos/coana-tech/javap-service/javap-service.jar +0 -0
package/cli.mjs
CHANGED
|
@@ -252415,7 +252415,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
252415
252415
|
}
|
|
252416
252416
|
|
|
252417
252417
|
// dist/version.js
|
|
252418
|
-
var version3 = "15.2.
|
|
252418
|
+
var version3 = "15.2.1";
|
|
252419
252419
|
|
|
252420
252420
|
// dist/cli-core.js
|
|
252421
252421
|
var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
|
package/package.json
CHANGED
|
@@ -110559,7 +110559,7 @@ async function convertSocketArtifacts2(rootDir, artifacts, tmpDir) {
|
|
|
110559
110559
|
return artifactFile;
|
|
110560
110560
|
if (mavenInstalled && pomFile) {
|
|
110561
110561
|
try {
|
|
110562
|
-
const dependencyGetCmd = cmdt`mvn -f=${basename8(resolve10(rootDir, pomFile))} dependency:get -DgroupId=${groupId} -DartifactId=${artifactId} -Dpackaging=${type} -Dclassifier
|
|
110562
|
+
const dependencyGetCmd = cmdt`mvn -f=${basename8(resolve10(rootDir, pomFile))} dependency:get -DgroupId=${groupId} -DartifactId=${artifactId} -Dpackaging=${type} -Dclassifier=${classifier} -Dversion=${version3} -Dtransitive=false`;
|
|
110563
110563
|
await execNeverFail2(dependencyGetCmd, dirname11(resolve10(rootDir, pomFile)));
|
|
110564
110564
|
const mavenArtifact = getPathToArtifact(mavenLocalRepo, groupId, artifactId, type, classifier, version3);
|
|
110565
110565
|
if (existsSync9(mavenArtifact))
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|