mobbdev 1.0.33 → 1.0.34

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 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1207,6 +1207,7 @@ var ReportQueryResultZ = z7.object({
1207
1207
  isKnownBranch: z7.boolean().nullish().default(true)
1208
1208
  }),
1209
1209
  vulnerabilityReport: z7.object({
1210
+ id: z7.string().uuid(),
1210
1211
  reportSummaryUrl: z7.string().url().nullish(),
1211
1212
  vendor: z7.nativeEnum(Vulnerability_Report_Vendor_Enum).nullable(),
1212
1213
  issuesWithKnownLanguage: z7.number().nullable(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
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",