@coana-tech/cli 14.8.4 → 14.8.5

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 +1 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -195033,7 +195033,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
195033
195033
  }
195034
195034
 
195035
195035
  // dist/version.js
195036
- var version2 = "14.8.4";
195036
+ var version2 = "14.8.5";
195037
195037
 
195038
195038
  // dist/cli-core.js
195039
195039
  var { omit, partition, pick } = import_lodash15.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.8.4",
3
+ "version": "14.8.5",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {