@auto-engineer/submit-bug-report 1.58.0 → 1.59.0

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/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @auto-engineer/submit-bug-report
2
2
 
3
+ ## 1.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
8
+ - **server-generator-apollo-emmett**: add sanitizeFieldType helper
9
+ - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
10
+ - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
11
+ - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
12
+
13
+ - [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with app implementation in the React component implementer
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4), [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244)]:
18
+ - @auto-engineer/message-bus@1.59.0
19
+
3
20
  ## 1.58.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -16,12 +16,12 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "debug": "^4.4.1",
19
- "@auto-engineer/message-bus": "1.58.0"
19
+ "@auto-engineer/message-bus": "1.59.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
- "version": "1.58.0",
24
+ "version": "1.59.0",
25
25
  "scripts": {
26
26
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
27
27
  "test": "vitest run --reporter=dot",