mobbdev 0.0.101 → 0.0.103

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -404,7 +404,6 @@ var ME = gql2`
404
404
  email
405
405
  scmConfigs {
406
406
  id
407
- isBroker
408
407
  orgId
409
408
  refreshToken
410
409
  scmType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",