@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 +3 -3
- package/package.json +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
|
@@ -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.
|
|
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|