socket 0.14.70 → 0.14.71

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.
@@ -914,7 +914,7 @@ function emitBanner(name) {
914
914
  logger.logger.error(getAsciiHeader(name))
915
915
  }
916
916
  function getAsciiHeader(command) {
917
- const cliVersion = '0.14.70:1042a5b:4da5d68d:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
917
+ const cliVersion = '0.14.71:c3c682e:02595bef:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
918
  const nodeVersion = process$1.version
919
919
  const apiToken = shadowNpmInject.getDefaultToken()
920
920
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -3324,6 +3324,7 @@ async function pnpmFix(pkgEnvDetails, options) {
3324
3324
  await editablePkgJson.save()
3325
3325
  // eslint-disable-next-line no-await-in-loop
3326
3326
  await runAgentInstall(pkgEnvDetails, {
3327
+ args: ['--no-frozen-lockfile'],
3327
3328
  spinner
3328
3329
  })
3329
3330
  if (test) {
@@ -3382,6 +3383,7 @@ async function pnpmFix(pkgEnvDetails, options) {
3382
3383
  await editablePkgJson.save()
3383
3384
  // eslint-disable-next-line no-await-in-loop
3384
3385
  await runAgentInstall(pkgEnvDetails, {
3386
+ args: ['--no-frozen-lockfile'],
3385
3387
  spinner
3386
3388
  })
3387
3389
  spinner?.stop()
@@ -11010,7 +11012,7 @@ void (async () => {
11010
11012
  await updateNotifier({
11011
11013
  name: SOCKET_CLI_BIN_NAME,
11012
11014
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11013
- version: '0.14.70',
11015
+ version: '0.14.71',
11014
11016
  ttl: 86_400_000 /* 24 hours in milliseconds */
11015
11017
  })
11016
11018
  try {
@@ -11081,5 +11083,5 @@ void (async () => {
11081
11083
  await shadowNpmInject.captureException(e)
11082
11084
  }
11083
11085
  })()
11084
- //# debugId=ce720272-fd4e-4252-885f-3e13921f473f
11086
+ //# debugId=286562ba-51ec-4ea6-b872-9237fd2d55a
11085
11087
  //# sourceMappingURL=cli.js.map