@socketsecurity/cli-with-sentry 0.14.116 → 0.14.117
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/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +3 -3
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/semver.d.ts +2 -1
- package/dist/module-sync/shadow-npm-inject.js +31 -31
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +3 -3
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +31 -31
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/require/cli.js
CHANGED
|
@@ -917,7 +917,7 @@ function emitBanner(name) {
|
|
|
917
917
|
logger.logger.error(getAsciiHeader(name))
|
|
918
918
|
}
|
|
919
919
|
function getAsciiHeader(command) {
|
|
920
|
-
const cliVersion = '0.14.
|
|
920
|
+
const cliVersion = '0.14.117:3a58b03:18d6b824:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
921
921
|
const nodeVersion = process$1.version
|
|
922
922
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
923
923
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -12306,7 +12306,7 @@ void (async () => {
|
|
|
12306
12306
|
await vendor.updater({
|
|
12307
12307
|
name: SOCKET_CLI_BIN_NAME,
|
|
12308
12308
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12309
|
-
version: '0.14.
|
|
12309
|
+
version: '0.14.117',
|
|
12310
12310
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12311
12311
|
})
|
|
12312
12312
|
try {
|
|
@@ -12374,5 +12374,5 @@ void (async () => {
|
|
|
12374
12374
|
await shadowNpmInject.captureException(e)
|
|
12375
12375
|
}
|
|
12376
12376
|
})()
|
|
12377
|
-
//# debugId=
|
|
12377
|
+
//# debugId=c1200007-dc9d-4528-aa07-687a56c33e72
|
|
12378
12378
|
//# sourceMappingURL=cli.js.map
|