@auto-engineer/component-implementor-react 1.106.0 → 1.108.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/component-implementor-react@1.106.0 build /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
2
+ > @auto-engineer/component-implementor-react@1.108.0 build /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
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/component-implementor-react@1.105.0 test /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
2
+ > @auto-engineer/component-implementor-react@1.107.0 test /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  18 passed (18)
11
11
   Tests  163 passed (163)
12
-  Start at  21:13:26
13
-  Duration  18.30s (transform 4.52s, setup 0ms, collect 16.84s, tests 1.47s, environment 9ms, prepare 13.27s)
12
+  Start at  06:23:02
13
+  Duration  18.10s (transform 5.71s, setup 0ms, collect 17.51s, tests 1.35s, environment 6ms, prepare 13.41s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/component-implementor-react@1.105.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
2
+ > @auto-engineer/component-implementor-react@1.107.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/component-implementor-react
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @auto-engineer/component-implementor-react
2
2
 
3
+ ## 1.108.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`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
8
+
9
+ - [`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
10
+ - **pipeline**: allow custom label on settled() builder method
11
+ - **pipeline**: thread sourceEventType from event routing to settled bridge
12
+ - **pipeline**: capture sourceEventTypes from emit chain in settled builder
13
+ - **pipeline**: filter settled bridge events by sourceEventTypes
14
+
15
+ - [`cb76057`](https://github.com/BeOnAuto/auto-engineer/commit/cb760571ccc5445a0b6cc0dd69b7476404db6111) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: template fallback for broken pnpm
16
+
17
+ ### Patch Changes
18
+
19
+ - 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)]:
20
+ - @auto-engineer/message-bus@1.108.0
21
+ - @auto-engineer/model-factory@1.108.0
22
+
23
+ ## 1.107.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [`8bedd2d`](https://github.com/BeOnAuto/auto-engineer/commit/8bedd2d23673f475aa11d41c4ecc49c6cf116544) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: capture sourceEventTypes from emit chain in settled builder
28
+
29
+ - [`55d254f`](https://github.com/BeOnAuto/auto-engineer/commit/55d254f5cba939d8da86b59e2988fbd6015a4b99) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: allow custom label on settled() builder method
30
+
31
+ - [`4c00021`](https://github.com/BeOnAuto/auto-engineer/commit/4c00021fdb4f4e07e071825c61b1b2a6e53dee32) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added descriptive labels to settled operations for better identification and debugging
32
+
33
+ - [`35f4746`](https://github.com/BeOnAuto/auto-engineer/commit/35f474680de0972db431720f7bbec37e7acf1474) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: wire component check-and-retry loop
34
+ - **component-implementor-react**: add context and passthrough fields
35
+ - **pipeline**: support multiple settled blocks with same command types
36
+ - **component-implementor-react**: remove context from CLI fields definition
37
+ - **pipeline**: update graph node IDs and mermaid rendering for settledId
38
+
39
+ - [`c014d49`](https://github.com/BeOnAuto/auto-engineer/commit/c014d4975c1684484e2616894534b99199d46883) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: thread sourceEventType from event routing to settled bridge
40
+
41
+ - [`444e0e5`](https://github.com/BeOnAuto/auto-engineer/commit/444e0e5f2c1e7ed95b954f26ca057185fe415a84) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: auto-generate label for settled graph nodes from dispatches
42
+
43
+ - [`bf5ab79`](https://github.com/BeOnAuto/auto-engineer/commit/bf5ab79d1d03e16b5d073a2d92704f3b7a7d922c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: filter settled bridge events by sourceEventTypes
44
+
45
+ ### Patch Changes
46
+
47
+ - [`0315167`](https://github.com/BeOnAuto/auto-engineer/commit/0315167729236a9a93dc71676f412aea90b4812e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: mark settled labels and event routing bursts as done
48
+
49
+ - [`4f20028`](https://github.com/BeOnAuto/auto-engineer/commit/4f200282507647e4782bb88bfbe15a47c1d45e68) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add settled labels and event routing plan to ketchup
50
+
51
+ - Updated dependencies [[`8bedd2d`](https://github.com/BeOnAuto/auto-engineer/commit/8bedd2d23673f475aa11d41c4ecc49c6cf116544), [`55d254f`](https://github.com/BeOnAuto/auto-engineer/commit/55d254f5cba939d8da86b59e2988fbd6015a4b99), [`4c00021`](https://github.com/BeOnAuto/auto-engineer/commit/4c00021fdb4f4e07e071825c61b1b2a6e53dee32), [`35f4746`](https://github.com/BeOnAuto/auto-engineer/commit/35f474680de0972db431720f7bbec37e7acf1474), [`0315167`](https://github.com/BeOnAuto/auto-engineer/commit/0315167729236a9a93dc71676f412aea90b4812e), [`4f20028`](https://github.com/BeOnAuto/auto-engineer/commit/4f200282507647e4782bb88bfbe15a47c1d45e68), [`c014d49`](https://github.com/BeOnAuto/auto-engineer/commit/c014d4975c1684484e2616894534b99199d46883), [`444e0e5`](https://github.com/BeOnAuto/auto-engineer/commit/444e0e5f2c1e7ed95b954f26ca057185fe415a84), [`bf5ab79`](https://github.com/BeOnAuto/auto-engineer/commit/bf5ab79d1d03e16b5d073a2d92704f3b7a7d922c)]:
52
+ - @auto-engineer/message-bus@1.107.0
53
+ - @auto-engineer/model-factory@1.107.0
54
+
3
55
  ## 1.106.0
4
56
 
5
57
  ### Minor Changes
package/package.json CHANGED
@@ -6,13 +6,13 @@
6
6
  "dependencies": {
7
7
  "ai": "^6.0.0",
8
8
  "debug": "^4.4.1",
9
- "@auto-engineer/message-bus": "1.106.0",
10
- "@auto-engineer/model-factory": "1.106.0"
9
+ "@auto-engineer/message-bus": "1.108.0",
10
+ "@auto-engineer/model-factory": "1.108.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "vitest": "^3.2.1"
14
14
  },
15
- "version": "1.106.0",
15
+ "version": "1.108.0",
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },