@coana-tech/cli 14.9.1 → 14.9.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
|
@@ -213327,7 +213327,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
213327
213327
|
}
|
|
213328
213328
|
|
|
213329
213329
|
// dist/version.js
|
|
213330
|
-
var version2 = "14.9.
|
|
213330
|
+
var version2 = "14.9.2";
|
|
213331
213331
|
|
|
213332
213332
|
// dist/cli-core.js
|
|
213333
213333
|
var { omit, partition, pick } = import_lodash15.default;
|