@socketsecurity/cli-with-sentry 0.14.142 → 0.14.143

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.
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  const EventEmitter = require('../events').EventEmitter
14
- console.log('node_modules error', new Error().stack)
14
+
15
15
  /**
16
16
  * Node
17
17
  */
@@ -59,8 +59,7 @@ function Node(options) {
59
59
  }
60
60
  })
61
61
  } else {
62
- console.log('node_modules error', new Error().stack)
63
- throw new Error('No active screen okokokokoko.')
62
+ throw new Error('No active screen.')
64
63
  }
65
64
  }
66
65
 
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.142:f50a41e:b29fa351:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
907
+ const cliVersion = '0.14.143:85effd6:0c6601c1: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.142',
12260
+ version: '0.14.143',
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=1209384b-795e-49fa-a72e-284cf77f6f25
12328
+ //# debugId=ce6409a9-cda2-4107-b4c0-a7157722a027
12329
12329
  //# sourceMappingURL=cli.js.map