mobbdev 1.0.40 → 1.0.41

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 +6 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -6449,6 +6449,12 @@ function getOctoKit(options) {
6449
6449
  log: GITHUB_API_TOKEN ? console : void 0,
6450
6450
  request: {
6451
6451
  fetch: getFetch(baseUrl)
6452
+ },
6453
+ retry: {
6454
+ enabled: false
6455
+ },
6456
+ throttle: {
6457
+ enabled: false
6452
6458
  }
6453
6459
  });
6454
6460
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
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",