@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 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.0";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "15.2.0",
3
+ "version": "15.2.1",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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${classifier} -Dversion=${version3} -Dtransitive=false`;
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))