@auto-engineer/server-generator-nestjs 1.24.0 → 1.26.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 +55 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.26.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5878dff`](https://github.com/BeOnAuto/auto-engineer/commit/5878dff837d24cfca9636fc2d40b53797d84e303) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: add allowReconfigure option to createServiceTokenStore
8
+ - **typical**: enhance dark mode support and improve theme styling in Storybook
9
+ - **typical**: implement dark mode support and enhance Storybook configuration
10
+ - **typical**: add dark mode support and navigation sync
11
+ - **typical**: pipeline config
12
+
13
+ ### Patch Changes
14
+
15
+ - [`65eb8c6`](https://github.com/BeOnAuto/auto-engineer/commit/65eb8c69ee311438a9c97dc842c9cc9417f54624) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: allow service token reconfiguration on toggle
16
+
17
+ - Updated dependencies [[`65eb8c6`](https://github.com/BeOnAuto/auto-engineer/commit/65eb8c69ee311438a9c97dc842c9cc9417f54624), [`5878dff`](https://github.com/BeOnAuto/auto-engineer/commit/5878dff837d24cfca9636fc2d40b53797d84e303)]:
18
+ - @auto-engineer/narrative@1.26.0
19
+
20
+ ## 1.25.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [`fd5ebeb`](https://github.com/BeOnAuto/auto-engineer/commit/fd5ebeb9ab4b483ce7e6e19858067095e47ff11d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced dark mode support and improved theme styling in Storybook
25
+
26
+ - [`151010e`](https://github.com/BeOnAuto/auto-engineer/commit/151010e12aecf454be98d519d8189b3ae73be437) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add allowReconfigure option to createServiceTokenStore
27
+
28
+ - [`1f5219c`](https://github.com/BeOnAuto/auto-engineer/commit/1f5219c7e932c2fc5beb79be82f4c9eaa2c2e46d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added dark mode support for the design system
29
+ - Enhanced Storybook configuration for improved component previewing
30
+
31
+ - [`eef8137`](https://github.com/BeOnAuto/auto-engineer/commit/eef8137d39f2c44919d136d0ca55c95c28f8c0da) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added dark mode support for improved visual comfort in low-light environments
32
+ - Synchronized navigation state to maintain consistent active indicators across views
33
+
34
+ ### Patch Changes
35
+
36
+ - [`8cfe38d`](https://github.com/BeOnAuto/auto-engineer/commit/8cfe38d10b1f8430c43f85f0cd745f04c03f5095) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed pipeline configuration for typical setup
37
+
38
+ - [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: verify middleware returns 200 on reconfigure with allowReconfigure
39
+
40
+ - [`b549656`](https://github.com/BeOnAuto/auto-engineer/commit/b549656a11be392301e56c35ba14ca8a9748c804) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated button styling in the Survey Options demo component for a more consistent look
41
+
42
+ - [`ed9b7d0`](https://github.com/BeOnAuto/auto-engineer/commit/ed9b7d0874b583ca712278d8aa4b498966a0e7ff) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update ketchup plan for allowReconfigure feature
43
+
44
+ - [`34209a4`](https://github.com/BeOnAuto/auto-engineer/commit/34209a487e1727ce7515b7a889cf2ec19e1e41d2) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved dark mode handling for better visual consistency
45
+
46
+ - [`5a58a63`](https://github.com/BeOnAuto/auto-engineer/commit/5a58a6365f79d76ce3e5765e64b6a037bdc4819c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: improve 409 /configure error message to suggest restart
47
+ - **global**: version packages
48
+
49
+ - [`40e90b1`](https://github.com/BeOnAuto/auto-engineer/commit/40e90b14cf4d465a329c05b80b5c32f70e702d26) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated layout and spacing in the Design System Overview component for improved visual consistency
50
+
51
+ - [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added test coverage verifying the reconfigure endpoint returns 200 when allowReconfigure is enabled
52
+
53
+ - [`bfb0419`](https://github.com/BeOnAuto/auto-engineer/commit/bfb0419b6a18ab4927adc8030edb05e3c22f9b10) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated avatar images and improved styling in the empty avatar group display
54
+
55
+ - Updated dependencies [[`fd5ebeb`](https://github.com/BeOnAuto/auto-engineer/commit/fd5ebeb9ab4b483ce7e6e19858067095e47ff11d), [`151010e`](https://github.com/BeOnAuto/auto-engineer/commit/151010e12aecf454be98d519d8189b3ae73be437), [`1f5219c`](https://github.com/BeOnAuto/auto-engineer/commit/1f5219c7e932c2fc5beb79be82f4c9eaa2c2e46d), [`8cfe38d`](https://github.com/BeOnAuto/auto-engineer/commit/8cfe38d10b1f8430c43f85f0cd745f04c03f5095), [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178), [`eef8137`](https://github.com/BeOnAuto/auto-engineer/commit/eef8137d39f2c44919d136d0ca55c95c28f8c0da), [`b549656`](https://github.com/BeOnAuto/auto-engineer/commit/b549656a11be392301e56c35ba14ca8a9748c804), [`ed9b7d0`](https://github.com/BeOnAuto/auto-engineer/commit/ed9b7d0874b583ca712278d8aa4b498966a0e7ff), [`34209a4`](https://github.com/BeOnAuto/auto-engineer/commit/34209a487e1727ce7515b7a889cf2ec19e1e41d2), [`5a58a63`](https://github.com/BeOnAuto/auto-engineer/commit/5a58a6365f79d76ce3e5765e64b6a037bdc4819c), [`40e90b1`](https://github.com/BeOnAuto/auto-engineer/commit/40e90b14cf4d465a329c05b80b5c32f70e702d26), [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178), [`bfb0419`](https://github.com/BeOnAuto/auto-engineer/commit/bfb0419b6a18ab4927adc8030edb05e3c22f9b10)]:
56
+ - @auto-engineer/narrative@1.25.0
57
+
3
58
  ## 1.24.0
4
59
 
5
60
  ### 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.24.0"
43
+ "@auto-engineer/narrative": "1.26.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.24.0"
55
+ "@auto-engineer/cli": "1.26.0"
56
56
  },
57
- "version": "1.24.0",
57
+ "version": "1.26.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",