mobbdev 1.0.155 → 1.0.156

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
@@ -5229,7 +5229,6 @@ var ProjectVulnerabilityReport = z11.object({
5229
5229
  createdOn: z11.string(),
5230
5230
  issueTypes: z11.record(z11.string(), z11.number()).nullable(),
5231
5231
  issueLanguages: z11.record(z11.nativeEnum(IssueLanguage_Enum), z11.number()).nullable(),
5232
- fixesCountByEffort: z11.record(z11.nativeEnum(Effort_To_Apply_Fix_Enum), z11.number()).nullable(),
5233
5232
  repo: z11.object({
5234
5233
  originalUrl: z11.string(),
5235
5234
  reference: z11.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
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",