@socketsecurity/cli-with-sentry 0.14.87 → 0.14.88
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 -3
- 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 -3
- package/dist/require/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/require/cli.js
CHANGED
|
@@ -912,7 +912,7 @@ function emitBanner(name) {
|
|
|
912
912
|
logger.logger.error(getAsciiHeader(name))
|
|
913
913
|
}
|
|
914
914
|
function getAsciiHeader(command) {
|
|
915
|
-
const cliVersion = '0.14.
|
|
915
|
+
const cliVersion = '0.14.88:959a4cc:d7e588e6:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
916
916
|
const nodeVersion = process$1.version
|
|
917
917
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
918
918
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -4458,6 +4458,7 @@ async function pnpmFix(
|
|
|
4458
4458
|
// eslint-disable-next-line no-await-in-loop
|
|
4459
4459
|
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
|
|
4460
4460
|
} catch (e) {
|
|
4461
|
+
console.log(e)
|
|
4461
4462
|
logger.logger.error('Failed to open pull request', e)
|
|
4462
4463
|
}
|
|
4463
4464
|
if (prResponse && autoMerge) {
|
|
@@ -11349,7 +11350,7 @@ void (async () => {
|
|
|
11349
11350
|
await vendor.updater({
|
|
11350
11351
|
name: SOCKET_CLI_BIN_NAME,
|
|
11351
11352
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11352
|
-
version: '0.14.
|
|
11353
|
+
version: '0.14.88',
|
|
11353
11354
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11354
11355
|
})
|
|
11355
11356
|
try {
|
|
@@ -11417,5 +11418,5 @@ void (async () => {
|
|
|
11417
11418
|
await shadowNpmInject.captureException(e)
|
|
11418
11419
|
}
|
|
11419
11420
|
})()
|
|
11420
|
-
//# debugId=
|
|
11421
|
+
//# debugId=7b226dad-efbb-4e10-b061-49edd646d35c
|
|
11421
11422
|
//# sourceMappingURL=cli.js.map
|