@auto-engineer/server-generator-nestjs 1.81.0 → 1.83.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/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.83.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d4fca9a`](https://github.com/BeOnAuto/auto-engineer/commit/d4fca9a9898dfe2087a8489e5e9dbbd9a6253d24) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: emit PipelineRunCompleted when all commands complete
8
+
9
+ - [`dfda4a1`](https://github.com/BeOnAuto/auto-engineer/commit/dfda4a16a93f50100e7492990e6906bbc8b2445c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: add detectImportedTypeShadowing utility
10
+
11
+ - [`a58a249`](https://github.com/BeOnAuto/auto-engineer/commit/a58a249899b6b97f6166d13a11e175478b9bcb8c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-nestjs**: add model to ServerGenerationFailedEvent
12
+
13
+ - [`98ba39b`](https://github.com/BeOnAuto/auto-engineer/commit/98ba39b83131ef24093e6100432d9cf6b1dcdd76) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add debounce logic to QuiescenceTracker
14
+
15
+ - [`a305e78`](https://github.com/BeOnAuto/auto-engineer/commit/a305e788b5344d5533be3b95e7702bcbb03056f7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: integrate shadow detection into retry loops
16
+
17
+ - [`c8f3f9f`](https://github.com/BeOnAuto/auto-engineer/commit/c8f3f9ff4d173b063d039d3ee7bd6b639044dd5c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add model to failure events
18
+
19
+ - [`2b920cc`](https://github.com/BeOnAuto/auto-engineer/commit/2b920cc6c90951d3fa6c1039cf883dd17e8d59c7) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - add restart commands for server, client, and storybook
20
+ - update killPortHolder to use graceful SIGTERM then SIGKILL
21
+ - sort imports in restart command files
22
+ - sort exports alphabetically to satisfy biome organizeImports
23
+ - **typical**: update clean:dev script to include installation step
24
+
25
+ ### Patch Changes
26
+
27
+ - [`e5f9f43`](https://github.com/BeOnAuto/auto-engineer/commit/e5f9f439a2c622d1241438e6b9431556c9e55691) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: verify PipelineRunCompleted waits for retries
28
+
29
+ - [`e2da8b5`](https://github.com/BeOnAuto/auto-engineer/commit/e2da8b5ccee2bc606dd8d7e13968e2c3081e4314) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: add ketchup plan for type shadow detection
30
+
31
+ - [`3967f21`](https://github.com/BeOnAuto/auto-engineer/commit/3967f21a7bbc12aded3137b1d5982cd588a2ed51) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: clarify Internal State Pattern extends not replaces
32
+
33
+ - [`5b14f47`](https://github.com/BeOnAuto/auto-engineer/commit/5b14f472b15edee7255570eb0fc796ebbfa638e5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: update ketchup-plan with completed model repair bursts
34
+
35
+ - [`d435781`](https://github.com/BeOnAuto/auto-engineer/commit/d4357815201bade7a48f665c3d8fa696c5755b4f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **typical**: wire SubmitBugReport on generation failures
36
+
37
+ - [`afa04da`](https://github.com/BeOnAuto/auto-engineer/commit/afa04da090785aedf34567183db0e7a46f54c9ee) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: add ketchup plan for model repair system
38
+
39
+ - [`46189ec`](https://github.com/BeOnAuto/auto-engineer/commit/46189ec17840f8d42fb95003f82dead4875ddd03) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: update ketchup-plan with completed Phase 13
40
+
41
+ - [`f4bc85c`](https://github.com/BeOnAuto/auto-engineer/commit/f4bc85c4026522dfcfd15844bdc50e645185a912) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: remove invalid argument to reactor.close()
42
+
43
+ - [`3dbb41e`](https://github.com/BeOnAuto/auto-engineer/commit/3dbb41edf2d1eb3a7110038aeb29952befc570da) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed a bug where a required argument was missing when closing the reactor in the Apollo Emmett server generator
44
+
45
+ - Updated dependencies [[`e5f9f43`](https://github.com/BeOnAuto/auto-engineer/commit/e5f9f439a2c622d1241438e6b9431556c9e55691), [`d4fca9a`](https://github.com/BeOnAuto/auto-engineer/commit/d4fca9a9898dfe2087a8489e5e9dbbd9a6253d24), [`e2da8b5`](https://github.com/BeOnAuto/auto-engineer/commit/e2da8b5ccee2bc606dd8d7e13968e2c3081e4314), [`dfda4a1`](https://github.com/BeOnAuto/auto-engineer/commit/dfda4a16a93f50100e7492990e6906bbc8b2445c), [`3967f21`](https://github.com/BeOnAuto/auto-engineer/commit/3967f21a7bbc12aded3137b1d5982cd588a2ed51), [`a58a249`](https://github.com/BeOnAuto/auto-engineer/commit/a58a249899b6b97f6166d13a11e175478b9bcb8c), [`5b14f47`](https://github.com/BeOnAuto/auto-engineer/commit/5b14f472b15edee7255570eb0fc796ebbfa638e5), [`d435781`](https://github.com/BeOnAuto/auto-engineer/commit/d4357815201bade7a48f665c3d8fa696c5755b4f), [`98ba39b`](https://github.com/BeOnAuto/auto-engineer/commit/98ba39b83131ef24093e6100432d9cf6b1dcdd76), [`a305e78`](https://github.com/BeOnAuto/auto-engineer/commit/a305e788b5344d5533be3b95e7702bcbb03056f7), [`c8f3f9f`](https://github.com/BeOnAuto/auto-engineer/commit/c8f3f9ff4d173b063d039d3ee7bd6b639044dd5c), [`afa04da`](https://github.com/BeOnAuto/auto-engineer/commit/afa04da090785aedf34567183db0e7a46f54c9ee), [`46189ec`](https://github.com/BeOnAuto/auto-engineer/commit/46189ec17840f8d42fb95003f82dead4875ddd03), [`f4bc85c`](https://github.com/BeOnAuto/auto-engineer/commit/f4bc85c4026522dfcfd15844bdc50e645185a912), [`2b920cc`](https://github.com/BeOnAuto/auto-engineer/commit/2b920cc6c90951d3fa6c1039cf883dd17e8d59c7), [`3dbb41e`](https://github.com/BeOnAuto/auto-engineer/commit/3dbb41edf2d1eb3a7110038aeb29952befc570da)]:
46
+ - @auto-engineer/narrative@1.83.0
47
+
48
+ ## 1.82.0
49
+
50
+ ### Minor Changes
51
+
52
+ - [`944665a`](https://github.com/BeOnAuto/auto-engineer/commit/944665afd71e9193681427f17dc324910424e8e0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added restart commands for server, client, and storybook
53
+ - Fixed clean:dev script to include the installation step
54
+
55
+ - [`5fe80c3`](https://github.com/BeOnAuto/auto-engineer/commit/5fe80c343c16ebe6fe967c3c33c47c77c26398dc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update killPortHolder to use graceful SIGTERM then SIGKILL
56
+
57
+ - [`cfd0ff2`](https://github.com/BeOnAuto/auto-engineer/commit/cfd0ff2c30666168d709452ea59855781f49e480) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - add restart commands for server, client, and storybook
58
+
59
+ ### Patch Changes
60
+
61
+ - [`e54f2f8`](https://github.com/BeOnAuto/auto-engineer/commit/e54f2f8fab5e97af390431ef739d940859fcebbd) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: add HMR configuration to Vite server settings
62
+ - **global**: version packages
63
+
64
+ - [`7df54c5`](https://github.com/BeOnAuto/auto-engineer/commit/7df54c5c6e66ad07f500f4992fb3633016f69ef7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - sort imports in restart command files
65
+
66
+ - [`9905df3`](https://github.com/BeOnAuto/auto-engineer/commit/9905df3c3a2617788e731d6245413774a90a979a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update ketchup-plan for restart commands
67
+
68
+ - [`c8b668b`](https://github.com/BeOnAuto/auto-engineer/commit/c8b668b00d4228bd1feeb4962500e830a27c32e6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - sort exports alphabetically to satisfy biome organizeImports
69
+
70
+ - Updated dependencies [[`944665a`](https://github.com/BeOnAuto/auto-engineer/commit/944665afd71e9193681427f17dc324910424e8e0), [`e54f2f8`](https://github.com/BeOnAuto/auto-engineer/commit/e54f2f8fab5e97af390431ef739d940859fcebbd), [`5fe80c3`](https://github.com/BeOnAuto/auto-engineer/commit/5fe80c343c16ebe6fe967c3c33c47c77c26398dc), [`7df54c5`](https://github.com/BeOnAuto/auto-engineer/commit/7df54c5c6e66ad07f500f4992fb3633016f69ef7), [`9905df3`](https://github.com/BeOnAuto/auto-engineer/commit/9905df3c3a2617788e731d6245413774a90a979a), [`cfd0ff2`](https://github.com/BeOnAuto/auto-engineer/commit/cfd0ff2c30666168d709452ea59855781f49e480), [`c8b668b`](https://github.com/BeOnAuto/auto-engineer/commit/c8b668b00d4228bd1feeb4962500e830a27c32e6)]:
71
+ - @auto-engineer/narrative@1.82.0
72
+
3
73
  ## 1.81.0
4
74
 
5
75
  ### 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.81.0"
43
+ "@auto-engineer/narrative": "1.83.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.81.0"
55
+ "@auto-engineer/cli": "1.83.0"
56
56
  },
57
- "version": "1.81.0",
57
+ "version": "1.83.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",
@@ -52,6 +52,7 @@ export type ServerGenerationFailedEvent = Event<
52
52
  modelPath: string;
53
53
  destination: string;
54
54
  error: string;
55
+ model: Model;
55
56
  }
56
57
  >;
57
58
 
@@ -207,7 +208,8 @@ function createServerFailureEvent(command: GenerateServerCommand, error: unknown
207
208
  data: {
208
209
  modelPath: deriveModelPath(command.data.destination),
209
210
  destination: command.data.destination,
210
- error: error instanceof Error ? error.message : 'Unknown error occurred',
211
+ error: error instanceof Error ? (error.stack ?? error.message) : 'Unknown error occurred',
212
+ model: command.data.model,
211
213
  },
212
214
  timestamp: new Date(),
213
215
  requestId: command.requestId,