socket 0.14.146 → 0.14.147

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
@@ -904,7 +904,7 @@ function emitBanner(name) {
904
904
  logger.logger.error(getAsciiHeader(name))
905
905
  }
906
906
  function getAsciiHeader(command) {
907
- const cliVersion = '0.14.146:6152991:91bfab73:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
907
+ const cliVersion = '0.14.147:be0fdf7:129207b8:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
908
908
  const nodeVersion = process$1.version
909
909
  const apiToken = shadowNpmInject.getDefaultToken()
910
910
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -12257,7 +12257,7 @@ void (async () => {
12257
12257
  await vendor.updater({
12258
12258
  name: SOCKET_CLI_BIN_NAME,
12259
12259
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12260
- version: '0.14.146',
12260
+ version: '0.14.147',
12261
12261
  ttl: 86_400_000 /* 24 hours in milliseconds */
12262
12262
  })
12263
12263
  try {
@@ -12325,5 +12325,5 @@ void (async () => {
12325
12325
  await shadowNpmInject.captureException(e)
12326
12326
  }
12327
12327
  })()
12328
- //# debugId=34e47639-9572-462a-a1a9-831502ee124f
12328
+ //# debugId=bbd43241-7b59-4dff-9ee3-8f60c7e28f1d
12329
12329
  //# sourceMappingURL=cli.js.map