socket 0.14.88 → 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'
|
|
@@ -4457,7 +4457,6 @@ async function pnpmFix(
|
|
|
4457
4457
|
// eslint-disable-next-line no-await-in-loop
|
|
4458
4458
|
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
|
|
4459
4459
|
} catch (e) {
|
|
4460
|
-
console.log(e)
|
|
4461
4460
|
logger.logger.error('Failed to open pull request', e)
|
|
4462
4461
|
}
|
|
4463
4462
|
if (prResponse && autoMerge) {
|
|
@@ -11347,7 +11346,7 @@ void (async () => {
|
|
|
11347
11346
|
await updateNotifier({
|
|
11348
11347
|
name: SOCKET_CLI_BIN_NAME,
|
|
11349
11348
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11350
|
-
version: '0.14.
|
|
11349
|
+
version: '0.14.89',
|
|
11351
11350
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11352
11351
|
})
|
|
11353
11352
|
try {
|
|
@@ -11415,5 +11414,5 @@ void (async () => {
|
|
|
11415
11414
|
await shadowNpmInject.captureException(e)
|
|
11416
11415
|
}
|
|
11417
11416
|
})()
|
|
11418
|
-
//# debugId=
|
|
11417
|
+
//# debugId=1743064d-943a-4f79-b0b4-96ee396de97c
|
|
11419
11418
|
//# sourceMappingURL=cli.js.map
|