@auto-engineer/server-generator-nestjs 1.32.0 → 1.34.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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e058a06`](https://github.com/BeOnAuto/auto-engineer/commit/e058a0650c2e32dfb8854e04ee410e058d0178fc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added detailed component documentation with descriptions and usage examples
8
+
9
+ - [`3a661a2`](https://github.com/BeOnAuto/auto-engineer/commit/3a661a2d5de691618125d74fb0426e13eb7bdac8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated starter template for React client generation
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cf89a5b`](https://github.com/BeOnAuto/auto-engineer/commit/cf89a5bbb7e9301c8381bdff9d86a00e84f7072c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Removed unused configuration files to clean up the project root
14
+
15
+ - [`9cec043`](https://github.com/BeOnAuto/auto-engineer/commit/9cec04374526611a1e8857dc3e379a091cfc5177) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: update .gitignore and improve Storybook configuration for better theme handling
16
+ - **global**: version packages
17
+ - Updated dependencies [[`e058a06`](https://github.com/BeOnAuto/auto-engineer/commit/e058a0650c2e32dfb8854e04ee410e058d0178fc), [`3a661a2`](https://github.com/BeOnAuto/auto-engineer/commit/3a661a2d5de691618125d74fb0426e13eb7bdac8), [`cf89a5b`](https://github.com/BeOnAuto/auto-engineer/commit/cf89a5bbb7e9301c8381bdff9d86a00e84f7072c), [`9cec043`](https://github.com/BeOnAuto/auto-engineer/commit/9cec04374526611a1e8857dc3e379a091cfc5177)]:
18
+ - @auto-engineer/narrative@1.34.0
19
+
20
+ ## 1.33.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [`e363390`](https://github.com/BeOnAuto/auto-engineer/commit/e363390510be416be1d45180295fe2216b141f5d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: adds graphql codegen
25
+ - **generate-react-client**: add graphql-codegen to starter template
26
+ - update lockfile after version packages
27
+ - **global**: version packages
28
+
29
+ ### Patch Changes
30
+
31
+ - [`699e647`](https://github.com/BeOnAuto/auto-engineer/commit/699e647db09a70816579c5da0c21a9f5f62d9f28) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated .gitignore to exclude generated files from version control
32
+ - Improved Storybook configuration for better theme handling
33
+ - Updated dependencies [[`699e647`](https://github.com/BeOnAuto/auto-engineer/commit/699e647db09a70816579c5da0c21a9f5f62d9f28), [`e363390`](https://github.com/BeOnAuto/auto-engineer/commit/e363390510be416be1d45180295fe2216b141f5d)]:
34
+ - @auto-engineer/narrative@1.33.0
35
+
3
36
  ## 1.32.0
4
37
 
5
38
  ### 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.32.0"
43
+ "@auto-engineer/narrative": "1.34.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.32.0"
55
+ "@auto-engineer/cli": "1.34.0"
56
56
  },
57
- "version": "1.32.0",
57
+ "version": "1.34.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",