@auto-engineer/server-implementer 1.115.0 → 1.117.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.
- 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 +31 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.
|
|
2
|
+
> @auto-engineer/server-implementer@1.117.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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.
|
|
2
|
+
> @auto-engineer/server-implementer@1.116.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m22 passed[39m[22m[90m (22)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 01:32:37
|
|
13
|
+
[2m Duration [22m 4.43s[2m (transform 735ms, setup 0ms, collect 6.43s, tests 239ms, environment 1ms, prepare 1.32s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-implementer@1.
|
|
2
|
+
> @auto-engineer/server-implementer@1.116.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,36 @@
|
|
|
1
1
|
# @auto-engineer/server-implementer
|
|
2
2
|
|
|
3
|
+
## 1.117.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ffd35da`](https://github.com/BeOnAuto/auto-engineer/commit/ffd35da5602a90907947c0208da9fbd2fb12cbd3) Thanks [@osamanar](https://github.com/osamanar)! - - Improved the UI generation pipeline for better component output
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [`40f03c3`](https://github.com/BeOnAuto/auto-engineer/commit/40f03c3e4c468517d917d001bc0ae2fcf4a95a8a) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed package publishing issue for the ADK Claude Code bridge package
|
|
12
|
+
|
|
13
|
+
- [`cb406c3`](https://github.com/BeOnAuto/auto-engineer/commit/cb406c3c431ea34146e223d5e1f174c9259256ae) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/adk-claude-code-bridge**: adds adk claude code as a package
|
|
14
|
+
- **global**: version packages
|
|
15
|
+
- Updated dependencies [[`40f03c3`](https://github.com/BeOnAuto/auto-engineer/commit/40f03c3e4c468517d917d001bc0ae2fcf4a95a8a), [`ffd35da`](https://github.com/BeOnAuto/auto-engineer/commit/ffd35da5602a90907947c0208da9fbd2fb12cbd3), [`cb406c3`](https://github.com/BeOnAuto/auto-engineer/commit/cb406c3c431ea34146e223d5e1f174c9259256ae)]:
|
|
16
|
+
- @auto-engineer/message-bus@1.117.0
|
|
17
|
+
- @auto-engineer/model-factory@1.117.0
|
|
18
|
+
|
|
19
|
+
## 1.116.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`e8a852c`](https://github.com/BeOnAuto/auto-engineer/commit/e8a852c030a4c1ad9f20d4f00b33bf8291da84da) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/adk-claude-code-bridge**: adds adk claude code bridge
|
|
24
|
+
- **global**: version packages
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [`24fbfc9`](https://github.com/BeOnAuto/auto-engineer/commit/24fbfc9af6f4de2f402fa0b834d4ef2162af76c5) Thanks [@osamanar](https://github.com/osamanar)! - - Added ADK Claude Code bridge as a new package
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [[`24fbfc9`](https://github.com/BeOnAuto/auto-engineer/commit/24fbfc9af6f4de2f402fa0b834d4ef2162af76c5), [`e8a852c`](https://github.com/BeOnAuto/auto-engineer/commit/e8a852c030a4c1ad9f20d4f00b33bf8291da84da)]:
|
|
31
|
+
- @auto-engineer/message-bus@1.116.0
|
|
32
|
+
- @auto-engineer/model-factory@1.116.0
|
|
33
|
+
|
|
3
34
|
## 1.115.0
|
|
4
35
|
|
|
5
36
|
### 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.
|
|
22
|
-
"@auto-engineer/message-bus": "1.
|
|
21
|
+
"@auto-engineer/model-factory": "1.117.0",
|
|
22
|
+
"@auto-engineer/message-bus": "1.117.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.
|
|
32
|
+
"@auto-engineer/cli": "1.117.0"
|
|
33
33
|
},
|
|
34
|
-
"version": "1.
|
|
34
|
+
"version": "1.117.0",
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
37
37
|
"test": "vitest run --reporter=dot",
|