@auto-engineer/message-bus 1.146.0 → 1.147.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 +30 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/message-bus@1.
|
|
2
|
+
> @auto-engineer/message-bus@1.147.0 build /home/runner/work/auto-engineer/auto-engineer/packages/message-bus
|
|
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/message-bus@1.
|
|
2
|
+
> @auto-engineer/message-bus@1.146.0 test /home/runner/work/auto-engineer/auto-engineer/packages/message-bus
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m7 passed[39m[22m[90m (7)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 19:11:22
|
|
13
|
+
[2m Duration [22m 2.14s[2m (transform 574ms, setup 0ms, collect 607ms, tests 40ms, environment 0ms, prepare 603ms)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @auto-engineer/message-bus
|
|
2
2
|
|
|
3
|
+
## 1.147.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e2d4008`](https://github.com/BeOnAuto/auto-engineer/commit/e2d4008281a41617cf5f9d569ed22badcf0cd065) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: generate aggregateStream pre-loading for cross-scene Givens
|
|
8
|
+
- **server-generator-apollo-emmett**: compute crossSceneGivens in template data
|
|
9
|
+
- **react-gen**: clean stale src/ subdirectories in scaffold step
|
|
10
|
+
- **server-generator-apollo-emmett**: return single object for id-lookup query resolvers
|
|
11
|
+
- **server-generator-apollo-emmett**: use narrative prefix in cross-scene import paths
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`6b87393`](https://github.com/BeOnAuto/auto-engineer/commit/6b873936a12636585cbddf03e4d752dde9080155) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning documentation for fixing cross-stream Given states in the server generator
|
|
16
|
+
|
|
17
|
+
- [`0316cef`](https://github.com/BeOnAuto/auto-engineer/commit/0316cefd25f16e986418290337a9e813fa8395b1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning document for fixing generator bugs related to G1 and G2 scenarios
|
|
18
|
+
|
|
19
|
+
- [`cde9ffa`](https://github.com/BeOnAuto/auto-engineer/commit/cde9ffa01867f4a989ecdb79a0849246021b9e86) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed empty files being generated in scaffold output for query/projection moments that have no local events
|
|
20
|
+
|
|
21
|
+
- [`53d65dd`](https://github.com/BeOnAuto/auto-engineer/commit/53d65dd80a3c348bc584c474bd2dc8ab5e9737cb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Marked the G1+G2 ketchup plan as complete for the Apollo Emmett server generator
|
|
22
|
+
|
|
23
|
+
- [`1c99de6`](https://github.com/BeOnAuto/auto-engineer/commit/1c99de6e21e406d879fa964372ecb58e84f5b616) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed incorrect placement of Given-step state references (e.g. WorkoutDraft, UserProfile) that were being added to the events array instead of the states array
|
|
24
|
+
- Eliminated phantom Event types appearing in generated events.ts files
|
|
25
|
+
- Eliminated phantom case handlers appearing in generated evolve.ts files
|
|
26
|
+
|
|
27
|
+
- [`f6cb5c2`](https://github.com/BeOnAuto/auto-engineer/commit/f6cb5c2908dc7cabf2a1d93c9000ad9682452cf7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed generated test files incorrectly using state references as events in the given() setup, ensuring only actual event references are included
|
|
28
|
+
|
|
29
|
+
- [`54b5163`](https://github.com/BeOnAuto/auto-engineer/commit/54b5163e6752ce2a2438aae1d759810d5460a687) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Reverted cross-stream aggregate pre-loading in generated command handlers
|
|
30
|
+
- Command handlers now correctly operate on a single stream, aligning with Emmett's event sourcing model
|
|
31
|
+
- Cross-aggregate data should be passed via command enrichment instead of pre-loading from other streams
|
|
32
|
+
|
|
3
33
|
## 1.146.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|