mobbdev 1.0.132 → 1.0.133

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
@@ -4633,6 +4633,7 @@ var FixPartsForFixScreenZ = FixQueryZ.merge(
4633
4633
  z7.object({
4634
4634
  vendorIssueId: z7.string(),
4635
4635
  issueType: z7.string(),
4636
+ issueLanguage: z7.string(),
4636
4637
  sharedState: IssueSharedStateZ
4637
4638
  })
4638
4639
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
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",