mobbdev 1.2.48 → 1.2.49

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.
@@ -930,6 +930,9 @@ var init_client_generates = __esm({
930
930
  }
931
931
  }
932
932
  }
933
+ ... on PromptSummaryProcessing {
934
+ status
935
+ }
933
936
  ... on PromptSummaryError {
934
937
  status
935
938
  error
package/dist/index.mjs CHANGED
@@ -930,6 +930,9 @@ var init_client_generates = __esm({
930
930
  }
931
931
  }
932
932
  }
933
+ ... on PromptSummaryProcessing {
934
+ status
935
+ }
933
936
  ... on PromptSummaryError {
934
937
  status
935
938
  error
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.mjs",