socket 0.14.136 → 0.14.137

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.
package/dist/cli.js CHANGED
@@ -903,7 +903,7 @@ function emitBanner(name) {
903
903
  logger.logger.error(getAsciiHeader(name))
904
904
  }
905
905
  function getAsciiHeader(command) {
906
- const cliVersion = '0.14.136:113c579:c704dd58:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
906
+ const cliVersion = '0.14.137:757d90e:f684bac3:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
907
907
  const nodeVersion = process$1.version
908
908
  const apiToken = shadowNpmInject.getDefaultToken()
909
909
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -12252,7 +12252,7 @@ void (async () => {
12252
12252
  await vendor.updater({
12253
12253
  name: SOCKET_CLI_BIN_NAME,
12254
12254
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12255
- version: '0.14.136',
12255
+ version: '0.14.137',
12256
12256
  ttl: 86_400_000 /* 24 hours in milliseconds */
12257
12257
  })
12258
12258
  try {
@@ -12320,5 +12320,5 @@ void (async () => {
12320
12320
  await shadowNpmInject.captureException(e)
12321
12321
  }
12322
12322
  })()
12323
- //# debugId=d1f3e62c-0da3-4358-9b93-795691773bd8
12323
+ //# debugId=8ca86940-8031-48b3-bcd7-7c87414655ae
12324
12324
  //# sourceMappingURL=cli.js.map