@socketsecurity/cli-with-sentry 0.14.93 → 0.14.94

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.
@@ -915,7 +915,7 @@ function emitBanner(name) {
915
915
  logger.logger.error(getAsciiHeader(name))
916
916
  }
917
917
  function getAsciiHeader(command) {
918
- const cliVersion = '0.14.93:8908783:3488860f:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
+ const cliVersion = '0.14.94:8a54136:888ce4ff:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
919
919
  const nodeVersion = process$1.version
920
920
  const apiToken = shadowNpmInject.getDefaultToken()
921
921
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -3830,7 +3830,7 @@ async function openGitHubPullRequest(
3830
3830
  owner,
3831
3831
  repo,
3832
3832
  title: commitMsg,
3833
- head: branch,
3833
+ head: `${owner}:${branch}`,
3834
3834
  base: baseBranch,
3835
3835
  body: `[socket] Upgrade \`${name}\` to ${version}`
3836
3836
  })
@@ -11360,7 +11360,7 @@ void (async () => {
11360
11360
  await vendor.updater({
11361
11361
  name: SOCKET_CLI_BIN_NAME,
11362
11362
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11363
- version: '0.14.93',
11363
+ version: '0.14.94',
11364
11364
  ttl: 86_400_000 /* 24 hours in milliseconds */
11365
11365
  })
11366
11366
  try {
@@ -11428,5 +11428,5 @@ void (async () => {
11428
11428
  await shadowNpmInject.captureException(e)
11429
11429
  }
11430
11430
  })()
11431
- //# debugId=3c2ff94f-317f-469e-8671-72f84fc1fa28
11431
+ //# debugId=9a1c1ddf-a0fa-41c5-9a1e-93ccaebc4f83
11432
11432
  //# sourceMappingURL=cli.js.map