@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 +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +19 -5
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -6
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.
|
|
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.
|
|
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=
|
|
12327
|
+
//# debugId=f3262a3d-7855-4795-95c6-2f60f8e6995
|
|
12328
12328
|
//# sourceMappingURL=cli.js.map
|