@socketsecurity/cli-with-sentry 0.14.88 → 0.14.90
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/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +3 -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 +3 -4
- package/dist/require/cli.js.map +1 -1
- package/package.json +2 -2
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.90:e824654:76ed5b9b: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,7 +4458,6 @@ 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)
|
|
4462
4461
|
logger.logger.error('Failed to open pull request', e)
|
|
4463
4462
|
}
|
|
4464
4463
|
if (prResponse && autoMerge) {
|
|
@@ -11350,7 +11349,7 @@ void (async () => {
|
|
|
11350
11349
|
await vendor.updater({
|
|
11351
11350
|
name: SOCKET_CLI_BIN_NAME,
|
|
11352
11351
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11353
|
-
version: '0.14.
|
|
11352
|
+
version: '0.14.90',
|
|
11354
11353
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11355
11354
|
})
|
|
11356
11355
|
try {
|
|
@@ -11418,5 +11417,5 @@ void (async () => {
|
|
|
11418
11417
|
await shadowNpmInject.captureException(e)
|
|
11419
11418
|
}
|
|
11420
11419
|
})()
|
|
11421
|
-
//# debugId=
|
|
11420
|
+
//# debugId=2f774821-edbb-4544-93c9-84578882fcb4
|
|
11422
11421
|
//# sourceMappingURL=cli.js.map
|