@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 CHANGED
@@ -3081,11 +3081,11 @@ function getPrsForPurl(fixEnv, partialPurl) {
3081
3081
  prs.push(pr);
3082
3082
  }
3083
3083
  }
3084
- if (debug.isDebug('notice,inspect')) {
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('inspect', {
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=12bf55ed-6b06-47fb-a3d0-45e4d877da4e
14161
+ //# debugId=4fadc2fa-389d-44dd-820e-1cd78bae1dd6
14162
14162
  //# sourceMappingURL=cli.js.map