@socketsecurity/cli-with-sentry 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:70b9ca75:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
906
+ const cliVersion = '0.14.137:757d90e:21533d68: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')
@@ -12256,7 +12256,7 @@ void (async () => {
12256
12256
  await vendor.updater({
12257
12257
  name: SOCKET_CLI_BIN_NAME,
12258
12258
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
12259
- version: '0.14.136',
12259
+ version: '0.14.137',
12260
12260
  ttl: 86_400_000 /* 24 hours in milliseconds */
12261
12261
  })
12262
12262
  try {
@@ -12324,5 +12324,5 @@ void (async () => {
12324
12324
  await shadowNpmInject.captureException(e)
12325
12325
  }
12326
12326
  })()
12327
- //# debugId=3707f57e-012f-4d7c-abdd-122fa007f415
12327
+ //# debugId=f3262a3d-7855-4795-95c6-2f60f8e6995
12328
12328
  //# sourceMappingURL=cli.js.map