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.
- package/dist/index.mjs +0 -1
- 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(),
|