@auto-engineer/message-store 1.107.0 → 1.109.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/message-store@1.107.0 build /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.109.0 build /home/runner/work/auto-engineer/auto-engineer/packages/message-store
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/message-store@1.106.0 test /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.108.0 test /home/runner/work/auto-engineer/auto-engineer/packages/message-store
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/message-store@1.106.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/message-store
2
+ > @auto-engineer/message-store@1.108.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/message-store
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @auto-engineer/message-store
2
2
 
3
+ ## 1.109.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`044c1f4`](https://github.com/BeOnAuto/auto-engineer/commit/044c1f419eac3d3b039d081bb46751773a2e84f4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: add biome.json to server scaffold
8
+
9
+ - [`9fc04f2`](https://github.com/BeOnAuto/auto-engineer/commit/9fc04f2bee9491938507d714dc650d53f44c1ae0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire onEmit callback in pipeline-server for settled handlers
10
+
11
+ - [`7cac678`](https://github.com/BeOnAuto/auto-engineer/commit/7cac67806fadba1f9f12f9428f79f8cc49e5c140) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: template fallback for broken pnpm
12
+ - **generate-react-client**: fall back to /app/.templates/client when package starter missing
13
+ - **global**: version packages
14
+
15
+ - [`63595e9`](https://github.com/BeOnAuto/auto-engineer/commit/63595e96999aac292235c9e6f9b459fc960a5f6e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add emit parameter to SettledHandler type
16
+
17
+ - [`63563c0`](https://github.com/BeOnAuto/auto-engineer/commit/63563c023df2fa8f9e0287e5ef7902afc04e85a4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added type checking command to validate code correctness within the pipeline
18
+
19
+ - [`8c4c153`](https://github.com/BeOnAuto/auto-engineer/commit/8c4c153daeb14687108fad88b36085cc79ba34f6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **typical**: emit graph completion events from component settled handler
20
+
21
+ - [`1a87d2d`](https://github.com/BeOnAuto/auto-engineer/commit/1a87d2d6fea9214e1e5898c73b026dd8f6cd9346) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **job-graph-processor**: skip intermediate events in classifyJobEvent
22
+ - **pipeline**: always use sessionId for settled correlationId tracking
23
+
24
+ - [`2ba8209`](https://github.com/BeOnAuto/auto-engineer/commit/2ba8209947f9bc49367333ade1681fdc12386645) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **checks**: add type checking command and related functionality
25
+ - **pipeline**: add explicit return type to createPipelineServerV2
26
+ - **typical**: prevent check events from reaching graph processor
27
+ - **pipeline**: improve readability of correlation ID handling and command sending
28
+ - **global**: update plan with check correlationId fix
29
+
30
+ - [`8467751`](https://github.com/BeOnAuto/auto-engineer/commit/8467751c7cb26edf1e0ad10a97f8b2e6358def4c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire emit closure in v2-runtime-bridge handleOutputs
31
+
32
+ ### Patch Changes
33
+
34
+ - [`5d7c10e`](https://github.com/BeOnAuto/auto-engineer/commit/5d7c10edff9ff46548295f91e2482f7e62604562) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: mark all graph dispatch fix bursts complete
35
+
36
+ - [`62419a4`](https://github.com/BeOnAuto/auto-engineer/commit/62419a4aebac40eb1958d5f551094312dfbf939a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: format implement-component test file
37
+
38
+ - [`c293cc3`](https://github.com/BeOnAuto/auto-engineer/commit/c293cc33a10290bfde2d4f87925c12d4804d8e30) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **typical**: prevent check events from reaching graph processor
39
+
40
+ - [`bf80607`](https://github.com/BeOnAuto/auto-engineer/commit/bf806073a32113ea8071bdbb67d2df17efd70788) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved readability of correlation ID handling and command sending in the pipeline
41
+
42
+ - [`916190b`](https://github.com/BeOnAuto/auto-engineer/commit/916190b6bf174533cd341a04fd331f7a76785922) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: update plan with check correlationId fix
43
+
44
+ - [`4cd7af8`](https://github.com/BeOnAuto/auto-engineer/commit/4cd7af857d1b5f1bb5c06d5de91014d9052bc4f3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **generate-react-client**: disable useIgnoreFile in biome config
45
+
46
+ - [`3839b10`](https://github.com/BeOnAuto/auto-engineer/commit/3839b10ae615eeb925ee4630f9d2641084c40fee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: format pipeline files to pass biome check
47
+
48
+ - Updated dependencies [[`5d7c10e`](https://github.com/BeOnAuto/auto-engineer/commit/5d7c10edff9ff46548295f91e2482f7e62604562), [`62419a4`](https://github.com/BeOnAuto/auto-engineer/commit/62419a4aebac40eb1958d5f551094312dfbf939a), [`c293cc3`](https://github.com/BeOnAuto/auto-engineer/commit/c293cc33a10290bfde2d4f87925c12d4804d8e30), [`bf80607`](https://github.com/BeOnAuto/auto-engineer/commit/bf806073a32113ea8071bdbb67d2df17efd70788), [`044c1f4`](https://github.com/BeOnAuto/auto-engineer/commit/044c1f419eac3d3b039d081bb46751773a2e84f4), [`9fc04f2`](https://github.com/BeOnAuto/auto-engineer/commit/9fc04f2bee9491938507d714dc650d53f44c1ae0), [`7cac678`](https://github.com/BeOnAuto/auto-engineer/commit/7cac67806fadba1f9f12f9428f79f8cc49e5c140), [`63595e9`](https://github.com/BeOnAuto/auto-engineer/commit/63595e96999aac292235c9e6f9b459fc960a5f6e), [`63563c0`](https://github.com/BeOnAuto/auto-engineer/commit/63563c023df2fa8f9e0287e5ef7902afc04e85a4), [`8c4c153`](https://github.com/BeOnAuto/auto-engineer/commit/8c4c153daeb14687108fad88b36085cc79ba34f6), [`916190b`](https://github.com/BeOnAuto/auto-engineer/commit/916190b6bf174533cd341a04fd331f7a76785922), [`1a87d2d`](https://github.com/BeOnAuto/auto-engineer/commit/1a87d2d6fea9214e1e5898c73b026dd8f6cd9346), [`4cd7af8`](https://github.com/BeOnAuto/auto-engineer/commit/4cd7af857d1b5f1bb5c06d5de91014d9052bc4f3), [`3839b10`](https://github.com/BeOnAuto/auto-engineer/commit/3839b10ae615eeb925ee4630f9d2641084c40fee), [`2ba8209`](https://github.com/BeOnAuto/auto-engineer/commit/2ba8209947f9bc49367333ade1681fdc12386645), [`8467751`](https://github.com/BeOnAuto/auto-engineer/commit/8467751c7cb26edf1e0ad10a97f8b2e6358def4c)]:
49
+ - @auto-engineer/message-bus@1.109.0
50
+
51
+ ## 1.108.0
52
+
53
+ ### Minor Changes
54
+
55
+ - [`c3ff53a`](https://github.com/BeOnAuto/auto-engineer/commit/c3ff53a662b8574254cebe211d3dc7e8e6d40ce0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **generate-react-client**: fall back to /app/.templates/client when package starter missing
56
+
57
+ - [`b3012ba`](https://github.com/BeOnAuto/auto-engineer/commit/b3012ba87dcfa159bcb2ec28e8b36a27512903d6) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: add descriptive labels to settled
58
+ - **pipeline**: allow custom label on settled() builder method
59
+ - **pipeline**: thread sourceEventType from event routing to settled bridge
60
+ - **pipeline**: capture sourceEventTypes from emit chain in settled builder
61
+ - **pipeline**: filter settled bridge events by sourceEventTypes
62
+
63
+ - [`cb76057`](https://github.com/BeOnAuto/auto-engineer/commit/cb760571ccc5445a0b6cc0dd69b7476404db6111) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: template fallback for broken pnpm
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`c3ff53a`](https://github.com/BeOnAuto/auto-engineer/commit/c3ff53a662b8574254cebe211d3dc7e8e6d40ce0), [`b3012ba`](https://github.com/BeOnAuto/auto-engineer/commit/b3012ba87dcfa159bcb2ec28e8b36a27512903d6), [`cb76057`](https://github.com/BeOnAuto/auto-engineer/commit/cb760571ccc5445a0b6cc0dd69b7476404db6111)]:
68
+ - @auto-engineer/message-bus@1.108.0
69
+
3
70
  ## 1.107.0
4
71
 
5
72
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@auto-engineer/message-store",
3
3
  "type": "module",
4
- "version": "1.107.0",
4
+ "version": "1.109.0",
5
5
  "description": "Message store for commands and events with pluggable backends",
6
6
  "main": "./dist/src/index.js",
7
7
  "types": "./dist/src/index.d.ts",
8
8
  "dependencies": {
9
9
  "debug": "^4.3.4",
10
10
  "nanoid": "^5.0.0",
11
- "@auto-engineer/message-bus": "1.107.0"
11
+ "@auto-engineer/message-bus": "1.109.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.0"