@coana-tech/cli 14.6.5 → 14.6.7
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 +3 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -185143,6 +185143,8 @@ var OtherModulesCommunicator = class {
|
|
|
185143
185143
|
return "Running reachability analysis";
|
|
185144
185144
|
case "runOnDependencyChain":
|
|
185145
185145
|
return "Running reachability analysis on dependency chain";
|
|
185146
|
+
case "runOnPackageRegistryPackage":
|
|
185147
|
+
return "Running reachability analysis on package registry package";
|
|
185146
185148
|
}
|
|
185147
185149
|
}
|
|
185148
185150
|
return `${_cmdStr()}: (${ecosystem}) ${relative5(this.rootWorkingDir, join10(subprojectPath, workspacePath)) || "."}`;
|
|
@@ -202366,7 +202368,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
202366
202368
|
}
|
|
202367
202369
|
|
|
202368
202370
|
// dist/version.js
|
|
202369
|
-
var version2 = "14.6.
|
|
202371
|
+
var version2 = "14.6.7";
|
|
202370
202372
|
|
|
202371
202373
|
// dist/cli-core.js
|
|
202372
202374
|
var { omit, partition, pick } = import_lodash12.default;
|