@auto-engineer/server-implementer 1.116.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.116.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
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/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.115.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
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
   Test Files  3 passed (3)
11
11
   Tests  22 passed (22)
12
-  Start at  00:53:34
13
-  Duration  11.35s (transform 1.54s, setup 0ms, collect 17.50s, tests 556ms, environment 1ms, prepare 2.42s)
12
+  Start at  01:32:37
13
+  Duration  4.43s (transform 735ms, setup 0ms, collect 6.43s, tests 239ms, environment 1ms, prepare 1.32s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.115.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
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,21 @@
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
+
3
19
  ## 1.116.0
4
20
 
5
21
  ### 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.116.0",
22
- "@auto-engineer/message-bus": "1.116.0"
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.116.0"
32
+ "@auto-engineer/cli": "1.117.0"
33
33
  },
34
- "version": "1.116.0",
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",