socket 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 +4 -3
- package/dist/cli.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
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:1b356875: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')
|
|
@@ -7692,6 +7692,7 @@ async function updateLockfile(pkgEnvDetails, options) {
|
|
|
7692
7692
|
spinner
|
|
7693
7693
|
})
|
|
7694
7694
|
if (pkgEnvDetails.features.npmBuggyOverrides) {
|
|
7695
|
+
spinner?.stop()
|
|
7695
7696
|
logger?.log(
|
|
7696
7697
|
`💡 Re-run ${cmdName ? `${cmdName} ` : ''}whenever ${pkgEnvDetails.lockName} changes.\n This can be skipped for ${pkgEnvDetails.agent} >=${NPM_BUGGY_OVERRIDES_PATCHED_VERSION}.`
|
|
7697
7698
|
)
|
|
@@ -12253,7 +12254,7 @@ void (async () => {
|
|
|
12253
12254
|
await vendor.updater({
|
|
12254
12255
|
name: SOCKET_CLI_BIN_NAME,
|
|
12255
12256
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12256
|
-
version: '0.14.
|
|
12257
|
+
version: '0.14.144',
|
|
12257
12258
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12258
12259
|
})
|
|
12259
12260
|
try {
|
|
@@ -12321,5 +12322,5 @@ void (async () => {
|
|
|
12321
12322
|
await shadowNpmInject.captureException(e)
|
|
12322
12323
|
}
|
|
12323
12324
|
})()
|
|
12324
|
-
//# debugId=
|
|
12325
|
+
//# debugId=9446c8d2-a74a-4181-940f-b44814e0d818
|
|
12325
12326
|
//# sourceMappingURL=cli.js.map
|