@socketsecurity/cli-with-sentry 0.14.132 → 0.14.134

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.132:afe2c00:74378e05:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
941
+ const cliVersion = '0.14.134:c664da6:7e80f505: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')
@@ -12287,7 +12287,7 @@ void (async () => {
12287
12287
  await vendor.updater({
12288
12288
  name: SOCKET_CLI_BIN_NAME,
12289
12289
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12290
- version: '0.14.132',
12290
+ version: '0.14.134',
12291
12291
  ttl: 86_400_000 /* 24 hours in milliseconds */
12292
12292
  })
12293
12293
  try {
@@ -12355,5 +12355,5 @@ void (async () => {
12355
12355
  await shadowNpmInject.captureException(e)
12356
12356
  }
12357
12357
  })()
12358
- //# debugId=2d4ae1ac-fc1e-4b1f-93f6-015518415bf
12358
+ //# debugId=c3ea6659-f324-42a9-834c-5d5afe29c34a
12359
12359
  //# sourceMappingURL=cli.js.map