socket 0.14.81 → 0.14.82

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.81:89d6da8:8ff4995b:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
+ const cliVersion = '0.14.82:84c0429:a664f639: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'
@@ -4235,7 +4235,7 @@ async function install(pkgEnvDetails, options) {
4235
4235
  await runAgentInstall(pkgEnvDetails, {
4236
4236
  args: ['--no-frozen-lockfile'],
4237
4237
  spinner,
4238
- stdio: 'ignore'
4238
+ stdio: debug.isDebug() ? 'inherit' : 'ignore'
4239
4239
  })
4240
4240
  }
4241
4241
  async function pnpmFix(
@@ -11301,7 +11301,7 @@ void (async () => {
11301
11301
  await updateNotifier({
11302
11302
  name: SOCKET_CLI_BIN_NAME,
11303
11303
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11304
- version: '0.14.81',
11304
+ version: '0.14.82',
11305
11305
  ttl: 86_400_000 /* 24 hours in milliseconds */
11306
11306
  })
11307
11307
  try {
@@ -11369,5 +11369,5 @@ void (async () => {
11369
11369
  await shadowNpmInject.captureException(e)
11370
11370
  }
11371
11371
  })()
11372
- //# debugId=9733f432-1f98-4cec-a7f6-94420cbfd9db
11372
+ //# debugId=7bbd9db0-9370-485f-8e2a-49beb96eb62a
11373
11373
  //# sourceMappingURL=cli.js.map