socket 1.0.67 → 1.0.68

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/dist/cli.js CHANGED
@@ -4747,8 +4747,7 @@ async function run$H(argv, importMeta, {
4747
4747
  const orgSlugCResult = await utils.getDefaultOrgSlug();
4748
4748
  if (!orgSlugCResult.ok) {
4749
4749
  process.exitCode = orgSlugCResult.code ?? 1;
4750
- // Always assume json mode.
4751
- // logger.log(serializeResultJson(orgSlugCResult))
4750
+ logger.logger.fail('Unable to resolve a Socket account organization.\nEnsure a Socket API token is specified for the organization using the SOCKET_CLI_API_TOKEN environment variable.');
4752
4751
  return;
4753
4752
  }
4754
4753
  const orgSlug = orgSlugCResult.data;
@@ -14523,5 +14522,5 @@ void (async () => {
14523
14522
  await utils.captureException(e);
14524
14523
  }
14525
14524
  })();
14526
- //# debugId=8e302883-9371-47ef-9c9a-742aa1ae2a85
14525
+ //# debugId=7d509d3a-cd9a-4499-b6b6-88b32a2ff18
14527
14526
  //# sourceMappingURL=cli.js.map