@auto-engineer/server-generator-nestjs 1.47.0 → 1.53.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 +107 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,112 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fix npmrc and remove prepublishOnly scripts
8
+ - **global**: version packages
9
+
10
+ ### Patch Changes
11
+
12
+ - [`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed authentication token path configuration for package publishing
13
+
14
+ - Updated dependencies [[`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550), [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a)]:
15
+ - @auto-engineer/narrative@1.53.0
16
+
17
+ ## 1.52.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add auth token configuration to .npmrc
22
+ - **root**: add passThroughEnv for environment variables
23
+ - **root**: add release script to all packages and update turbo configuration
24
+ - **root**: add --no-git-checks option to publish command
25
+ - **root**: add workspace concurrency option to publish command
26
+
27
+ - [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed npm registry configuration for package publishing
28
+ - Removed prepublishOnly scripts across packages
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [[`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009), [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7)]:
33
+ - @auto-engineer/narrative@1.52.0
34
+
35
+ ## 1.51.0
36
+
37
+ ### Minor Changes
38
+
39
+ - [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
40
+
41
+ - [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add passThroughEnv for environment variables
42
+ - **root**: add release script to all packages and update turbo configuration
43
+ - **root**: add --no-git-checks option to publish command
44
+ - **root**: add workspace concurrency option to publish command
45
+ - **global**: version packages
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [[`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59), [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad)]:
50
+ - @auto-engineer/narrative@1.51.0
51
+
52
+ ## 1.50.0
53
+
54
+ ### Minor Changes
55
+
56
+ - [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
57
+
58
+ - [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add release script to all packages and update turbo configuration
59
+ - **root**: add --no-git-checks option to publish command
60
+ - **root**: add workspace concurrency option to publish command
61
+ - **global**: version packages
62
+ - **global**: version packages
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [[`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888), [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501)]:
67
+ - @auto-engineer/narrative@1.50.0
68
+
69
+ ## 1.49.0
70
+
71
+ ### Minor Changes
72
+
73
+ - [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
74
+ - Updated turbo configuration to support the new release workflow
75
+
76
+ ### Patch Changes
77
+
78
+ - [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add --no-git-checks option to publish command
79
+ - **root**: add workspace concurrency option to publish command
80
+ - **global**: version packages
81
+ - **global**: version packages
82
+ - Updated dependencies [[`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e), [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb)]:
83
+ - @auto-engineer/narrative@1.49.0
84
+
85
+ ## 1.48.1
86
+
87
+ ### Patch Changes
88
+
89
+ - [`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added `--no-git-checks` option to the publish command to skip git validation during publishing
90
+
91
+ - [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add workspace concurrency option to publish command
92
+ - **global**: version packages
93
+ - Updated dependencies [[`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e), [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d)]:
94
+ - @auto-engineer/narrative@1.48.1
95
+
96
+ ## 1.48.0
97
+
98
+ ### Minor Changes
99
+
100
+ - [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: add port option and wait for HTTP readiness in start commands
101
+ - **global**: version packages
102
+
103
+ ### Patch Changes
104
+
105
+ - [`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added workspace concurrency option to the publish command for faster parallel publishing
106
+
107
+ - Updated dependencies [[`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce), [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5)]:
108
+ - @auto-engineer/narrative@1.48.0
109
+
3
110
  ## 1.47.0
4
111
 
5
112
  ### 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.47.0"
43
+ "@auto-engineer/narrative": "1.53.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.47.0"
55
+ "@auto-engineer/cli": "1.53.0"
56
56
  },
57
- "version": "1.47.0",
57
+ "version": "1.53.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",
@@ -66,6 +66,7 @@
66
66
  "-DISABLE-format:fix": "prettier --write \"**/*.{js,ts,json,md,yml,yaml}\" --ignore-path ../../.prettierignore --log-level warn",
67
67
  "-DISABLE-link:dev": "pnpm build && pnpm link --global",
68
68
  "-DISABLE-unlink:dev": "pnpm unlink --global",
69
- "-DISABLE-prepublishOnly": "npm run build"
69
+ "-DISABLE-prepublishOnly": "npm run build",
70
+ "release": "pnpm publish --no-git-checks"
70
71
  }
71
72
  }