@socketsecurity/cli-with-sentry 0.14.116 → 0.14.117

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.
@@ -917,7 +917,7 @@ function emitBanner(name) {
917
917
  logger.logger.error(getAsciiHeader(name))
918
918
  }
919
919
  function getAsciiHeader(command) {
920
- const cliVersion = '0.14.116:0dae31b:5f34e003:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
920
+ const cliVersion = '0.14.117:3a58b03:18d6b824:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
921
921
  const nodeVersion = process$1.version
922
922
  const apiToken = shadowNpmInject.getDefaultToken()
923
923
  const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
@@ -12306,7 +12306,7 @@ void (async () => {
12306
12306
  await vendor.updater({
12307
12307
  name: SOCKET_CLI_BIN_NAME,
12308
12308
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12309
- version: '0.14.116',
12309
+ version: '0.14.117',
12310
12310
  ttl: 86_400_000 /* 24 hours in milliseconds */
12311
12311
  })
12312
12312
  try {
@@ -12374,5 +12374,5 @@ void (async () => {
12374
12374
  await shadowNpmInject.captureException(e)
12375
12375
  }
12376
12376
  })()
12377
- //# debugId=4ecd13c9-8788-41d3-b85a-e5558ed25ddf
12377
+ //# debugId=c1200007-dc9d-4528-aa07-687a56c33e72
12378
12378
  //# sourceMappingURL=cli.js.map