@coana-tech/cli 14.12.156 → 14.12.157
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
|
@@ -250902,7 +250902,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
250902
250902
|
}
|
|
250903
250903
|
|
|
250904
250904
|
// dist/version.js
|
|
250905
|
-
var version3 = "14.12.
|
|
250905
|
+
var version3 = "14.12.157";
|
|
250906
250906
|
|
|
250907
250907
|
// dist/cli-core.js
|
|
250908
250908
|
var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
|
package/package.json
CHANGED
|
@@ -110803,7 +110803,7 @@ async function runJellyAnalysis(mainProjectRoot, projectRoot, jellyOptions, reac
|
|
|
110803
110803
|
--reachable-json ${affectedPackagesFile}
|
|
110804
110804
|
${getExcludes(mainProjectRoot, projectRoot, reachabilityAnalysisOptions)}
|
|
110805
110805
|
--diagnostics-json ${diagnosticsFile}
|
|
110806
|
-
--max-indirections=${jellyOptions.maxIndirections}
|
|
110806
|
+
--max-indirections=${useLazy ? 2 : jellyOptions.maxIndirections}
|
|
110807
110807
|
${!!includePackages && (includePackages.length ? ["--include-packages", ...includePackages] : ["--ignore-dependencies"])}
|
|
110808
110808
|
${jellyOptions.approx && "--approx"}
|
|
110809
110809
|
${logFile ? ["--logfile", logFile] : []}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|