@socketsecurity/cli-with-sentry 0.14.115 → 0.14.116

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.
@@ -917,7 +917,7 @@ function emitBanner(name) {
917
917
  logger.logger.error(getAsciiHeader(name))
918
918
  }
919
919
  function getAsciiHeader(command) {
920
- const cliVersion = '0.14.115:b2d12c7:07656ade:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
920
+ const cliVersion = '0.14.116:0dae31b:5f34e003:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
921
921
  const nodeVersion = process$1.version
922
922
  const apiToken = shadowNpmInject.getDefaultToken()
923
923
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -3900,7 +3900,6 @@ async function doesPullRequestExistForBranch(owner, repo, branch) {
3900
3900
  head: `${owner}:${branch}`,
3901
3901
  state: 'open'
3902
3902
  })
3903
- debug.debugLog('doesPullRequestExistForBranch > prs', prs)
3904
3903
  return prs.length > 0
3905
3904
  } catch {}
3906
3905
  return false
@@ -12307,7 +12306,7 @@ void (async () => {
12307
12306
  await vendor.updater({
12308
12307
  name: SOCKET_CLI_BIN_NAME,
12309
12308
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12310
- version: '0.14.115',
12309
+ version: '0.14.116',
12311
12310
  ttl: 86_400_000 /* 24 hours in milliseconds */
12312
12311
  })
12313
12312
  try {
@@ -12375,5 +12374,5 @@ void (async () => {
12375
12374
  await shadowNpmInject.captureException(e)
12376
12375
  }
12377
12376
  })()
12378
- //# debugId=96cafc13-031a-4b82-add7-4bee8788d10
12377
+ //# debugId=4ecd13c9-8788-41d3-b85a-e5558ed25ddf
12379
12378
  //# sourceMappingURL=cli.js.map