@coana-tech/cli 14.12.9 → 14.12.10
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 -1
- package/package.json +1 -1
- package/reachability-analyzers-cli.mjs +1 -0
- 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
|
@@ -197891,6 +197891,7 @@ async function registerAnalysisMetadataSocket(subprojectPath, workspacePath, eco
|
|
|
197891
197891
|
}
|
|
197892
197892
|
async function getLatestBucketsSocket(subprojectPath, workspacePath) {
|
|
197893
197893
|
try {
|
|
197894
|
+
if (!process.env.SOCKET_REPO_NAME || !process.env.SOCKET_BRANCH_NAME) return void 0;
|
|
197894
197895
|
const url2 = getSocketApiUrl("tier1-reachability-scan/latest-buckets");
|
|
197895
197896
|
const params = {
|
|
197896
197897
|
workspacePath,
|
|
@@ -225609,7 +225610,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
225609
225610
|
}
|
|
225610
225611
|
|
|
225611
225612
|
// dist/version.js
|
|
225612
|
-
var version2 = "14.12.
|
|
225613
|
+
var version2 = "14.12.10";
|
|
225613
225614
|
|
|
225614
225615
|
// dist/cli-core.js
|
|
225615
225616
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
@@ -73366,6 +73366,7 @@ async function registerAnalysisMetadataSocket(subprojectPath, workspacePath, eco
|
|
|
73366
73366
|
}
|
|
73367
73367
|
async function getLatestBucketsSocket(subprojectPath, workspacePath) {
|
|
73368
73368
|
try {
|
|
73369
|
+
if (!process.env.SOCKET_REPO_NAME || !process.env.SOCKET_BRANCH_NAME) return void 0;
|
|
73369
73370
|
const url2 = getSocketApiUrl("tier1-reachability-scan/latest-buckets");
|
|
73370
73371
|
const params = {
|
|
73371
73372
|
workspacePath,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|