@auto-engineer/job-graph-processor 1.125.0 → 1.127.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.125.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.127.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.124.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.125.1 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  16:38:31
13
-  Duration  13.25s (transform 3.64s, setup 0ms, collect 10.63s, tests 3.96s, environment 20ms, prepare 8.54s)
12
+  Start at  07:06:45
13
+  Duration  13.17s (transform 3.63s, setup 0ms, collect 10.17s, tests 3.63s, environment 3ms, prepare 8.98s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.124.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.125.1 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,36 @@
1
1
  # @auto-engineer/job-graph-processor
2
2
 
3
+ ## 1.127.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added image asset and design schemas for enhanced visual representation in narratives
8
+
9
+ ### Patch Changes
10
+
11
+ - [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
12
+ - **global**: version packages
13
+
14
+ - [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated uuid dependency version to ensure compatibility and stability
15
+
16
+ - Updated dependencies [[`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09), [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18), [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf)]:
17
+ - @auto-engineer/message-bus@1.127.0
18
+
19
+ ## 1.125.1
20
+
21
+ ### Patch Changes
22
+
23
+ - [`7500c5b`](https://github.com/BeOnAuto/auto-engineer/commit/7500c5bd40cdae5cdf1e02bd26cbc5d6da13dc32) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: prefix unused aggregateStream state var with underscore
24
+ - **server-generator-apollo-emmett**: rename then to thenSends in reactor spec
25
+ - **server-generator-apollo-emmett**: align ReactorLike return type with MessageHandlerResult
26
+ - **server-generator-apollo-emmett**: scaffold full send in register.ts.ejs with multi-event
27
+ - **server-generator-apollo-emmett**: support multiple event-command pairs in react.ts.ejs
28
+
29
+ - [`6460797`](https://github.com/BeOnAuto/auto-engineer/commit/6460797056f3524e94328a8ca791267476878f5b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
30
+
31
+ - Updated dependencies [[`7500c5b`](https://github.com/BeOnAuto/auto-engineer/commit/7500c5bd40cdae5cdf1e02bd26cbc5d6da13dc32), [`6460797`](https://github.com/BeOnAuto/auto-engineer/commit/6460797056f3524e94328a8ca791267476878f5b)]:
32
+ - @auto-engineer/message-bus@1.125.1
33
+
3
34
  ## 1.125.0
4
35
 
5
36
  ### Minor Changes