mobbdev 1.0.103 → 1.0.104

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3947,7 +3947,7 @@ var GetProjectMembersDataZ = z11.object({
3947
3947
  }),
3948
3948
  user: z11.object({
3949
3949
  id: z11.string().uuid(),
3950
- picture: z11.string().optional(),
3950
+ picture: z11.string().nullable().optional(),
3951
3951
  name: z11.string().nullish(),
3952
3952
  email: z11.string().email()
3953
3953
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
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",