@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.
- package/cli.mjs +1 -1
- 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.
|
|
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";
|