socket 0.14.134 → 0.14.135

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
@@ -938,7 +938,7 @@ function emitBanner(name) {
938
938
  logger.logger.error(getAsciiHeader(name))
939
939
  }
940
940
  function getAsciiHeader(command) {
941
- const cliVersion = '0.14.134:c664da6:42d10399:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
941
+ const cliVersion = '0.14.135:01c197e:b2d4c239:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
942
942
  const nodeVersion = process$1.version
943
943
  const apiToken = shadowNpmInject.getDefaultToken()
944
944
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -12283,7 +12283,7 @@ void (async () => {
12283
12283
  await vendor.updater({
12284
12284
  name: SOCKET_CLI_BIN_NAME,
12285
12285
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12286
- version: '0.14.134',
12286
+ version: '0.14.135',
12287
12287
  ttl: 86_400_000 /* 24 hours in milliseconds */
12288
12288
  })
12289
12289
  try {
@@ -12351,5 +12351,5 @@ void (async () => {
12351
12351
  await shadowNpmInject.captureException(e)
12352
12352
  }
12353
12353
  })()
12354
- //# debugId=9316eeea-6bd5-477a-92e3-f9fde7d20f1d
12354
+ //# debugId=3337f53c-f3b8-4263-ab46-9e049f4826f4
12355
12355
  //# sourceMappingURL=cli.js.map