@coana-tech/cli 14.6.13 → 14.6.15

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.
Files changed (2) hide show
  1. package/cli.mjs +2 -2
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -184584,7 +184584,7 @@ var GRADLE_TO_JDK_COMPATIBILITY_MATRIX = {
184584
184584
  "7.6.0": new import_comparable_version3.ComparableVersion("19"),
184585
184585
  "8.3.0": new import_comparable_version3.ComparableVersion("20"),
184586
184586
  "8.5.0": new import_comparable_version3.ComparableVersion("21"),
184587
- "8.8.0": new import_comparable_version3.ComparableVersion("22"),
184587
+ // '8.8.0': new ComparableVersion('22'),
184588
184588
  "8.10.0": new import_comparable_version3.ComparableVersion("23")
184589
184589
  };
184590
184590
  var SBT_TO_JDK_COMPATIBILITY_MATRIX = {
@@ -202370,7 +202370,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
202370
202370
  }
202371
202371
 
202372
202372
  // dist/version.js
202373
- var version2 = "14.6.13";
202373
+ var version2 = "14.6.15";
202374
202374
 
202375
202375
  // dist/cli-core.js
202376
202376
  var { omit, partition, pick } = import_lodash12.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.6.13",
3
+ "version": "14.6.15",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {