@coana-tech/cli 14.12.35 → 14.12.36
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 +2 -2
- package/package.json +1 -1
- package/reachability-analyzers-cli.mjs +1 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
package/cli.mjs
CHANGED
|
@@ -198597,7 +198597,7 @@ async function getLatestBucketsSocket(subprojectPath, workspacePath) {
|
|
|
198597
198597
|
if (error?.response?.data?.message === "No successful report found") {
|
|
198598
198598
|
return void 0;
|
|
198599
198599
|
}
|
|
198600
|
-
logger.
|
|
198600
|
+
logger.debug(
|
|
198601
198601
|
"Unable to retrieve cached analysis configuration. Will continue with default configuration.",
|
|
198602
198602
|
error?.message
|
|
198603
198603
|
);
|
|
@@ -227512,7 +227512,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
227512
227512
|
}
|
|
227513
227513
|
|
|
227514
227514
|
// dist/version.js
|
|
227515
|
-
var version2 = "14.12.
|
|
227515
|
+
var version2 = "14.12.36";
|
|
227516
227516
|
|
|
227517
227517
|
// dist/cli-core.js
|
|
227518
227518
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
@@ -73514,7 +73514,7 @@ async function getLatestBucketsSocket(subprojectPath, workspacePath) {
|
|
|
73514
73514
|
if (error?.response?.data?.message === "No successful report found") {
|
|
73515
73515
|
return void 0;
|
|
73516
73516
|
}
|
|
73517
|
-
logger.
|
|
73517
|
+
logger.debug(
|
|
73518
73518
|
"Unable to retrieve cached analysis configuration. Will continue with default configuration.",
|
|
73519
73519
|
error?.message
|
|
73520
73520
|
);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|