@socketsecurity/cli 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/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/module-sync/fs.d.ts +0 -61
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:c95f3852: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'
|
|
@@ -4454,6 +4454,7 @@ async function pnpmFix(
|
|
|
4454
4454
|
// eslint-disable-next-line no-await-in-loop
|
|
4455
4455
|
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
|
|
4456
4456
|
} catch (e) {
|
|
4457
|
+
console.log(e)
|
|
4457
4458
|
logger.logger.error('Failed to open pull request', e)
|
|
4458
4459
|
}
|
|
4459
4460
|
if (prResponse && autoMerge) {
|
|
@@ -11345,7 +11346,7 @@ void (async () => {
|
|
|
11345
11346
|
await vendor.updater({
|
|
11346
11347
|
name: SOCKET_CLI_BIN_NAME,
|
|
11347
11348
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11348
|
-
version: '0.14.
|
|
11349
|
+
version: '0.14.88',
|
|
11349
11350
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11350
11351
|
})
|
|
11351
11352
|
try {
|
|
@@ -11413,5 +11414,5 @@ void (async () => {
|
|
|
11413
11414
|
await shadowNpmInject.captureException(e)
|
|
11414
11415
|
}
|
|
11415
11416
|
})()
|
|
11416
|
-
//# debugId=
|
|
11417
|
+
//# debugId=dda21afa-14de-4943-ba06-841d32c7c3d5
|
|
11417
11418
|
//# sourceMappingURL=cli.js.map
|