@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 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.9";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.9",
3
+ "version": "14.12.10",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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,