@socketsecurity/cli-with-sentry 0.14.146 → 0.14.147
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
|
@@ -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.
|
|
907
|
+
const cliVersion = '0.14.147:be0fdf7:51b26920: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')
|
|
@@ -12261,7 +12261,7 @@ void (async () => {
|
|
|
12261
12261
|
await vendor.updater({
|
|
12262
12262
|
name: SOCKET_CLI_BIN_NAME,
|
|
12263
12263
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12264
|
-
version: '0.14.
|
|
12264
|
+
version: '0.14.147',
|
|
12265
12265
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12266
12266
|
})
|
|
12267
12267
|
try {
|
|
@@ -12329,5 +12329,5 @@ void (async () => {
|
|
|
12329
12329
|
await shadowNpmInject.captureException(e)
|
|
12330
12330
|
}
|
|
12331
12331
|
})()
|
|
12332
|
-
//# debugId=
|
|
12332
|
+
//# debugId=a603ceaf-8d64-4a4b-a62c-3e5eaccc586b
|
|
12333
12333
|
//# sourceMappingURL=cli.js.map
|