@auto-engineer/app-implementer 1.110.2 → 1.110.4

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 +32 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.110.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41cb3f7`](https://github.com/BeOnAuto/auto-engineer/commit/41cb3f7b769895ccd00c1f97c73834ac7565ba06) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified pipeline event handling by removing unnecessary client validation checks
8
+
9
+ - [`18d5e47`](https://github.com/BeOnAuto/auto-engineer/commit/18d5e47440ba4a21ab7c09f920b514b328a2f564) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
10
+ - **pipeline**: simplify component handling and enhance client implementation
11
+ - **pipeline**: restore lint, type, test, and story fix loops
12
+ - Updated dependencies [[`41cb3f7`](https://github.com/BeOnAuto/auto-engineer/commit/41cb3f7b769895ccd00c1f97c73834ac7565ba06), [`18d5e47`](https://github.com/BeOnAuto/auto-engineer/commit/18d5e47440ba4a21ab7c09f920b514b328a2f564)]:
13
+ - @auto-engineer/message-bus@1.110.4
14
+ - @auto-engineer/model-factory@1.110.4
15
+
16
+ ## 1.110.3
17
+
18
+ ### Patch Changes
19
+
20
+ - [`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified how components are handled in the pipeline
21
+ - Enhanced the client implementation for improved reliability
22
+
23
+ - [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: exclude spec files from AI context in implement-slice
24
+ - **server-generator-apollo-emmett**: enrich missing event data in react specs template
25
+ - **server-generator-apollo-emmett**: validate query args against state fields in resolver
26
+ - **server-generator-apollo-emmett**: per-variable stream ID classification in handle.ts
27
+ - **server-generator-apollo-emmett**: filter non-events from query when-events
28
+
29
+ - [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Restored lint, type-checking, test, and story fix loops in the pipeline
30
+
31
+ - Updated dependencies [[`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293), [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4), [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8)]:
32
+ - @auto-engineer/message-bus@1.110.3
33
+ - @auto-engineer/model-factory@1.110.3
34
+
3
35
  ## 1.110.2
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -21,13 +21,13 @@
21
21
  "@modelcontextprotocol/sdk": "^1.12.1",
22
22
  "ai": "^6.0.0",
23
23
  "debug": "^4.4.1",
24
- "@auto-engineer/message-bus": "1.110.2",
25
- "@auto-engineer/model-factory": "1.110.2"
24
+ "@auto-engineer/message-bus": "1.110.4",
25
+ "@auto-engineer/model-factory": "1.110.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.110.2",
30
+ "version": "1.110.4",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit",