@auto-engineer/server-implementer 1.5.2 → 1.5.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.5.2 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.5.4 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.5.2 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.5.4 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
8
 
9
- include: **/*.specs.{js,ts}
10
9
  No test files found, exiting with code 0
11
10
 
11
+ include: **/*.specs.{js,ts}
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.5.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.5.4 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,32 @@
1
1
  # @auto-engineer/server-implementer
2
2
 
3
+ ## 1.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: wrap Date fields in nested objects and arrays with new Date()
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+
11
+ - [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed registration of foreach-phased handlers to properly work with the PhasedExecutor
12
+
13
+ - Updated dependencies [[`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b), [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774)]:
14
+ - @auto-engineer/ai-gateway@1.5.4
15
+ - @auto-engineer/message-bus@1.5.4
16
+
17
+ ## 1.5.3
18
+
19
+ ### Patch Changes
20
+
21
+ - [`6a7fa7f`](https://github.com/BeOnAuto/auto-engineer/commit/6a7fa7f848f45bad2b2e97e39404155d8987623d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed Date fields not being properly converted when nested inside objects and arrays
22
+
23
+ - [`d7f22bb`](https://github.com/BeOnAuto/auto-engineer/commit/d7f22bbe745dc14ebd273d4ffa24ffe62adb95c0) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: export cross-module types and improve Date field handling
24
+ - **global**: version packages
25
+ - **global**: add changeset
26
+ - Updated dependencies [[`6a7fa7f`](https://github.com/BeOnAuto/auto-engineer/commit/6a7fa7f848f45bad2b2e97e39404155d8987623d), [`d7f22bb`](https://github.com/BeOnAuto/auto-engineer/commit/d7f22bbe745dc14ebd273d4ffa24ffe62adb95c0)]:
27
+ - @auto-engineer/ai-gateway@1.5.3
28
+ - @auto-engineer/message-bus@1.5.3
29
+
3
30
  ## 1.5.2
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -17,8 +17,8 @@
17
17
  "debug": "^4.3.4",
18
18
  "fast-glob": "^3.3.3",
19
19
  "vite": "^5.4.1",
20
- "@auto-engineer/message-bus": "1.5.2",
21
- "@auto-engineer/ai-gateway": "1.5.2"
20
+ "@auto-engineer/ai-gateway": "1.5.4",
21
+ "@auto-engineer/message-bus": "1.5.4"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "^11.0.4",
@@ -28,9 +28,9 @@
28
28
  "glob": "^11.0.3",
29
29
  "tsx": "^4.20.3",
30
30
  "typescript": "^5.8.3",
31
- "@auto-engineer/cli": "1.5.2"
31
+ "@auto-engineer/cli": "1.5.4"
32
32
  },
33
- "version": "1.5.2",
33
+ "version": "1.5.4",
34
34
  "scripts": {
35
35
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
36
36
  "test": "vitest run --reporter=dot",