@auto-engineer/job-graph-processor 1.120.0 → 1.122.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/job-graph-processor@1.120.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.122.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
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/job-graph-processor@1.119.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.121.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  12 passed (12)
11
11
   Tests  83 passed (83)
12
-  Start at  14:36:08
13
-  Duration  12.71s (transform 3.60s, setup 0ms, collect 10.08s, tests 3.92s, environment 8ms, prepare 8.65s)
12
+  Start at  16:10:00
13
+  Duration  13.96s (transform 3.92s, setup 0ms, collect 11.46s, tests 4.30s, environment 3ms, prepare 8.67s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.119.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.121.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @auto-engineer/job-graph-processor
2
2
 
3
+ ## 1.122.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d926905`](https://github.com/BeOnAuto/auto-engineer/commit/d9269053f5974c0b65fa2b03c77247b37b459fe5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **component-implementor-react**: set Google ADK log level to WARN
8
+ - **server-generator-apollo-emmett**: handle zero events in singleton projection template
9
+ - **global**: version packages
10
+
11
+ - [`ed445b6`](https://github.com/BeOnAuto/auto-engineer/commit/ed445b655132475455f3c047076490b3b7e1d332) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Set Google ADK log level to WARN in app assembler and React component implementor to reduce noisy debug output
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`d926905`](https://github.com/BeOnAuto/auto-engineer/commit/d9269053f5974c0b65fa2b03c77247b37b459fe5), [`ed445b6`](https://github.com/BeOnAuto/auto-engineer/commit/ed445b655132475455f3c047076490b3b7e1d332)]:
16
+ - @auto-engineer/message-bus@1.122.0
17
+
18
+ ## 1.121.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`6ebd06e`](https://github.com/BeOnAuto/auto-engineer/commit/6ebd06e82da899695b88debbd20d86a6cb71f3e3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: set Google ADK log level to WARN
23
+
24
+ - [`5ccc961`](https://github.com/BeOnAuto/auto-engineer/commit/5ccc96188fae7d3fbeb4a0be52d83b6f4d0a95f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: rewrite system prompt with emmett patterns and import rules
25
+ - **server-implementer**: extract shared buildContextSections utility
26
+ - **server-implementer**: extract shared loadContextFiles utility
27
+ - **server-implementer**: change loadSharedContext to return Record<string, string>
28
+ - **global**: version packages
29
+
30
+ ### Patch Changes
31
+
32
+ - [`d4ef89b`](https://github.com/BeOnAuto/auto-engineer/commit/d4ef89bc5673409d14a3d5df016f33ad002d6b44) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: handle zero events in singleton projection template
33
+
34
+ - Updated dependencies [[`d4ef89b`](https://github.com/BeOnAuto/auto-engineer/commit/d4ef89bc5673409d14a3d5df016f33ad002d6b44), [`6ebd06e`](https://github.com/BeOnAuto/auto-engineer/commit/6ebd06e82da899695b88debbd20d86a6cb71f3e3), [`5ccc961`](https://github.com/BeOnAuto/auto-engineer/commit/5ccc96188fae7d3fbeb4a0be52d83b6f4d0a95f4)]:
35
+ - @auto-engineer/message-bus@1.121.0
36
+
3
37
  ## 1.120.0
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "dependencies": {
8
8
  "nanoid": "^5.0.0",
9
- "@auto-engineer/message-bus": "1.120.0"
9
+ "@auto-engineer/message-bus": "1.122.0"
10
10
  },
11
11
  "devDependencies": {
12
- "@auto-engineer/pipeline": "1.120.0"
12
+ "@auto-engineer/pipeline": "1.122.0"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "version": "1.120.0",
17
+ "version": "1.122.0",
18
18
  "scripts": {
19
19
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
20
20
  "test": "vitest run --reporter=dot",