socket 0.14.87 → 0.14.88

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.87:0330c30:fe025f7e:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
+ const cliVersion = '0.14.88:959a4cc:36314b87: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'
@@ -4457,6 +4457,7 @@ async function pnpmFix(
4457
4457
  // eslint-disable-next-line no-await-in-loop
4458
4458
  prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
4459
4459
  } catch (e) {
4460
+ console.log(e)
4460
4461
  logger.logger.error('Failed to open pull request', e)
4461
4462
  }
4462
4463
  if (prResponse && autoMerge) {
@@ -11346,7 +11347,7 @@ void (async () => {
11346
11347
  await updateNotifier({
11347
11348
  name: SOCKET_CLI_BIN_NAME,
11348
11349
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11349
- version: '0.14.87',
11350
+ version: '0.14.88',
11350
11351
  ttl: 86_400_000 /* 24 hours in milliseconds */
11351
11352
  })
11352
11353
  try {
@@ -11414,5 +11415,5 @@ void (async () => {
11414
11415
  await shadowNpmInject.captureException(e)
11415
11416
  }
11416
11417
  })()
11417
- //# debugId=959e9b05-7132-4bc5-be44-3c41d6c6665b
11418
+ //# debugId=eec863e4-d08e-4c10-95e0-e8ee481e4e70
11418
11419
  //# sourceMappingURL=cli.js.map