socket 0.14.87 → 0.14.89
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/module-sync/cli.js
CHANGED
|
@@ -915,7 +915,7 @@ function emitBanner(name) {
|
|
|
915
915
|
logger.logger.error(getAsciiHeader(name))
|
|
916
916
|
}
|
|
917
917
|
function getAsciiHeader(command) {
|
|
918
|
-
const cliVersion = '0.14.
|
|
918
|
+
const cliVersion = '0.14.89:5a38fac:4ddf2ab8:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
919
919
|
const nodeVersion = process$1.version
|
|
920
920
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
921
921
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -11346,7 +11346,7 @@ void (async () => {
|
|
|
11346
11346
|
await updateNotifier({
|
|
11347
11347
|
name: SOCKET_CLI_BIN_NAME,
|
|
11348
11348
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11349
|
-
version: '0.14.
|
|
11349
|
+
version: '0.14.89',
|
|
11350
11350
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11351
11351
|
})
|
|
11352
11352
|
try {
|
|
@@ -11414,5 +11414,5 @@ void (async () => {
|
|
|
11414
11414
|
await shadowNpmInject.captureException(e)
|
|
11415
11415
|
}
|
|
11416
11416
|
})()
|
|
11417
|
-
//# debugId=
|
|
11417
|
+
//# debugId=1743064d-943a-4f79-b0b4-96ee396de97c
|
|
11418
11418
|
//# sourceMappingURL=cli.js.map
|