@coana-tech/cli 14.6.1 → 14.6.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
|
@@ -202423,7 +202423,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
202423
202423
|
}
|
|
202424
202424
|
|
|
202425
202425
|
// dist/version.js
|
|
202426
|
-
var version2 = "14.6.
|
|
202426
|
+
var version2 = "14.6.2";
|
|
202427
202427
|
|
|
202428
202428
|
// dist/cli-core.js
|
|
202429
202429
|
var { omit, partition, pick } = import_lodash12.default;
|