@coana-tech/cli 14.6.4 → 14.6.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.
- package/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -202366,7 +202366,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
202366
202366
|
}
|
|
202367
202367
|
|
|
202368
202368
|
// dist/version.js
|
|
202369
|
-
var version2 = "14.6.
|
|
202369
|
+
var version2 = "14.6.5";
|
|
202370
202370
|
|
|
202371
202371
|
// dist/cli-core.js
|
|
202372
202372
|
var { omit, partition, pick } = import_lodash12.default;
|