@auto-engineer/server-generator-nestjs 1.71.0 → 1.73.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.73.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`71bc8a3`](https://github.com/BeOnAuto/auto-engineer/commit/71bc8a33aee1fef366f16c6eca5f75c39594a1b4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: wire command gate into processCommand with signal suppression
8
+ - **pipeline**: add signal to PipelineContext and registerConcurrency to server
9
+ - **pipeline**: add queue strategy to command gate
10
+ - **pipeline**: add cancel-in-progress strategy to command gate
11
+ - **pipeline**: create command gate with registration and passthrough
12
+
13
+ ### Patch Changes
14
+
15
+ - [`966c943`](https://github.com/BeOnAuto/auto-engineer/commit/966c94366fe94eb5f2f8de51bb51ffdd4c95f2d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: add module-level ActiveServer state and cleanup infrastructure
16
+
17
+ - [`54b0ed2`](https://github.com/BeOnAuto/auto-engineer/commit/54b0ed2c119a1172e91775af992bc37b133035e0) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **dev-server**: rewire handler to use activeServer with staleness guards
18
+
19
+ - [`b8a4efb`](https://github.com/BeOnAuto/auto-engineer/commit/b8a4efb987badf2b7badcb8d66f8aeb50caf09f2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: call start/close lifecycle on reactor in ReactorSpecification
20
+ - **server-generator-apollo-emmett**: call start/close lifecycle on reactor in ReactorSpecification
21
+ - **dev-server**: add ketchup plan for EADDRINUSE fix
22
+ - **pipeline**: mark command gate concurrency control done in ketchup plan
23
+ - **global**: wire config-level concurrency for command gate
24
+ - Updated dependencies [[`966c943`](https://github.com/BeOnAuto/auto-engineer/commit/966c94366fe94eb5f2f8de51bb51ffdd4c95f2d5), [`54b0ed2`](https://github.com/BeOnAuto/auto-engineer/commit/54b0ed2c119a1172e91775af992bc37b133035e0), [`b8a4efb`](https://github.com/BeOnAuto/auto-engineer/commit/b8a4efb987badf2b7badcb8d66f8aeb50caf09f2), [`71bc8a3`](https://github.com/BeOnAuto/auto-engineer/commit/71bc8a33aee1fef366f16c6eca5f75c39594a1b4)]:
25
+ - @auto-engineer/narrative@1.73.0
26
+
27
+ ## 1.72.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [`cb7de6a`](https://github.com/BeOnAuto/auto-engineer/commit/cb7de6a5a8c42bf1849a7b4f602d8334d5399895) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: wire command gate into processCommand with signal suppression
32
+
33
+ - [`cddce02`](https://github.com/BeOnAuto/auto-engineer/commit/cddce020109adcbb7aa422ab89bc14805ef9f39a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: generate real commandSender.send() in react scaffold
34
+ - **server-generator-apollo-emmett**: generate aggregateStream for Given states
35
+ - **pipeline**: add command gate concurrency control to ketchup plan
36
+ - **server-generator-apollo-emmett**: mark Burst 3 done in ketchup plan
37
+ - **server-generator-apollo-emmett**: add Burst 3 to ketchup plan for commandSender.send generation
38
+
39
+ - [`ebc98fa`](https://github.com/BeOnAuto/auto-engineer/commit/ebc98fa1e38404bcb4dbaad28b9281ed25c9b27b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: add cancel-in-progress strategy to command gate
40
+
41
+ - [`27f3e77`](https://github.com/BeOnAuto/auto-engineer/commit/27f3e777b871a4cc5679331e445fe991cd2bfc8f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: add signal to PipelineContext and registerConcurrency to server
42
+
43
+ - [`c00b253`](https://github.com/BeOnAuto/auto-engineer/commit/c00b25354839afb1b506c27d19795da3fdc24280) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: create command gate with registration and passthrough
44
+
45
+ - [`59b9032`](https://github.com/BeOnAuto/auto-engineer/commit/59b903255b34a3beb6579d91f656530b05fef807) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: add queue strategy to command gate
46
+
47
+ - [`80f544e`](https://github.com/BeOnAuto/auto-engineer/commit/80f544ebc7617ffe83d880cfb34c11f31ca8a340) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: generate real commandSender.send() in react scaffold
48
+ - **server-generator-apollo-emmett**: generate aggregateStream for Given states
49
+ - **server-generator-apollo-emmett**: seed event store with Given state data in react specs template
50
+ - **global**: version packages
51
+ - **server-generator-apollo-emmett**: mark Burst 3 done in ketchup plan
52
+
53
+ ### Patch Changes
54
+
55
+ - [`c5ce884`](https://github.com/BeOnAuto/auto-engineer/commit/c5ce884e233a8d9eec5c76db41b166bb86b09e70) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: wire config-level concurrency for command gate
56
+
57
+ - [`090b856`](https://github.com/BeOnAuto/auto-engineer/commit/090b8569ce5eb62b680b48fbc909cbbad12ff377) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: mark command gate concurrency control done in ketchup plan
58
+
59
+ - [`5e8b6a8`](https://github.com/BeOnAuto/auto-engineer/commit/5e8b6a8ec6502c6e9b955eab93d4d332c5a8def9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: verify cancel-in-progress suppresses events through server
60
+
61
+ - [`e4b956c`](https://github.com/BeOnAuto/auto-engineer/commit/e4b956cd2751ea78e9b8a4725f9be755abf2bb24) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: verify queue concurrency and sendCommand gate integration
62
+
63
+ - [`1b7cb23`](https://github.com/BeOnAuto/auto-engineer/commit/1b7cb230b570c763e24c6a0eb99b39901e671500) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: call start/close lifecycle on reactor in ReactorSpecification
64
+
65
+ - Updated dependencies [[`cb7de6a`](https://github.com/BeOnAuto/auto-engineer/commit/cb7de6a5a8c42bf1849a7b4f602d8334d5399895), [`cddce02`](https://github.com/BeOnAuto/auto-engineer/commit/cddce020109adcbb7aa422ab89bc14805ef9f39a), [`ebc98fa`](https://github.com/BeOnAuto/auto-engineer/commit/ebc98fa1e38404bcb4dbaad28b9281ed25c9b27b), [`27f3e77`](https://github.com/BeOnAuto/auto-engineer/commit/27f3e777b871a4cc5679331e445fe991cd2bfc8f), [`c5ce884`](https://github.com/BeOnAuto/auto-engineer/commit/c5ce884e233a8d9eec5c76db41b166bb86b09e70), [`c00b253`](https://github.com/BeOnAuto/auto-engineer/commit/c00b25354839afb1b506c27d19795da3fdc24280), [`59b9032`](https://github.com/BeOnAuto/auto-engineer/commit/59b903255b34a3beb6579d91f656530b05fef807), [`090b856`](https://github.com/BeOnAuto/auto-engineer/commit/090b8569ce5eb62b680b48fbc909cbbad12ff377), [`5e8b6a8`](https://github.com/BeOnAuto/auto-engineer/commit/5e8b6a8ec6502c6e9b955eab93d4d332c5a8def9), [`80f544e`](https://github.com/BeOnAuto/auto-engineer/commit/80f544ebc7617ffe83d880cfb34c11f31ca8a340), [`e4b956c`](https://github.com/BeOnAuto/auto-engineer/commit/e4b956cd2751ea78e9b8a4725f9be755abf2bb24), [`1b7cb23`](https://github.com/BeOnAuto/auto-engineer/commit/1b7cb230b570c763e24c6a0eb99b39901e671500)]:
66
+ - @auto-engineer/narrative@1.72.0
67
+
3
68
  ## 1.71.0
4
69
 
5
70
  ### Minor Changes
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ts-node": "^10.9.2",
41
41
  "type-fest": "^4.41.0",
42
42
  "uuid": "^11.0.0",
43
- "@auto-engineer/narrative": "1.71.0"
43
+ "@auto-engineer/narrative": "1.73.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
@@ -52,9 +52,9 @@
52
52
  "tsx": "^4.19.2",
53
53
  "typescript": "^5.8.3",
54
54
  "vitest": "^3.2.4",
55
- "@auto-engineer/cli": "1.71.0"
55
+ "@auto-engineer/cli": "1.73.0"
56
56
  },
57
- "version": "1.71.0",
57
+ "version": "1.73.0",
58
58
  "scripts": {
59
59
  "generate:server": "tsx src/cli/index.ts",
60
60
  "-DISABLE-build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/src/codegen/templates && mkdir -p dist/src/codegen && cp -r src/codegen/templates dist/src/codegen/templates && cp -r src/shared dist/src",