@socketsecurity/cli-with-sentry 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/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- 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/require/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.94:8a54136:888ce4ff: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'
|
|
@@ -3830,7 +3830,7 @@ async function openGitHubPullRequest(
|
|
|
3830
3830
|
owner,
|
|
3831
3831
|
repo,
|
|
3832
3832
|
title: commitMsg,
|
|
3833
|
-
head: branch
|
|
3833
|
+
head: `${owner}:${branch}`,
|
|
3834
3834
|
base: baseBranch,
|
|
3835
3835
|
body: `[socket] Upgrade \`${name}\` to ${version}`
|
|
3836
3836
|
})
|
|
@@ -11360,7 +11360,7 @@ void (async () => {
|
|
|
11360
11360
|
await vendor.updater({
|
|
11361
11361
|
name: SOCKET_CLI_BIN_NAME,
|
|
11362
11362
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11363
|
-
version: '0.14.
|
|
11363
|
+
version: '0.14.94',
|
|
11364
11364
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11365
11365
|
})
|
|
11366
11366
|
try {
|
|
@@ -11428,5 +11428,5 @@ void (async () => {
|
|
|
11428
11428
|
await shadowNpmInject.captureException(e)
|
|
11429
11429
|
}
|
|
11430
11430
|
})()
|
|
11431
|
-
//# debugId=
|
|
11431
|
+
//# debugId=9a1c1ddf-a0fa-41c5-9a1e-93ccaebc4f83
|
|
11432
11432
|
//# sourceMappingURL=cli.js.map
|