@coana-tech/cli 14.8.2 → 14.8.4
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 -6
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -177708,7 +177708,7 @@ var DOCKER_ENV_WHITE_LIST = [
|
|
|
177708
177708
|
"PUBLIC_API_URL",
|
|
177709
177709
|
"COANA_REPORT_ID",
|
|
177710
177710
|
"COANA_API_KEY",
|
|
177711
|
-
"
|
|
177711
|
+
"NPM_AUTH_TOKEN",
|
|
177712
177712
|
"PIP_INDEX_URL",
|
|
177713
177713
|
"PIP_EXTRA_INDEX_URL",
|
|
177714
177714
|
"PIP_TRUSTED_HOST",
|
|
@@ -177762,10 +177762,7 @@ var OtherModulesCommunicator = class {
|
|
|
177762
177762
|
}
|
|
177763
177763
|
}
|
|
177764
177764
|
if (cmd === "getWorkspacePathsMultipleSubprojects")
|
|
177765
|
-
return `${_cmdStr()}: (${packageManagerName}) ${abbreviateList(
|
|
177766
|
-
subprojects.map((sp) => relative7(this.rootWorkingDir, sp) || "."),
|
|
177767
|
-
10
|
|
177768
|
-
)}`;
|
|
177765
|
+
return `${_cmdStr()}: (${packageManagerName}) ${abbreviateList(subprojects, 10)}`;
|
|
177769
177766
|
return `${_cmdStr()}: (${packageManagerName}) ${relative7(this.rootWorkingDir, subprojectPath) || "."}`;
|
|
177770
177767
|
}
|
|
177771
177768
|
getSpinnerTextForReachabilityAnalyzerCommand(cmd, ecosystem, subprojectPath, workspacePath) {
|
|
@@ -195036,7 +195033,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
195036
195033
|
}
|
|
195037
195034
|
|
|
195038
195035
|
// dist/version.js
|
|
195039
|
-
var version2 = "14.8.
|
|
195036
|
+
var version2 = "14.8.4";
|
|
195040
195037
|
|
|
195041
195038
|
// dist/cli-core.js
|
|
195042
195039
|
var { omit, partition, pick } = import_lodash15.default;
|