@socketsecurity/cli-with-sentry 0.14.143 → 0.14.144
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.144:e577de2:37d9efbe: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')
|
|
@@ -7696,6 +7696,7 @@ async function updateLockfile(pkgEnvDetails, options) {
|
|
|
7696
7696
|
spinner
|
|
7697
7697
|
})
|
|
7698
7698
|
if (pkgEnvDetails.features.npmBuggyOverrides) {
|
|
7699
|
+
spinner?.stop()
|
|
7699
7700
|
logger?.log(
|
|
7700
7701
|
`💡 Re-run ${cmdName ? `${cmdName} ` : ''}whenever ${pkgEnvDetails.lockName} changes.\n This can be skipped for ${pkgEnvDetails.agent} >=${NPM_BUGGY_OVERRIDES_PATCHED_VERSION}.`
|
|
7701
7702
|
)
|
|
@@ -12257,7 +12258,7 @@ void (async () => {
|
|
|
12257
12258
|
await vendor.updater({
|
|
12258
12259
|
name: SOCKET_CLI_BIN_NAME,
|
|
12259
12260
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12260
|
-
version: '0.14.
|
|
12261
|
+
version: '0.14.144',
|
|
12261
12262
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12262
12263
|
})
|
|
12263
12264
|
try {
|
|
@@ -12325,5 +12326,5 @@ void (async () => {
|
|
|
12325
12326
|
await shadowNpmInject.captureException(e)
|
|
12326
12327
|
}
|
|
12327
12328
|
})()
|
|
12328
|
-
//# debugId=
|
|
12329
|
+
//# debugId=b98a5e11-2f79-43fe-9402-d9e2d8286d96
|
|
12329
12330
|
//# sourceMappingURL=cli.js.map
|