@auto-engineer/server-generator-nestjs 1.21.0 → 1.23.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 +56 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`370b36e`](https://github.com/BeOnAuto/auto-engineer/commit/370b36e2c871966520e906559e1369e41312843f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added automatic copying of Storybook settings when running the dev server start command
8
+
9
+ - [`929c38d`](https://github.com/BeOnAuto/auto-engineer/commit/929c38de2d5a78f90aa7c3441a2d00978678ffde) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: /configure endpoint bypasses tunnel auth middleware
10
+ - **cli**: tunnel auth accepts x-service-token via ServiceTokenStore
11
+ - **cli**: add createServiceTokenStore and createConfigureMiddleware
12
+ - **global**: version packages
13
+ - **root**: update claude-auto
14
+
15
+ - [`156aee3`](https://github.com/BeOnAuto/auto-engineer/commit/156aee35fe0ab25cb895c541840646557c649a83) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced component stories with consistent titles across the design system
16
+ - Added new design system overview documentation
17
+
18
+ - [`6de131b`](https://github.com/BeOnAuto/auto-engineer/commit/6de131b629a13314dd513eccd8238daabc401860) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added Storybook fast mode for quicker component development iteration
19
+ - Added new design system overview stories for better documentation and visibility of UI components
20
+
21
+ ### Patch Changes
22
+
23
+ - [`8ccfd99`](https://github.com/BeOnAuto/auto-engineer/commit/8ccfd99f84cad415bd2e0908a1e25116ab3ef166) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Adjusted column widths and overflow handling for better responsiveness in the design system
24
+
25
+ - [`d399c35`](https://github.com/BeOnAuto/auto-engineer/commit/d399c352d2bf8fdab51d4421f6d7b2fc63716dc3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated the debug script to include the --no-tui flag for headless debugging support
26
+
27
+ - [`eacc928`](https://github.com/BeOnAuto/auto-engineer/commit/eacc92850393761587cefb982b83a3798f4f1390) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: register /configure middleware in all modes, not just tunnel
28
+
29
+ - [`99c4e36`](https://github.com/BeOnAuto/auto-engineer/commit/99c4e3654624903024ae628b55fcce20cf1bd96f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Removed outdated ngrok tunnel support plan
30
+
31
+ - Updated dependencies [[`8ccfd99`](https://github.com/BeOnAuto/auto-engineer/commit/8ccfd99f84cad415bd2e0908a1e25116ab3ef166), [`370b36e`](https://github.com/BeOnAuto/auto-engineer/commit/370b36e2c871966520e906559e1369e41312843f), [`929c38d`](https://github.com/BeOnAuto/auto-engineer/commit/929c38de2d5a78f90aa7c3441a2d00978678ffde), [`156aee3`](https://github.com/BeOnAuto/auto-engineer/commit/156aee35fe0ab25cb895c541840646557c649a83), [`d399c35`](https://github.com/BeOnAuto/auto-engineer/commit/d399c352d2bf8fdab51d4421f6d7b2fc63716dc3), [`eacc928`](https://github.com/BeOnAuto/auto-engineer/commit/eacc92850393761587cefb982b83a3798f4f1390), [`6de131b`](https://github.com/BeOnAuto/auto-engineer/commit/6de131b629a13314dd513eccd8238daabc401860), [`99c4e36`](https://github.com/BeOnAuto/auto-engineer/commit/99c4e3654624903024ae628b55fcce20cf1bd96f)]:
32
+ - @auto-engineer/narrative@1.23.0
33
+
34
+ ## 1.22.0
35
+
36
+ ### Minor Changes
37
+
38
+ - [`06e7743`](https://github.com/BeOnAuto/auto-engineer/commit/06e7743c10c929e185cc89c3acb6eff471df8cc5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: /configure endpoint bypasses tunnel auth middleware
39
+
40
+ - [`3c32caa`](https://github.com/BeOnAuto/auto-engineer/commit/3c32caa928eca60868e33e0df5c7c8c4f9e04f16) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add createServiceTokenStore and createConfigureMiddleware
41
+
42
+ - [`ead2ad3`](https://github.com/BeOnAuto/auto-engineer/commit/ead2ad3d991e860a5590cb63a24fb07d8cbdf5dd) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: tunnel auth accepts x-service-token via ServiceTokenStore
43
+
44
+ ### Patch Changes
45
+
46
+ - [`59c4705`](https://github.com/BeOnAuto/auto-engineer/commit/59c470536b67b15ce7de6a9283d469acbd31e82d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated internal tooling dependencies
47
+
48
+ - [`cdacfde`](https://github.com/BeOnAuto/auto-engineer/commit/cdacfde287140bd844c9b3d5cb560cb11bed3e9a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: bearer token still works after service token configured
49
+
50
+ - [`952f791`](https://github.com/BeOnAuto/auto-engineer/commit/952f7917fb5203c5e5007a314c6f15d52de96be1) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: second POST /configure returns 409
51
+
52
+ - [`55f4767`](https://github.com/BeOnAuto/auto-engineer/commit/55f4767dfba88349f276f1f9e060c99aac1b82dc) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: increase timeout for getNarratives cache tests
53
+ - **root**: fix changelog extraction for GitHub releases
54
+ - **global**: version packages
55
+ - **global**: update claude-auto
56
+ - Updated dependencies [[`06e7743`](https://github.com/BeOnAuto/auto-engineer/commit/06e7743c10c929e185cc89c3acb6eff471df8cc5), [`59c4705`](https://github.com/BeOnAuto/auto-engineer/commit/59c470536b67b15ce7de6a9283d469acbd31e82d), [`cdacfde`](https://github.com/BeOnAuto/auto-engineer/commit/cdacfde287140bd844c9b3d5cb560cb11bed3e9a), [`952f791`](https://github.com/BeOnAuto/auto-engineer/commit/952f7917fb5203c5e5007a314c6f15d52de96be1), [`3c32caa`](https://github.com/BeOnAuto/auto-engineer/commit/3c32caa928eca60868e33e0df5c7c8c4f9e04f16), [`55f4767`](https://github.com/BeOnAuto/auto-engineer/commit/55f4767dfba88349f276f1f9e060c99aac1b82dc), [`ead2ad3`](https://github.com/BeOnAuto/auto-engineer/commit/ead2ad3d991e860a5590cb63a24fb07d8cbdf5dd)]:
57
+ - @auto-engineer/narrative@1.22.0
58
+
3
59
  ## 1.21.0
4
60
 
5
61
  ### 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.21.0"
43
+ "@auto-engineer/narrative": "1.23.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.21.0"
55
+ "@auto-engineer/cli": "1.23.0"
56
56
  },
57
- "version": "1.21.0",
57
+ "version": "1.23.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",