@coana-tech/cli 14.11.1 → 14.11.2

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
@@ -223043,7 +223043,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
223043
223043
  }
223044
223044
 
223045
223045
  // dist/version.js
223046
- var version2 = "14.11.1";
223046
+ var version2 = "14.11.2";
223047
223047
 
223048
223048
  // dist/internal/socket-mode-helpers-coana-dependency-trees.js
223049
223049
  var ROOT_IDENTIFIER = "ROOT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.11.1",
3
+ "version": "14.11.2",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {