@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 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.156";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.156",
3
+ "version": "14.12.157",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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] : []}