@socketsecurity/cli-with-sentry 1.0.55 → 1.0.57
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/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/utils/git.d.mts.map +1 -1
- package/dist/utils.js +5 -2
- package/dist/utils.js.map +1 -1
- package/external/@socketsecurity/registry/lib/spawn.js +20 -3
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -3081,11 +3081,11 @@ function getPrsForPurl(fixEnv, partialPurl) {
|
|
|
3081
3081
|
prs.push(pr);
|
|
3082
3082
|
}
|
|
3083
3083
|
}
|
|
3084
|
-
if (debug.isDebug('notice,
|
|
3084
|
+
if (debug.isDebug('notice,silly')) {
|
|
3085
3085
|
const fullName = packages.resolvePackageName(partialPurlObj);
|
|
3086
3086
|
if (prs.length) {
|
|
3087
3087
|
debug.debugFn('notice', `found: ${prs.length} PRs for ${fullName}`);
|
|
3088
|
-
debug.debugDir('
|
|
3088
|
+
debug.debugDir('silly', {
|
|
3089
3089
|
prs
|
|
3090
3090
|
});
|
|
3091
3091
|
} else if (fixEnv.prs.length) {
|
|
@@ -14158,5 +14158,5 @@ void (async () => {
|
|
|
14158
14158
|
await utils.captureException(e);
|
|
14159
14159
|
}
|
|
14160
14160
|
})();
|
|
14161
|
-
//# debugId=
|
|
14161
|
+
//# debugId=4fadc2fa-389d-44dd-820e-1cd78bae1dd6
|
|
14162
14162
|
//# sourceMappingURL=cli.js.map
|