@auto-engineer/server-implementer 1.5.3 → 1.5.5
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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +25 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.5.
|
|
2
|
+
> @auto-engineer/server-implementer@1.5.5 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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.5.
|
|
2
|
+
> @auto-engineer/server-implementer@1.5.5 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv3.2.4 [39m[90m/home/runner/work/auto-engineer/auto-engineer/packages/server-implementer[39m
|
|
7
7
|
|
|
8
|
+
[2minclude: [22m[33m**/*.specs.{js,ts}[39m
|
|
8
9
|
|
|
10
|
+
[2mexclude: [22m[33m**/.tmp/**[2m, [22m**/node_modules/**[2m, [22m**/dist/**[2m, [22m**/examples/**[2m, [22m**/create-auto-app/templates/**[2m, [22m**/*-starter/**[2m, [22m**/vite.config.ts[39m
|
|
9
11
|
No test files found, exiting with code 0
|
|
10
12
|
|
|
11
|
-
[2minclude: [22m[33m**/*.specs.{js,ts}[39m
|
|
12
|
-
[2mexclude: [22m[33m**/.tmp/**[2m, [22m**/node_modules/**[2m, [22m**/dist/**[2m, [22m**/examples/**[2m, [22m**/create-auto-app/templates/**[2m, [22m**/*-starter/**[2m, [22m**/vite.config.ts[39m
|
|
13
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.5.
|
|
2
|
+
> @auto-engineer/server-implementer@1.5.5 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,30 @@
|
|
|
1
1
|
# @auto-engineer/server-implementer
|
|
2
2
|
|
|
3
|
+
## 1.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`237ff60`](https://github.com/BeOnAuto/auto-engineer/commit/237ff604674b188645017b7f80cf5d248aadc5b1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: register foreach-phased handlers with PhasedExecutor
|
|
8
|
+
- **global**: version packages
|
|
9
|
+
- **global**: add changeset
|
|
10
|
+
- Updated dependencies [[`237ff60`](https://github.com/BeOnAuto/auto-engineer/commit/237ff604674b188645017b7f80cf5d248aadc5b1)]:
|
|
11
|
+
- @auto-engineer/ai-gateway@1.5.5
|
|
12
|
+
- @auto-engineer/message-bus@1.5.5
|
|
13
|
+
|
|
14
|
+
## 1.5.4
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`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()
|
|
19
|
+
- **global**: version packages
|
|
20
|
+
- **global**: add changeset
|
|
21
|
+
|
|
22
|
+
- [`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
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b), [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774)]:
|
|
25
|
+
- @auto-engineer/ai-gateway@1.5.4
|
|
26
|
+
- @auto-engineer/message-bus@1.5.4
|
|
27
|
+
|
|
3
28
|
## 1.5.3
|
|
4
29
|
|
|
5
30
|
### 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.
|
|
21
|
-
"@auto-engineer/ai-gateway": "1.5.
|
|
20
|
+
"@auto-engineer/message-bus": "1.5.5",
|
|
21
|
+
"@auto-engineer/ai-gateway": "1.5.5"
|
|
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.
|
|
31
|
+
"@auto-engineer/cli": "1.5.5"
|
|
32
32
|
},
|
|
33
|
-
"version": "1.5.
|
|
33
|
+
"version": "1.5.5",
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
36
36
|
"test": "vitest run --reporter=dot",
|