@socketsecurity/cli-with-sentry 0.14.80 → 0.14.81

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.
@@ -912,7 +912,7 @@ function emitBanner(name) {
912
912
  logger.logger.error(getAsciiHeader(name))
913
913
  }
914
914
  function getAsciiHeader(command) {
915
- const cliVersion = '0.14.80:4ef7be7:e324b7e4:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
915
+ const cliVersion = '0.14.81:89d6da8:5b0eb833:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
916
916
  const nodeVersion = process$1.version
917
917
  const apiToken = shadowNpmInject.getDefaultToken()
918
918
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -4408,8 +4408,8 @@ async function pnpmFix(
4408
4408
  await enableAutoMerge(prResponse.data)
4409
4409
  }
4410
4410
  }
4411
- } catch {
4412
- spinner?.error(`Reverting ${fixSpec}`)
4411
+ } catch (e) {
4412
+ spinner?.error(`Reverting ${fixSpec}`, e)
4413
4413
  if (saved) {
4414
4414
  editablePkgJson.update(revertData)
4415
4415
  // eslint-disable-next-line no-await-in-loop
@@ -11304,7 +11304,7 @@ void (async () => {
11304
11304
  await vendor.updater({
11305
11305
  name: SOCKET_CLI_BIN_NAME,
11306
11306
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11307
- version: '0.14.80',
11307
+ version: '0.14.81',
11308
11308
  ttl: 86_400_000 /* 24 hours in milliseconds */
11309
11309
  })
11310
11310
  try {
@@ -11372,5 +11372,5 @@ void (async () => {
11372
11372
  await shadowNpmInject.captureException(e)
11373
11373
  }
11374
11374
  })()
11375
- //# debugId=bacb26e3-a893-4b98-b932-47c19a1d8f5d
11375
+ //# debugId=98d6e41d-53f0-4d5d-8d32-c8e185ba6926
11376
11376
  //# sourceMappingURL=cli.js.map