socket 0.14.93 → 0.14.94
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 +4 -4
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +4 -4
- package/dist/require/cli.js.map +1 -1
- package/package.json +1 -1
- package/dist/module-sync/fs.d.ts +0 -61
package/dist/module-sync/cli.js
CHANGED
|
@@ -918,7 +918,7 @@ function emitBanner(name) {
|
|
|
918
918
|
logger.logger.error(getAsciiHeader(name))
|
|
919
919
|
}
|
|
920
920
|
function getAsciiHeader(command) {
|
|
921
|
-
const cliVersion = '0.14.
|
|
921
|
+
const cliVersion = '0.14.94:8a54136:931df7a9:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
922
922
|
const nodeVersion = process$1.version
|
|
923
923
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
924
924
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -3833,7 +3833,7 @@ async function openGitHubPullRequest(
|
|
|
3833
3833
|
owner,
|
|
3834
3834
|
repo,
|
|
3835
3835
|
title: commitMsg,
|
|
3836
|
-
head: branch
|
|
3836
|
+
head: `${owner}:${branch}`,
|
|
3837
3837
|
base: baseBranch,
|
|
3838
3838
|
body: `[socket] Upgrade \`${name}\` to ${version}`
|
|
3839
3839
|
})
|
|
@@ -11357,7 +11357,7 @@ void (async () => {
|
|
|
11357
11357
|
await updateNotifier({
|
|
11358
11358
|
name: SOCKET_CLI_BIN_NAME,
|
|
11359
11359
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11360
|
-
version: '0.14.
|
|
11360
|
+
version: '0.14.94',
|
|
11361
11361
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11362
11362
|
})
|
|
11363
11363
|
try {
|
|
@@ -11425,5 +11425,5 @@ void (async () => {
|
|
|
11425
11425
|
await shadowNpmInject.captureException(e)
|
|
11426
11426
|
}
|
|
11427
11427
|
})()
|
|
11428
|
-
//# debugId=
|
|
11428
|
+
//# debugId=2d759c1d-e112-45d0-b84d-e2f8bdac075e
|
|
11429
11429
|
//# sourceMappingURL=cli.js.map
|