@auto-engineer/server-implementer 1.74.0 → 1.76.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.74.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.76.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,13 +1,13 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.73.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.75.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
7
7
 
8
- include: **/*.specs.{js,ts,tsx}
9
8
 
10
9
  No test files found, exiting with code 0
11
10
 
11
+ include: **/*.specs.{js,ts,tsx}
12
12
  exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
13
13
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.73.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.75.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # @auto-engineer/server-implementer
2
2
 
3
+ ## 1.76.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`28eb621`](https://github.com/BeOnAuto/auto-engineer/commit/28eb6214532f2e63e4d8c87b8e2ff7b2ac6d97e6) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: add lastDurationMs tracking to node status
8
+ - **pipeline**: add startedAt/endedAt timing to item status projection
9
+ - **pipeline**: include timestamp in /messages endpoint response
10
+ - **server-generator-apollo-emmett**: pass an empty object to reactor.close call
11
+ - **server-generator-apollo-emmett**: remove extra argument in reactor.close call
12
+
13
+ - [`d0844fb`](https://github.com/BeOnAuto/auto-engineer/commit/d0844fb796931e5aa1064ed4c6205e53afa8d3b4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: wire registerPort into start-server, start-client, start-storybook
14
+ - **server-generator-apollo-emmett**: remove try/catch that swallows command errors
15
+ - **dev-server**: killActivePortHolders is a no-op when port is free
16
+
17
+ ### Patch Changes
18
+
19
+ - [`5c950af`](https://github.com/BeOnAuto/auto-engineer/commit/5c950af09d795a0d983bde748a45bf8fa56cf1b5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: update ketchup plan for port-cleanup fix
20
+
21
+ - [`87bb859`](https://github.com/BeOnAuto/auto-engineer/commit/87bb859bc3d29410363231d8b685d7bfe8a0c6bf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: make port-cleanup a pure utility with no lifecycle side effects
22
+
23
+ - [`443df2d`](https://github.com/BeOnAuto/auto-engineer/commit/443df2dbad31ed42e3f15fe31c1758c4138735f3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: kill stale port holders before spawning services
24
+
25
+ - [`8cafdcd`](https://github.com/BeOnAuto/auto-engineer/commit/8cafdcd489f65e4212cc23d952ce59824742845d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: finalize ketchup plan for port-cleanup fix
26
+
27
+ - Updated dependencies [[`5c950af`](https://github.com/BeOnAuto/auto-engineer/commit/5c950af09d795a0d983bde748a45bf8fa56cf1b5), [`28eb621`](https://github.com/BeOnAuto/auto-engineer/commit/28eb6214532f2e63e4d8c87b8e2ff7b2ac6d97e6), [`87bb859`](https://github.com/BeOnAuto/auto-engineer/commit/87bb859bc3d29410363231d8b685d7bfe8a0c6bf), [`443df2d`](https://github.com/BeOnAuto/auto-engineer/commit/443df2dbad31ed42e3f15fe31c1758c4138735f3), [`8cafdcd`](https://github.com/BeOnAuto/auto-engineer/commit/8cafdcd489f65e4212cc23d952ce59824742845d), [`d0844fb`](https://github.com/BeOnAuto/auto-engineer/commit/d0844fb796931e5aa1064ed4c6205e53afa8d3b4)]:
28
+ - @auto-engineer/message-bus@1.76.0
29
+ - @auto-engineer/model-factory@1.76.0
30
+
31
+ ## 1.75.0
32
+
33
+ ### Minor Changes
34
+
35
+ - [`1658c1c`](https://github.com/BeOnAuto/auto-engineer/commit/1658c1c2c3933a02dd503771ec29437140d18cc1) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: include timestamp in /messages endpoint response
36
+
37
+ - [`37a6fb8`](https://github.com/BeOnAuto/auto-engineer/commit/37a6fb86e448227a9bea8bc0ba608c9fdf0e07ee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add lastDurationMs tracking to node status
38
+
39
+ - [`a15186f`](https://github.com/BeOnAuto/auto-engineer/commit/a15186fcb8c53cf4bb60076a55100f845d01a017) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add startedAt/endedAt timing to item status projection
40
+
41
+ - [`3dcd1db`](https://github.com/BeOnAuto/auto-engineer/commit/3dcd1db09ea707ff1f4a56c2ca050a586923190e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: wire registerPort into start-server, start-client, start-storybook
42
+ - **dev-server**: killActivePortHolders kills child process holding a port
43
+ - **server-generator-apollo-emmett**: remove unused projectionType from template locals
44
+ - **server-generator-apollo-emmett**: use original-case projection name for collection name
45
+ - **global**: version packages
46
+
47
+ ### Patch Changes
48
+
49
+ - [`e94151f`](https://github.com/BeOnAuto/auto-engineer/commit/e94151f28fac06bbb4e681b667c2043b6a90eb6f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: remove extra argument in reactor.close call
50
+
51
+ - [`644a7ae`](https://github.com/BeOnAuto/auto-engineer/commit/644a7ae40d733612cef5cde067217f53038013fb) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an error in the Apollo Emmett server generator where the reactor close call was missing a required argument
52
+
53
+ - Updated dependencies [[`e94151f`](https://github.com/BeOnAuto/auto-engineer/commit/e94151f28fac06bbb4e681b667c2043b6a90eb6f), [`1658c1c`](https://github.com/BeOnAuto/auto-engineer/commit/1658c1c2c3933a02dd503771ec29437140d18cc1), [`37a6fb8`](https://github.com/BeOnAuto/auto-engineer/commit/37a6fb86e448227a9bea8bc0ba608c9fdf0e07ee), [`644a7ae`](https://github.com/BeOnAuto/auto-engineer/commit/644a7ae40d733612cef5cde067217f53038013fb), [`a15186f`](https://github.com/BeOnAuto/auto-engineer/commit/a15186fcb8c53cf4bb60076a55100f845d01a017), [`3dcd1db`](https://github.com/BeOnAuto/auto-engineer/commit/3dcd1db09ea707ff1f4a56c2ca050a586923190e)]:
54
+ - @auto-engineer/message-bus@1.75.0
55
+ - @auto-engineer/model-factory@1.75.0
56
+
3
57
  ## 1.74.0
4
58
 
5
59
  ### Minor Changes
package/package.json CHANGED
@@ -18,8 +18,8 @@
18
18
  "debug": "^4.3.4",
19
19
  "fast-glob": "^3.3.3",
20
20
  "vite": "^5.4.1",
21
- "@auto-engineer/model-factory": "1.74.0",
22
- "@auto-engineer/message-bus": "1.74.0"
21
+ "@auto-engineer/model-factory": "1.76.0",
22
+ "@auto-engineer/message-bus": "1.76.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/fs-extra": "^11.0.4",
@@ -29,9 +29,9 @@
29
29
  "glob": "^11.0.3",
30
30
  "tsx": "^4.20.3",
31
31
  "typescript": "^5.8.3",
32
- "@auto-engineer/cli": "1.74.0"
32
+ "@auto-engineer/cli": "1.76.0"
33
33
  },
34
- "version": "1.74.0",
34
+ "version": "1.76.0",
35
35
  "scripts": {
36
36
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
37
37
  "test": "vitest run --reporter=dot",