@socketsecurity/cli-with-sentry 0.14.134 → 0.14.135
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/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-bin.js +2 -2
- package/dist/shadow-bin.js.map +1 -1
- package/dist/shadow-npm-inject.js +8 -7
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +9 -5
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -938,7 +938,7 @@ function emitBanner(name) {
|
|
|
938
938
|
logger.logger.error(getAsciiHeader(name))
|
|
939
939
|
}
|
|
940
940
|
function getAsciiHeader(command) {
|
|
941
|
-
const cliVersion = '0.14.
|
|
941
|
+
const cliVersion = '0.14.135:01c197e:e7de020f:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
942
942
|
const nodeVersion = process$1.version
|
|
943
943
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
944
944
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12287,7 +12287,7 @@ void (async () => {
|
|
|
12287
12287
|
await vendor.updater({
|
|
12288
12288
|
name: SOCKET_CLI_BIN_NAME,
|
|
12289
12289
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12290
|
-
version: '0.14.
|
|
12290
|
+
version: '0.14.135',
|
|
12291
12291
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12292
12292
|
})
|
|
12293
12293
|
try {
|
|
@@ -12355,5 +12355,5 @@ void (async () => {
|
|
|
12355
12355
|
await shadowNpmInject.captureException(e)
|
|
12356
12356
|
}
|
|
12357
12357
|
})()
|
|
12358
|
-
//# debugId=
|
|
12358
|
+
//# debugId=9a529f35-9255-4c89-82fb-977f1262673f
|
|
12359
12359
|
//# sourceMappingURL=cli.js.map
|