@auto-engineer/app-implementer 1.38.0 → 1.40.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 +39 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.40.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f50a03d`](https://github.com/BeOnAuto/auto-engineer/commit/f50a03d46f818382d595c3c066eea40a32238b9f) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/generate-react-client**: adds vitest to starter
8
+ - **global**: version packages
9
+
10
+ - [`6d5da03`](https://github.com/BeOnAuto/auto-engineer/commit/6d5da03d69afc8bdf9152884e9d7b63ca50e028c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added HMR stability settings to the React client generator to prevent rebuild loops during development
11
+
12
+ ### Patch Changes
13
+
14
+ - [`15938a6`](https://github.com/BeOnAuto/auto-engineer/commit/15938a654785be13c1f7349a1bdb8be1203d93fe) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - enforce Biome as sole formatter in VSCode
15
+
16
+ - [`8564620`](https://github.com/BeOnAuto/auto-engineer/commit/8564620b2d54b6048551ef246c3f7a1323e554e6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed pipeline crash when child processes exit unexpectedly
17
+
18
+ - [`79f3806`](https://github.com/BeOnAuto/auto-engineer/commit/79f380644d7d57f2228a03be07e9cbd4c682d6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added convenience dev script for the typical example project
19
+
20
+ - Updated dependencies [[`15938a6`](https://github.com/BeOnAuto/auto-engineer/commit/15938a654785be13c1f7349a1bdb8be1203d93fe), [`8564620`](https://github.com/BeOnAuto/auto-engineer/commit/8564620b2d54b6048551ef246c3f7a1323e554e6), [`79f3806`](https://github.com/BeOnAuto/auto-engineer/commit/79f380644d7d57f2228a03be07e9cbd4c682d6ce), [`f50a03d`](https://github.com/BeOnAuto/auto-engineer/commit/f50a03d46f818382d595c3c066eea40a32238b9f), [`6d5da03`](https://github.com/BeOnAuto/auto-engineer/commit/6d5da03d69afc8bdf9152884e9d7b63ca50e028c)]:
21
+ - @auto-engineer/message-bus@1.40.0
22
+ - @auto-engineer/model-factory@1.40.0
23
+
24
+ ## 1.39.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [`72300f5`](https://github.com/BeOnAuto/auto-engineer/commit/72300f5bddb195dc5033cc3fda837ecb53e2fbe5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: integrates graphql
29
+ - **app-implementer**: pass GraphQL schema, queries & mutations into app generation prompt
30
+ - **react-component-implementer**: enforce no hardcoded data in components, MSW-only mocking
31
+ - **react-component-implementer**: pass GraphQL schema, queries & mutations into generation prompt
32
+ - **examples/typical**: updates auto config
33
+
34
+ - [`d814587`](https://github.com/BeOnAuto/auto-engineer/commit/d814587381c7f291333e4e329ed7ce201bec60eb) Thanks [@osamanar](https://github.com/osamanar)! - - Added Vitest testing framework to the React client starter template
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`72300f5`](https://github.com/BeOnAuto/auto-engineer/commit/72300f5bddb195dc5033cc3fda837ecb53e2fbe5), [`d814587`](https://github.com/BeOnAuto/auto-engineer/commit/d814587381c7f291333e4e329ed7ce201bec60eb)]:
39
+ - @auto-engineer/message-bus@1.39.0
40
+ - @auto-engineer/model-factory@1.39.0
41
+
3
42
  ## 1.38.0
4
43
 
5
44
  ### Minor 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.38.0",
25
- "@auto-engineer/model-factory": "1.38.0"
24
+ "@auto-engineer/message-bus": "1.40.0",
25
+ "@auto-engineer/model-factory": "1.40.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.38.0",
30
+ "version": "1.40.0",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit"