mobbdev 1.0.126 → 1.0.127

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -11636,6 +11636,7 @@ async function analyze({
11636
11636
  mobbProjectName,
11637
11637
  organizationId,
11638
11638
  autoPr,
11639
+ createOnePr,
11639
11640
  commitDirectly,
11640
11641
  pullRequest
11641
11642
  }, { skipPrompts = false } = {}) {
@@ -11654,7 +11655,8 @@ async function analyze({
11654
11655
  command: "analyze",
11655
11656
  autoPr,
11656
11657
  commitDirectly,
11657
- pullRequest
11658
+ pullRequest,
11659
+ createOnePr
11658
11660
  },
11659
11661
  { skipPrompts }
11660
11662
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.126",
3
+ "version": "1.0.127",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",