@coana-tech/cli 14.12.197 → 14.12.199

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
@@ -218649,8 +218649,8 @@ var MavenSocketUpgradeManager = class {
218649
218649
  const gradleLockfiles = /* @__PURE__ */ new Set();
218650
218650
  const sbtManifestFiles = /* @__PURE__ */ new Set();
218651
218651
  const pomMatcher = (0, import_picomatch3.default)("{*-*.,}pom{.xml,}", { basename: true });
218652
- const buildOutput = (0, import_picomatch3.default)("build/**");
218653
- const targetOutput = (0, import_picomatch3.default)("target/**");
218652
+ const buildOutput = (0, import_picomatch3.default)("**/build/**");
218653
+ const targetOutput = (0, import_picomatch3.default)("**/target/**");
218654
218654
  const gradleLockfileMatcher = (0, import_picomatch3.default)("gradle.lockfile", { basename: true });
218655
218655
  const sbtMatcher = (0, import_picomatch3.default)(["*.sbt", "*.scala"], { basename: true });
218656
218656
  for (const manifestFile of ctxt.manifestFiles) {
@@ -251655,7 +251655,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
251655
251655
  }
251656
251656
 
251657
251657
  // dist/version.js
251658
- var version3 = "14.12.197";
251658
+ var version3 = "14.12.199";
251659
251659
 
251660
251660
  // dist/cli-core.js
251661
251661
  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": "14.12.197",
3
+ "version": "14.12.199",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {