@baseplate-dev/project-builder-server 0.5.1 → 0.5.3

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 (62) hide show
  1. package/CHANGELOG.md +583 -0
  2. package/dist/actions/generators/create-generator.action.d.ts.map +1 -1
  3. package/dist/actions/generators/create-generator.action.js.map +1 -1
  4. package/dist/actions/snapshot/snapshot-add.action.d.ts.map +1 -1
  5. package/dist/actions/snapshot/snapshot-add.action.js.map +1 -1
  6. package/dist/actions/snapshot/snapshot-remove.action.d.ts.map +1 -1
  7. package/dist/actions/snapshot/snapshot-remove.action.js.map +1 -1
  8. package/dist/actions/snapshot/snapshot-save.action.d.ts.map +1 -1
  9. package/dist/actions/snapshot/snapshot-save.action.js.map +1 -1
  10. package/dist/actions/snapshot/snapshot-show.action.d.ts.map +1 -1
  11. package/dist/actions/snapshot/snapshot-show.action.js.map +1 -1
  12. package/dist/actions/template-extractor/discover-generators.action.d.ts.map +1 -1
  13. package/dist/actions/template-extractor/discover-generators.action.js.map +1 -1
  14. package/dist/actions/template-extractor/extract-templates.action.d.ts.map +1 -1
  15. package/dist/actions/template-extractor/extract-templates.action.js.map +1 -1
  16. package/dist/actions/template-extractor/generate-templates.action.d.ts.map +1 -1
  17. package/dist/actions/template-extractor/generate-templates.action.js.map +1 -1
  18. package/dist/actions/templates/configure-raw-template.action.d.ts.map +1 -1
  19. package/dist/actions/templates/configure-raw-template.action.js.map +1 -1
  20. package/dist/actions/templates/configure-text-template.action.d.ts.map +1 -1
  21. package/dist/actions/templates/configure-text-template.action.js.map +1 -1
  22. package/dist/actions/templates/configure-ts-template.action.d.ts.map +1 -1
  23. package/dist/actions/templates/configure-ts-template.action.js.map +1 -1
  24. package/dist/actions/templates/delete-template.action.d.ts.map +1 -1
  25. package/dist/actions/templates/delete-template.action.js.map +1 -1
  26. package/dist/actions/templates/list-templates.action.d.ts.map +1 -1
  27. package/dist/actions/templates/list-templates.action.js.map +1 -1
  28. package/dist/actions/templates/show-template-metadata.action.d.ts.map +1 -1
  29. package/dist/actions/templates/show-template-metadata.action.js.map +1 -1
  30. package/dist/compiler/backend/authorizers.d.ts +20 -0
  31. package/dist/compiler/backend/authorizers.d.ts.map +1 -0
  32. package/dist/compiler/backend/authorizers.js +75 -0
  33. package/dist/compiler/backend/authorizers.js.map +1 -0
  34. package/dist/compiler/backend/feature.d.ts.map +1 -1
  35. package/dist/compiler/backend/feature.js +2 -0
  36. package/dist/compiler/backend/feature.js.map +1 -1
  37. package/dist/compiler/backend/graphql.js +1 -1
  38. package/dist/compiler/backend/graphql.js.map +1 -1
  39. package/dist/compiler/backend/services.js +3 -3
  40. package/dist/compiler/backend/services.js.map +1 -1
  41. package/dist/compiler/library/node-library-package-compiler.d.ts.map +1 -1
  42. package/dist/compiler/library/node-library-package-compiler.js +7 -0
  43. package/dist/compiler/library/node-library-package-compiler.js.map +1 -1
  44. package/dist/compiler/root/root-package-compiler.d.ts.map +1 -1
  45. package/dist/compiler/root/root-package-compiler.js +3 -3
  46. package/dist/compiler/root/root-package-compiler.js.map +1 -1
  47. package/dist/compiler/web/web-compiler.d.ts.map +1 -1
  48. package/dist/compiler/web/web-compiler.js +4 -3
  49. package/dist/compiler/web/web-compiler.js.map +1 -1
  50. package/dist/diff/diff-utils.d.ts.map +1 -1
  51. package/dist/diff/diff-utils.js +6 -2
  52. package/dist/diff/diff-utils.js.map +1 -1
  53. package/dist/diff/formatters.d.ts.map +1 -1
  54. package/dist/diff/formatters.js +9 -3
  55. package/dist/diff/formatters.js.map +1 -1
  56. package/dist/diff/snapshot/snapshot-management.js +3 -3
  57. package/dist/diff/snapshot/snapshot-management.js.map +1 -1
  58. package/dist/plugins/plugin-discovery.js +1 -1
  59. package/dist/plugins/plugin-discovery.js.map +1 -1
  60. package/dist/sync/file-id-map.js +1 -1
  61. package/dist/sync/file-id-map.js.map +1 -1
  62. package/package.json +16 -16
package/CHANGELOG.md ADDED
@@ -0,0 +1,583 @@
1
+ # @baseplate-dev/project-builder-server
2
+
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cb2446e`](https://github.com/halfdomelabs/baseplate/commit/cb2446e235794bf5d45a1671ae320ccce12eb504), [`6c190fe`](https://github.com/halfdomelabs/baseplate/commit/6c190fe50240f0ddc984af757b7900d053433bb1), [`254d675`](https://github.com/halfdomelabs/baseplate/commit/254d675079930e5b569bf1c0c4576f1459d23a03), [`9129381`](https://github.com/halfdomelabs/baseplate/commit/9129381e17504136837d07deb9958708791da43e)]:
8
+ - @baseplate-dev/core-generators@0.5.3
9
+ - @baseplate-dev/fastify-generators@0.5.3
10
+ - @baseplate-dev/react-generators@0.5.3
11
+ - @baseplate-dev/project-builder-lib@0.5.3
12
+ - @baseplate-dev/sync@0.5.3
13
+ - @baseplate-dev/utils@0.5.3
14
+
15
+ ## 0.5.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [#753](https://github.com/halfdomelabs/baseplate/pull/753) [`ef1354d`](https://github.com/halfdomelabs/baseplate/commit/ef1354da11e2c48a80af03f44834555ce63a2948) Thanks [@kingston](https://github.com/kingston)! - Add prisma-model-authorizer generator that produces model authorizer files from authorizer role configuration
20
+ - New `prisma/prisma-model-authorizer` generator in fastify-generators
21
+ - Expression codegen utility to transform DSL expressions to TypeScript code
22
+ - Compiler wiring to instantiate generator per model with authorizer roles
23
+
24
+ - [#761](https://github.com/halfdomelabs/baseplate/pull/761) [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497) Thanks [@kingston](https://github.com/kingston)! - Add configurable development ports for apps with automatic assignment and conflict validation
25
+
26
+ - [#756](https://github.com/halfdomelabs/baseplate/pull/756) [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072) Thanks [@kingston](https://github.com/kingston)! - Upgrade packages to fix security vulnerabilities and update to latest versions
27
+
28
+ **Security fixes:**
29
+ - @modelcontextprotocol/sdk: 1.25.1 → 1.26.0 (fixes CVE-2026-25536 - cross-client data leak)
30
+ - fastify: 5.6.2 → 5.7.4 (security patches)
31
+ - diff: 8.0.2 → 8.0.3 (fixes CVE-2026-24001 - DoS vulnerability)
32
+ - testcontainers: 11.10.0 → 11.11.0 (fixes undici vulnerability)
33
+
34
+ **Package updates (monorepo):**
35
+ - @tailwindcss/vite: 4.1.13 → 4.1.18
36
+ - tailwindcss: 4.1.13 → 4.1.18
37
+ - @tanstack/react-router: 1.139.7 → 1.159.5
38
+ - @tanstack/router-plugin: 1.139.7 → 1.159.5
39
+ - @testing-library/jest-dom: 6.6.3 → 6.9.1
40
+ - concurrently: 9.0.1 → 9.2.1
41
+ - ts-morph: 26.0.0 → 27.0.2
42
+
43
+ **Package updates (generated projects):**
44
+ - prisma/@prisma/client/@prisma/adapter-pg: 7.2.0 → 7.4.0
45
+ - postmark: 4.0.2 → 4.0.5
46
+ - axios: 1.12.0 → 1.13.5
47
+
48
+ - Updated dependencies [[`ef1354d`](https://github.com/halfdomelabs/baseplate/commit/ef1354da11e2c48a80af03f44834555ce63a2948), [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497), [`683eb15`](https://github.com/halfdomelabs/baseplate/commit/683eb15c2c37259266959e0760b419e07f70a27e), [`938a7b1`](https://github.com/halfdomelabs/baseplate/commit/938a7b113550a7a245b65b5dfe3cc641f11096b7), [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b), [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072), [`7d1a9d6`](https://github.com/halfdomelabs/baseplate/commit/7d1a9d6d381279434f2ac632e9f8accde34dda25), [`63bd074`](https://github.com/halfdomelabs/baseplate/commit/63bd074b3b24b0978d4271a5bc76a8531b0f60c2)]:
49
+ - @baseplate-dev/fastify-generators@0.5.2
50
+ - @baseplate-dev/project-builder-lib@0.5.2
51
+ - @baseplate-dev/react-generators@0.5.2
52
+ - @baseplate-dev/core-generators@0.5.2
53
+ - @baseplate-dev/sync@0.5.2
54
+ - @baseplate-dev/utils@0.5.2
55
+
56
+ ## 0.5.1
57
+
58
+ ### Patch Changes
59
+
60
+ - [#743](https://github.com/halfdomelabs/baseplate/pull/743) [`1debcb8`](https://github.com/halfdomelabs/baseplate/commit/1debcb89807fafdd7415a659f4bebbad0d69f072) Thanks [@kingston](https://github.com/kingston)! - Add gql:check and gql:generate commands to package.json and add typescript to root repo
61
+
62
+ - [#737](https://github.com/halfdomelabs/baseplate/pull/737) [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499) Thanks [@kingston](https://github.com/kingston)! - Refactor plugin spec system with lazy initialization and clear setup/use phases
63
+
64
+ This refactoring overhauls the plugin spec system to introduce a two-phase architecture with lazy initialization:
65
+
66
+ **New Architecture:**
67
+ - **Setup phase (init)**: Plugins register their implementations during module initialization using mutable field containers
68
+ - **Use phase**: Consumers access registered items through a read-only interface, with lazy initialization on first access
69
+ - **FieldMap-based specs**: New `createFieldMapSpec` helper provides type-safe containers (maps, arrays, named arrays, scalars) with automatic source tracking
70
+
71
+ **Key changes:**
72
+ - Rename `PluginImplementationStore` to `PluginSpecStore` with cached `use()` instances
73
+ - Rename `createPlatformPluginExport` to `createPluginModule`
74
+ - Add required `name` field to all plugin modules for unique identification
75
+ - Convert all specs to use `createFieldMapSpec` with typed containers
76
+ - Update all plugin modules to use new registration methods (`.add()`, `.set()`, `.push()`)
77
+ - Introduce `ModuleContext` with `moduleKey` and `pluginKey` for better source tracking
78
+ - Specs now define both `init` (mutable setup interface) and `use` (read-only consumption interface)
79
+
80
+ - [#740](https://github.com/halfdomelabs/baseplate/pull/740) [`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534) Thanks [@kingston](https://github.com/kingston)! - Rename `packages` to `libraries` in project definition schema
81
+ - Renamed `packages` field to `libraries` in project definition
82
+ - Renamed `packagesFolder` to `librariesFolder` in monorepo settings with new default `libs`
83
+ - Updated entity IDs from `package:*` prefix to `library:*`
84
+ - Added migration (022) to automatically migrate existing projects
85
+ - Reorganized routes from `/apps/*` to `/packages/*` root with `/packages/apps/$key` and `/packages/libs/$key` subroutes
86
+
87
+ **Breaking change:** The default library folder has changed from `packages` to `libs`. If you have existing library packages, you will need to rename your `packages/` directory to `libs/` in your project.
88
+
89
+ - Updated dependencies [[`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534), [`ecebd3b`](https://github.com/halfdomelabs/baseplate/commit/ecebd3bf50cfa2d2a62501e0be39c411b42bed25), [`ff4203e`](https://github.com/halfdomelabs/baseplate/commit/ff4203e45a057b25a0ded5ecb3e1c07f5c7108b4), [`1debcb8`](https://github.com/halfdomelabs/baseplate/commit/1debcb89807fafdd7415a659f4bebbad0d69f072), [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499), [`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534)]:
90
+ - @baseplate-dev/fastify-generators@0.5.1
91
+ - @baseplate-dev/react-generators@0.5.1
92
+ - @baseplate-dev/project-builder-lib@0.5.1
93
+ - @baseplate-dev/core-generators@0.5.1
94
+ - @baseplate-dev/sync@0.5.1
95
+ - @baseplate-dev/utils@0.5.1
96
+
97
+ ## 0.5.0
98
+
99
+ ### Patch Changes
100
+
101
+ - [#731](https://github.com/halfdomelabs/baseplate/pull/731) [`97bd14e`](https://github.com/halfdomelabs/baseplate/commit/97bd14e381206b54e55c22264d1d406e83146146) Thanks [@kingston](https://github.com/kingston)! - Add support for library packages in addition to apps
102
+ - Add `packages` array to ProjectDefinition schema with node-library type
103
+ - Add `packagesFolder` to MonorepoSettings (default: "packages")
104
+ - Create node-library generator with tsc build configuration
105
+ - Add library package compiler for code generation
106
+ - Update workspace patterns to include packages/\* folder
107
+ - Add UI for creating and managing library packages in the Apps section
108
+
109
+ - [#730](https://github.com/halfdomelabs/baseplate/pull/730) [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9) Thanks [@kingston](https://github.com/kingston)! - Add `sync-file` command for incrementally applying generated files
110
+ - New CLI command: `pnpm baseplate sync-file <project> <app> <files...>`
111
+ - New MCP action: `sync-file` for programmatic access
112
+ - Allows applying specific generated files without performing a full sync
113
+ - Writes matching files to both working directory and generated folder
114
+ - Useful for incrementally fixing generators one file at a time
115
+
116
+ - Updated dependencies [[`fbabdec`](https://github.com/halfdomelabs/baseplate/commit/fbabdecf6715c21799d1c224b3a2162ef1f49797), [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9), [`9b31726`](https://github.com/halfdomelabs/baseplate/commit/9b31726ee0dce77dc7b16fa334eb597d86349599), [`97bd14e`](https://github.com/halfdomelabs/baseplate/commit/97bd14e381206b54e55c22264d1d406e83146146), [`d09175d`](https://github.com/halfdomelabs/baseplate/commit/d09175dc41d33fb0a818d53c2e2da899430a48cd), [`c7d373e`](https://github.com/halfdomelabs/baseplate/commit/c7d373ebaaeda2522515fdaeae0d37d0cd9ce7fe), [`2d5abd5`](https://github.com/halfdomelabs/baseplate/commit/2d5abd53fccfc2b15f8142fc796c5e4ea4c2f92a), [`8bfc742`](https://github.com/halfdomelabs/baseplate/commit/8bfc742b8a93393a5539babfd11b97a88ee9c39e)]:
117
+ - @baseplate-dev/fastify-generators@0.5.0
118
+ - @baseplate-dev/core-generators@0.5.0
119
+ - @baseplate-dev/react-generators@0.5.0
120
+ - @baseplate-dev/project-builder-lib@0.5.0
121
+ - @baseplate-dev/sync@0.5.0
122
+ - @baseplate-dev/utils@0.5.0
123
+
124
+ ## 0.4.4
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [[`ec2f1e9`](https://github.com/halfdomelabs/baseplate/commit/ec2f1e9716e84cd4a901c071eacf4971436962d9)]:
129
+ - @baseplate-dev/fastify-generators@0.4.4
130
+ - @baseplate-dev/core-generators@0.4.4
131
+ - @baseplate-dev/project-builder-lib@0.4.4
132
+ - @baseplate-dev/react-generators@0.4.4
133
+ - @baseplate-dev/sync@0.4.4
134
+ - @baseplate-dev/utils@0.4.4
135
+
136
+ ## 0.4.3
137
+
138
+ ### Patch Changes
139
+
140
+ - [#724](https://github.com/halfdomelabs/baseplate/pull/724) [`9638baf`](https://github.com/halfdomelabs/baseplate/commit/9638baf19fa0f68bed961daa0fe889822246c11a) Thanks [@kingston](https://github.com/kingston)! - Add create-generator action and CLI command to scaffold new generators with boilerplate code
141
+
142
+ - [#715](https://github.com/halfdomelabs/baseplate/pull/715) [`68ab5bd`](https://github.com/halfdomelabs/baseplate/commit/68ab5bdbc98a0b4bbc46059bfabd84666a2ab18b) Thanks [@kingston](https://github.com/kingston)! - Refactor create-project to use sync engine for generating root directory files
143
+
144
+ - [#717](https://github.com/halfdomelabs/baseplate/pull/717) [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d) Thanks [@kingston](https://github.com/kingston)! - Add support for generating vitest on web apps
145
+
146
+ - Updated dependencies [[`12d1e62`](https://github.com/halfdomelabs/baseplate/commit/12d1e625bc04256eeb2704faa3f36dfda00545f9), [`6e23a6f`](https://github.com/halfdomelabs/baseplate/commit/6e23a6f2ff99954eebcb78b450d0c18618aa0b54), [`f1bab33`](https://github.com/halfdomelabs/baseplate/commit/f1bab3310fa8c00c645a6d9aca0a6a757cb661f1), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d), [`8622c4e`](https://github.com/halfdomelabs/baseplate/commit/8622c4e2b91788ad4a368c9f06f82a17ee1a29ed), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d)]:
147
+ - @baseplate-dev/fastify-generators@0.4.3
148
+ - @baseplate-dev/react-generators@0.4.3
149
+ - @baseplate-dev/core-generators@0.4.3
150
+ - @baseplate-dev/project-builder-lib@0.4.3
151
+ - @baseplate-dev/sync@0.4.3
152
+ - @baseplate-dev/utils@0.4.3
153
+
154
+ ## 0.4.2
155
+
156
+ ### Patch Changes
157
+
158
+ - [#711](https://github.com/halfdomelabs/baseplate/pull/711) [`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20) Thanks [@kingston](https://github.com/kingston)! - Add BullMQ plugin as managed child of queue plugin
159
+ - Create new BullMQ plugin (`@baseplate-dev/plugin-queue/bullmq`) following the pg-boss plugin pattern
160
+ - Add migration (021) to migrate `enableBullQueue` from backend app config to queue/bullmq plugin config
161
+ - Remove old `bullMqGenerator` and `fastifyBullBoardGenerator` from fastify-generators
162
+ - Remove Bull Board integration (to be replaced with local alternative in the future)
163
+ - Remove `enableBullQueue` option from backend app schema and UI
164
+
165
+ - [#701](https://github.com/halfdomelabs/baseplate/pull/701) [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220) Thanks [@kingston](https://github.com/kingston)! - Upgrade Fastify to 5.6.2 and fastify-plugin to 5.1.0
166
+
167
+ - [#697](https://github.com/halfdomelabs/baseplate/pull/697) [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54) Thanks [@kingston](https://github.com/kingston)! - Ignore \*.map files from built output in package.json
168
+
169
+ - [#706](https://github.com/halfdomelabs/baseplate/pull/706) [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15) Thanks [@kingston](https://github.com/kingston)! - Fix MCP output parsing to conform to new output schema format for service actions
170
+
171
+ - [#705](https://github.com/halfdomelabs/baseplate/pull/705) [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b) Thanks [@kingston](https://github.com/kingston)! - Upgrade dependencies:
172
+ - Storybook 9.0.18 → 10.1.10
173
+ - TRPC 11.7.2 → 11.8.0
174
+ - MCP SDK 1.23.0 → 1.25.1
175
+ - eslint-plugin-storybook 9.0.18 → 10.1.10
176
+ - Updated dependencies [[`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`5d4ae05`](https://github.com/halfdomelabs/baseplate/commit/5d4ae05b1781100ee21c5a60784f0107014bade4), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`74529e7`](https://github.com/halfdomelabs/baseplate/commit/74529e7fffae8a70f8cfe801a1897204d010e291), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`ae2aba1`](https://github.com/halfdomelabs/baseplate/commit/ae2aba1f31c35c306cc459e0efe5e3612ece5c94), [`2395821`](https://github.com/halfdomelabs/baseplate/commit/239582148fe92d80457a31021036fa1e2c51cf5d), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`e426b52`](https://github.com/halfdomelabs/baseplate/commit/e426b52d37f04f71ca960eb4cad2246af0603bd3)]:
177
+ - @baseplate-dev/project-builder-lib@0.4.2
178
+ - @baseplate-dev/fastify-generators@0.4.2
179
+ - @baseplate-dev/sync@0.4.2
180
+ - @baseplate-dev/react-generators@0.4.2
181
+ - @baseplate-dev/core-generators@0.4.2
182
+ - @baseplate-dev/utils@0.4.2
183
+
184
+ ## 0.4.1
185
+
186
+ ### Patch Changes
187
+
188
+ - [#695](https://github.com/halfdomelabs/baseplate/pull/695) [`b0152d1`](https://github.com/halfdomelabs/baseplate/commit/b0152d16a8ab34b3cc52a10284c350172a39a1ee) Thanks [@kingston](https://github.com/kingston)! - Fix ignore patterns for monorepo root to handle .turbo/** and apps/** correctly. Added .turbo/** to .gitignore and implemented manual apps/** ignore when running commands on monorepo root to work around VSCode Prettier issue (https://github.com/prettier/prettier-vscode/issues/3424) where adding apps/** to prettier config would incorrectly ignore all prettier formatting in apps/** subdirectories.
189
+
190
+ - Updated dependencies []:
191
+ - @baseplate-dev/core-generators@0.4.1
192
+ - @baseplate-dev/fastify-generators@0.4.1
193
+ - @baseplate-dev/project-builder-lib@0.4.1
194
+ - @baseplate-dev/react-generators@0.4.1
195
+ - @baseplate-dev/sync@0.4.1
196
+ - @baseplate-dev/utils@0.4.1
197
+
198
+ ## 0.4.0
199
+
200
+ ### Minor Changes
201
+
202
+ - [#687](https://github.com/halfdomelabs/baseplate/pull/687) [`57e15c0`](https://github.com/halfdomelabs/baseplate/commit/57e15c085099508898756385661df9cf54108466) Thanks [@kingston](https://github.com/kingston)! - Add support for generating the root of a monorepo
203
+
204
+ ### Patch Changes
205
+
206
+ - [#690](https://github.com/halfdomelabs/baseplate/pull/690) [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042) Thanks [@kingston](https://github.com/kingston)! - Move Docker Compose generation from backend to root package
207
+
208
+ Docker Compose configuration is now generated at the monorepo root instead of within individual backend packages. This provides a better developer experience with a single `docker compose up` command from the project root.
209
+
210
+ **Breaking Changes:**
211
+ - Docker files now generate at `docker/` (root) instead of `apps/backend/docker/`
212
+ - `enableRedis` removed from backend app configuration - moved to project-level infrastructure settings
213
+ - New Infrastructure settings page for configuring Redis (Postgres is always enabled)
214
+
215
+ - [#692](https://github.com/halfdomelabs/baseplate/pull/692) [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18) Thanks [@kingston](https://github.com/kingston)! - Remove support for password transformer since it is no longer used.
216
+
217
+ - Updated dependencies [[`9f22eef`](https://github.com/halfdomelabs/baseplate/commit/9f22eef139c8db2dde679f6424eb23e024e37d19), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`e68624e`](https://github.com/halfdomelabs/baseplate/commit/e68624e9372480da767d220cae60d45d9ed3c636), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`852c3a5`](https://github.com/halfdomelabs/baseplate/commit/852c3a5ff3a185e60efaeb2cbb90eed59a95ec2b), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`a6274e9`](https://github.com/halfdomelabs/baseplate/commit/a6274e98e2f56cdac23e9ff2bc338946a569a65c), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`57e15c0`](https://github.com/halfdomelabs/baseplate/commit/57e15c085099508898756385661df9cf54108466)]:
218
+ - @baseplate-dev/project-builder-lib@0.4.0
219
+ - @baseplate-dev/fastify-generators@0.4.0
220
+ - @baseplate-dev/sync@0.4.0
221
+ - @baseplate-dev/core-generators@0.4.0
222
+ - @baseplate-dev/utils@0.4.0
223
+ - @baseplate-dev/react-generators@0.4.0
224
+
225
+ ## 0.3.8
226
+
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies [[`fc93dd7`](https://github.com/halfdomelabs/baseplate/commit/fc93dd70c182ac99d1f025745d88a32d6de733f5)]:
230
+ - @baseplate-dev/fastify-generators@0.3.8
231
+ - @baseplate-dev/core-generators@0.3.8
232
+ - @baseplate-dev/project-builder-lib@0.3.8
233
+ - @baseplate-dev/react-generators@0.3.8
234
+ - @baseplate-dev/sync@0.3.8
235
+ - @baseplate-dev/utils@0.3.8
236
+
237
+ ## 0.3.7
238
+
239
+ ### Patch Changes
240
+
241
+ - [#667](https://github.com/halfdomelabs/baseplate/pull/667) [`e4ed458`](https://github.com/halfdomelabs/baseplate/commit/e4ed458682ae533cdd98e290049027f79519a8b9) Thanks [@kingston](https://github.com/kingston)! - Enable throttling on sync metadata writes
242
+
243
+ - Updated dependencies [[`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d), [`d6f70e0`](https://github.com/halfdomelabs/baseplate/commit/d6f70e03f539bd8687d9e9abfc0e7cef5c9e6e29), [`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d)]:
244
+ - @baseplate-dev/core-generators@0.3.7
245
+ - @baseplate-dev/fastify-generators@0.3.7
246
+ - @baseplate-dev/react-generators@0.3.7
247
+ - @baseplate-dev/project-builder-lib@0.3.7
248
+ - @baseplate-dev/sync@0.3.7
249
+ - @baseplate-dev/utils@0.3.7
250
+
251
+ ## 0.3.6
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [[`1186a21`](https://github.com/halfdomelabs/baseplate/commit/1186a21df267d112a84a42ff1d3c87b495452ce0), [`354b975`](https://github.com/halfdomelabs/baseplate/commit/354b9754e126f4e9f6f4cda0ac4e5f7ca15c0160)]:
256
+ - @baseplate-dev/core-generators@0.3.6
257
+ - @baseplate-dev/react-generators@0.3.6
258
+ - @baseplate-dev/fastify-generators@0.3.6
259
+ - @baseplate-dev/project-builder-lib@0.3.6
260
+ - @baseplate-dev/sync@0.3.6
261
+ - @baseplate-dev/utils@0.3.6
262
+
263
+ ## 0.3.5
264
+
265
+ ### Patch Changes
266
+
267
+ - [#658](https://github.com/halfdomelabs/baseplate/pull/658) [`fe86213`](https://github.com/halfdomelabs/baseplate/commit/fe86213911e935f2f34ffd9b2b3a39b1b3194aad) Thanks [@kingston](https://github.com/kingston)! - Fix admin section paths with spaces in them
268
+
269
+ - Updated dependencies [[`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12)]:
270
+ - @baseplate-dev/react-generators@0.3.5
271
+ - @baseplate-dev/core-generators@0.3.5
272
+ - @baseplate-dev/fastify-generators@0.3.5
273
+ - @baseplate-dev/project-builder-lib@0.3.5
274
+ - @baseplate-dev/sync@0.3.5
275
+ - @baseplate-dev/utils@0.3.5
276
+
277
+ ## 0.3.4
278
+
279
+ ### Patch Changes
280
+
281
+ - [#650](https://github.com/halfdomelabs/baseplate/pull/650) [`783a495`](https://github.com/halfdomelabs/baseplate/commit/783a495411e76d28b781bbe0af5f57300a282353) Thanks [@kingston](https://github.com/kingston)! - Add PORT_OFFSET support for parallel development environments
282
+ - Added PORT_OFFSET environment variable to run multiple dev container instances
283
+ - Changed default ports to safer, more memorable ranges (4300, 4400, 4500)
284
+ - Server, web, and dev server ports now respect PORT_OFFSET from root .env file
285
+ - Each instance can run on predictable, non-conflicting ports
286
+ - Created helper script for setting up parallel environments with different offsets
287
+
288
+ - [#643](https://github.com/halfdomelabs/baseplate/pull/643) [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a) Thanks [@kingston](https://github.com/kingston)! - Upgrade to TypeScript 5.8 with erasable syntax only mode
289
+
290
+ This upgrade modernizes the codebase with TypeScript 5.8, enables erasable syntax only mode for better performance, and updates runtime dependencies.
291
+
292
+ **Key Changes:**
293
+ - Upgraded TypeScript to version 5.8
294
+ - Enabled `erasableSyntaxOnly` compiler option for improved build performance
295
+ - Updated Node.js requirement to 22.18
296
+ - Updated PNPM requirement to 10.15
297
+ - Fixed parameter property syntax to be compatible with erasable syntax only mode
298
+
299
+ - Updated dependencies [[`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`217de38`](https://github.com/halfdomelabs/baseplate/commit/217de385f3ac869c5ef740af32634db9bcab6b0c), [`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`f450b7f`](https://github.com/halfdomelabs/baseplate/commit/f450b7f75cf5ad71c2bdb1c077526251aa240dd0), [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a)]:
300
+ - @baseplate-dev/sync@0.3.4
301
+ - @baseplate-dev/fastify-generators@0.3.4
302
+ - @baseplate-dev/react-generators@0.3.4
303
+ - @baseplate-dev/project-builder-lib@0.3.4
304
+ - @baseplate-dev/core-generators@0.3.4
305
+ - @baseplate-dev/utils@0.3.4
306
+
307
+ ## 0.3.3
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies []:
312
+ - @baseplate-dev/core-generators@0.3.3
313
+ - @baseplate-dev/fastify-generators@0.3.3
314
+ - @baseplate-dev/project-builder-lib@0.3.3
315
+ - @baseplate-dev/react-generators@0.3.3
316
+ - @baseplate-dev/sync@0.3.3
317
+ - @baseplate-dev/utils@0.3.3
318
+
319
+ ## 0.3.2
320
+
321
+ ### Patch Changes
322
+
323
+ - Updated dependencies [[`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb), [`1419a96`](https://github.com/halfdomelabs/baseplate/commit/1419a965efd41d2b2dfb86dd18f32e5414a3af85), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`04a4978`](https://github.com/halfdomelabs/baseplate/commit/04a49785642685ca4b56aec27dc0a18520674ef9), [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb)]:
324
+ - @baseplate-dev/project-builder-lib@0.3.2
325
+ - @baseplate-dev/react-generators@0.3.2
326
+ - @baseplate-dev/core-generators@0.3.2
327
+ - @baseplate-dev/fastify-generators@0.3.2
328
+ - @baseplate-dev/sync@0.3.2
329
+ - @baseplate-dev/utils@0.3.2
330
+
331
+ ## 0.3.1
332
+
333
+ ### Patch Changes
334
+
335
+ - Updated dependencies [[`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788), [`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788)]:
336
+ - @baseplate-dev/core-generators@0.3.1
337
+ - @baseplate-dev/react-generators@0.3.1
338
+ - @baseplate-dev/fastify-generators@0.3.1
339
+ - @baseplate-dev/project-builder-lib@0.3.1
340
+ - @baseplate-dev/sync@0.3.1
341
+ - @baseplate-dev/utils@0.3.1
342
+
343
+ ## 0.3.0
344
+
345
+ ### Patch Changes
346
+
347
+ - [#619](https://github.com/halfdomelabs/baseplate/pull/619) [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe) Thanks [@kingston](https://github.com/kingston)! - Implement structured directory snapshots for baseplate diff to detect deleted files
348
+
349
+ The `baseplate diff` command now provides complete diff coverage by detecting files that exist in the working directory but not in the generated output (deleted files). This enhancement includes:
350
+ - Added `scanWorkingDirectory` function using `globby` for efficient directory traversal
351
+ - Updated `compareFiles` function to detect and report deleted files in addition to added and modified files
352
+ - Enhanced diff output to show deleted files with proper formatting and unified diffs
353
+ - Added comprehensive unit tests for the new directory scanning functionality
354
+ - Maintained compatibility with existing ignore patterns and glob filters
355
+
356
+ **New Default Ignore Patterns:**
357
+ - Added `baseplate/**/*` to ignore Baseplate configuration and project definition files
358
+ - Added `prisma/migrations/**/*` to ignore Prisma migration files that are auto-generated
359
+
360
+ This addresses the TODO in the diff implementation and provides developers with a complete picture of differences between generated and working directory files while filtering out commonly ignored directories.
361
+
362
+ - [#619](https://github.com/halfdomelabs/baseplate/pull/619) [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe) Thanks [@kingston](https://github.com/kingston)! - Add comprehensive snapshot management CLI commands for granular control of project differences
363
+
364
+ This adds a complete suite of snapshot commands to manage persistent differences between generated and working codebases:
365
+
366
+ **New Commands:**
367
+ - `baseplate snapshot save <project-directory> <app>` - Save snapshot of current differences (with confirmation prompt)
368
+ - `baseplate snapshot add <project-directory> <app> <files...>` - Add specific files to snapshot tracking
369
+ - `baseplate snapshot add --deleted <project-directory> <app> <files...>` - Mark files as intentionally deleted
370
+ - `baseplate snapshot remove <project-directory> <app> <files...>` - Remove files from snapshot tracking
371
+ - `baseplate snapshot show <project-directory> <app>` - Display current snapshot contents
372
+
373
+ **Features:**
374
+ - Granular file-level snapshot management following established CLI patterns
375
+ - Integration with existing snapshot storage system (`.baseplate-snapshot/` directory)
376
+ - Automatic snapshot directory resolution with `--snapshot-dir` option
377
+ - Comprehensive error handling and user confirmation for destructive operations
378
+ - Support for tracking both modified and intentionally deleted files
379
+
380
+ These commands enable the generator development workflow described in the design doc, allowing developers to maintain persistent baselines of expected differences while iterating on generator templates.
381
+
382
+ - [#619](https://github.com/halfdomelabs/baseplate/pull/619) [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe) Thanks [@kingston](https://github.com/kingston)! - Implement snapshot application in sync command when overwrite mode is enabled. When `baseplate sync --overwrite` is used with snapshots, the sync process now applies snapshot diffs to the generated output before writing files to the filesystem, matching the behavior described in the design doc.
383
+
384
+ - Updated dependencies [[`82cee71`](https://github.com/halfdomelabs/baseplate/commit/82cee7183ef384e1777e7a563656441ff108e2b3), [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe), [`85e6413`](https://github.com/halfdomelabs/baseplate/commit/85e6413f8e3ad0043daca3bb9fa3ca5a27843a65), [`8ec33fc`](https://github.com/halfdomelabs/baseplate/commit/8ec33fcdc8fea9cb20e79586b854bf075270ab53), [`d0b08b8`](https://github.com/halfdomelabs/baseplate/commit/d0b08b89a07b9aa845212ec90e2a6123fbecbbe5), [`fbde70f`](https://github.com/halfdomelabs/baseplate/commit/fbde70ffbcae025318480e9607924978847fba2b), [`96a3099`](https://github.com/halfdomelabs/baseplate/commit/96a3099ff9eba05fc3b3618b54407014cc555dc2)]:
385
+ - @baseplate-dev/react-generators@0.3.0
386
+ - @baseplate-dev/sync@0.3.0
387
+ - @baseplate-dev/project-builder-lib@0.3.0
388
+ - @baseplate-dev/fastify-generators@0.3.0
389
+ - @baseplate-dev/core-generators@0.3.0
390
+ - @baseplate-dev/utils@0.3.0
391
+
392
+ ## 0.2.6
393
+
394
+ ### Patch Changes
395
+
396
+ - Updated dependencies [[`541db59`](https://github.com/halfdomelabs/baseplate/commit/541db59ccf868b6a6fcc8fa756eab0dfa560d193), [`e639251`](https://github.com/halfdomelabs/baseplate/commit/e639251f25094bb17f126e8604e505b1037b5640), [`cc6cd6c`](https://github.com/halfdomelabs/baseplate/commit/cc6cd6cce6bd0d97a68d7bd5b46408e0877d990b)]:
397
+ - @baseplate-dev/react-generators@0.2.6
398
+ - @baseplate-dev/project-builder-lib@0.2.6
399
+ - @baseplate-dev/core-generators@0.2.6
400
+ - @baseplate-dev/fastify-generators@0.2.6
401
+ - @baseplate-dev/sync@0.2.6
402
+ - @baseplate-dev/utils@0.2.6
403
+
404
+ ## 0.2.5
405
+
406
+ ### Patch Changes
407
+
408
+ - [#614](https://github.com/halfdomelabs/baseplate/pull/614) [`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4) Thanks [@kingston](https://github.com/kingston)! - Add .baseplateignore support and sync command with force-overwrite
409
+
410
+ Enhance the `baseplate diff` command to support ignore patterns via a `.baseplateignore` file, similar to `.gitignore`. This reduces noise in diff output by filtering out expected differences like environment files, logs, and build artifacts.
411
+
412
+ Additionally, introduces a new `baseplate sync` command (replacing `build`) with a `--force-overwrite` flag that respects ignore patterns when overwriting files.
413
+
414
+ Features:
415
+ - Uses `.baseplateignore` file in project root with gitignore-style syntax
416
+ - Includes sensible default patterns (.env, \*.log, node_modules/, dist/, build/, .DS_Store, Thumbs.db)
417
+ - Can be disabled with `--no-ignore-file` flag
418
+ - Backward compatible (enabled by default)
419
+ - Graceful fallback when `.baseplateignore` doesn't exist
420
+
421
+ - [#614](https://github.com/halfdomelabs/baseplate/pull/614) [`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4) Thanks [@kingston](https://github.com/kingston)! - Add force overwrite mode for sync command
422
+
423
+ Adds a `--force-overwrite` flag to the `baseplate sync` command that bypasses merge conflict detection and overwrites existing files with generated content without attempting to merge changes. When force overwrite is enabled, files matching patterns in `.baseplateignore` are automatically excluded from being overwritten to preserve user customizations.
424
+
425
+ Also updates the diff command to load `.baseplateignore` patterns from each app directory instead of the base directory, providing more granular control over which files are ignored during diff operations.
426
+
427
+ - Updated dependencies [[`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33)]:
428
+ - @baseplate-dev/react-generators@0.2.5
429
+ - @baseplate-dev/fastify-generators@0.2.5
430
+ - @baseplate-dev/sync@0.2.5
431
+ - @baseplate-dev/project-builder-lib@0.2.5
432
+ - @baseplate-dev/core-generators@0.2.5
433
+ - @baseplate-dev/utils@0.2.5
434
+
435
+ ## 0.2.4
436
+
437
+ ### Patch Changes
438
+
439
+ - Updated dependencies [[`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6), [`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6)]:
440
+ - @baseplate-dev/utils@0.2.4
441
+ - @baseplate-dev/react-generators@0.2.4
442
+ - @baseplate-dev/core-generators@0.2.4
443
+ - @baseplate-dev/fastify-generators@0.2.4
444
+ - @baseplate-dev/project-builder-lib@0.2.4
445
+ - @baseplate-dev/sync@0.2.4
446
+
447
+ ## 0.2.3
448
+
449
+ ### Patch Changes
450
+
451
+ - [#600](https://github.com/halfdomelabs/baseplate/pull/600) [`09f804e`](https://github.com/halfdomelabs/baseplate/commit/09f804e430180f42177d1fe34a2891618a04df16) Thanks [@kingston](https://github.com/kingston)! - Add command to diff generated output from actual output
452
+
453
+ Adds a new `baseplate diff` command that shows the difference between what would be generated and what currently exists in the working directory. This helps developers avoid losing code when they write in generated files and then revert to test generation.
454
+
455
+ Features:
456
+ - Shows unified diff format by default
457
+ - Supports `--compact` flag for summary format with change counts
458
+ - Supports `--app` flag to filter by specific applications
459
+ - Supports `--glob` flag to filter files by glob patterns
460
+ - Handles binary files using isbinaryfile package
461
+ - Modular design with separate utilities for diffing, formatting, and comparison
462
+
463
+ - [#604](https://github.com/halfdomelabs/baseplate/pull/604) [`228a3be`](https://github.com/halfdomelabs/baseplate/commit/228a3be02e514188da1c0a03ea9f1ba8d5383668) Thanks [@kingston](https://github.com/kingston)! - Change generated CRUD service file naming from model-service.ts to model.crud.ts pattern
464
+
465
+ This change updates the service file generation to use explicit `.crud.ts` naming instead of the previous `-service.ts` pattern. This provides better separation between generated CRUD operations and future hand-written business logic files, supporting the planned architectural split between generated and manual code.
466
+
467
+ Example changes:
468
+ - `user-service.ts` → `user.crud.ts`
469
+ - `todo-item-service.ts` → `todo-item.crud.ts`
470
+
471
+ - [#596](https://github.com/halfdomelabs/baseplate/pull/596) [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7) Thanks [@kingston](https://github.com/kingston)! - Simplify template metadata system by consolidating template definitions in extractor.json
472
+ - Consolidate template definitions in extractor.json using template names as keys instead of file paths
473
+ - Rename .template-metadata.json to .templates-info.json with simplified instance tracking
474
+ - Remove file-id-map.json dependency and related file ID mapping logic
475
+ - Update TemplateExtractorConfigLookup to work without file ID mapping
476
+ - Update all template extractors and tests to use new metadata format
477
+ - Add migration script to convert existing extractor.json files to new format
478
+
479
+ - [#596](https://github.com/halfdomelabs/baseplate/pull/596) [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7) Thanks [@kingston](https://github.com/kingston)! - Add templates generate CLI command for regenerating template files without extraction
480
+ - Add `templates generate <directory> <app>` CLI command to regenerate template files from existing extractor.json configurations
481
+ - Add `--skip-clean` option to skip cleaning output directories
482
+ - Add `generateTemplateFiles` function in sync package that initializes plugins and writes generated files without running extraction
483
+ - Add `generateTemplateFilesForProject` wrapper function in project-builder-server
484
+ - Command allows manual modification of extractor.json followed by regeneration without full extraction process
485
+
486
+ - Updated dependencies [[`f3bd169`](https://github.com/halfdomelabs/baseplate/commit/f3bd169b8debc52628179ca6ebd93c20b8a6f841), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`3107a1b`](https://github.com/halfdomelabs/baseplate/commit/3107a1b6917c3b2d14c7e91e2972b06955ebb4ea), [`69eea11`](https://github.com/halfdomelabs/baseplate/commit/69eea11c3662fbad9b8d2283d5127195c8379c07), [`903e2d8`](https://github.com/halfdomelabs/baseplate/commit/903e2d898c47e6559f55f023eb89a0b524098f3a), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8), [`f0cb763`](https://github.com/halfdomelabs/baseplate/commit/f0cb7632f04bfb487722785fac7218d76d3b7e3b), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8)]:
487
+ - @baseplate-dev/core-generators@0.2.3
488
+ - @baseplate-dev/sync@0.2.3
489
+ - @baseplate-dev/react-generators@0.2.3
490
+ - @baseplate-dev/fastify-generators@0.2.3
491
+ - @baseplate-dev/project-builder-lib@0.2.3
492
+ - @baseplate-dev/utils@0.2.3
493
+
494
+ ## 0.2.2
495
+
496
+ ### Patch Changes
497
+
498
+ - [#585](https://github.com/halfdomelabs/baseplate/pull/585) [`def0b7a`](https://github.com/halfdomelabs/baseplate/commit/def0b7a202ce49a93714a8acf876ff845c2e8e24) Thanks [@kingston](https://github.com/kingston)! - Show project directory not found error for plugin discovery
499
+
500
+ - Updated dependencies [[`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`b6bc11f`](https://github.com/halfdomelabs/baseplate/commit/b6bc11fdf199c8de40832eb88ea6f6cfc83aa5d7), [`dce88ac`](https://github.com/halfdomelabs/baseplate/commit/dce88ac8d1f951f7336c12c5e004107de3a23e97)]:
501
+ - @baseplate-dev/utils@0.2.2
502
+ - @baseplate-dev/sync@0.2.2
503
+ - @baseplate-dev/react-generators@0.2.2
504
+ - @baseplate-dev/project-builder-lib@0.2.2
505
+ - @baseplate-dev/core-generators@0.2.2
506
+ - @baseplate-dev/fastify-generators@0.2.2
507
+
508
+ ## 0.2.1
509
+
510
+ ### Patch Changes
511
+
512
+ - Updated dependencies [[`d7d9985`](https://github.com/halfdomelabs/baseplate/commit/d7d998540ca5886259f93b5020c4d8939c5cdf5f)]:
513
+ - @baseplate-dev/react-generators@0.2.1
514
+ - @baseplate-dev/core-generators@0.2.1
515
+ - @baseplate-dev/project-builder-lib@0.2.1
516
+ - @baseplate-dev/fastify-generators@0.2.1
517
+ - @baseplate-dev/sync@0.2.1
518
+ - @baseplate-dev/utils@0.2.1
519
+
520
+ ## 0.2.0
521
+
522
+ ### Patch Changes
523
+
524
+ - [#568](https://github.com/halfdomelabs/baseplate/pull/568) [`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3) Thanks [@kingston](https://github.com/kingston)! - Enable the import-x/consistent-type-specifier-style rule to clean up type imports
525
+
526
+ - [#576](https://github.com/halfdomelabs/baseplate/pull/576) [`fd63554`](https://github.com/halfdomelabs/baseplate/commit/fd635544eb6df0385501f61f3e51bce554633458) Thanks [@kingston](https://github.com/kingston)! - Rename entity UID to Key to make it clearer what is happening
527
+
528
+ - [#580](https://github.com/halfdomelabs/baseplate/pull/580) [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13) Thanks [@kingston](https://github.com/kingston)! - Add command to list available generators with templates
529
+
530
+ - [#570](https://github.com/halfdomelabs/baseplate/pull/570) [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9) Thanks [@kingston](https://github.com/kingston)! - Implement phase 1 of reverse template generator v2
531
+
532
+ - Updated dependencies [[`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3), [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264), [`fd63554`](https://github.com/halfdomelabs/baseplate/commit/fd635544eb6df0385501f61f3e51bce554633458), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9)]:
533
+ - @baseplate-dev/react-generators@0.2.0
534
+ - @baseplate-dev/project-builder-lib@0.2.0
535
+ - @baseplate-dev/fastify-generators@0.2.0
536
+ - @baseplate-dev/core-generators@0.2.0
537
+ - @baseplate-dev/utils@0.2.0
538
+ - @baseplate-dev/sync@0.2.0
539
+
540
+ ## 0.1.3
541
+
542
+ ### Patch Changes
543
+
544
+ - [#562](https://github.com/halfdomelabs/baseplate/pull/562) [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad) Thanks [@kingston](https://github.com/kingston)! - Switch to Typescript project references for building/watching project
545
+ - [#566](https://github.com/halfdomelabs/baseplate/pull/566)[`6e853b5`](https://github.com/halfdomelabs/baseplate/commit/6e853b5765ea0830904cd132274f49872a61b3f8) Thanks [@kingston](https://github.com/kingston)! - Move the clean folder from `baseplate/.clean` to `baseplate/generated`
546
+
547
+ - Updated dependencies [[`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545), [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad)]:
548
+ - @baseplate-dev/project-builder-lib@0.1.3
549
+ - @baseplate-dev/fastify-generators@0.1.3
550
+ - @baseplate-dev/react-generators@0.1.3
551
+ - @baseplate-dev/core-generators@0.1.3
552
+ - @baseplate-dev/utils@0.1.3
553
+ - @baseplate-dev/sync@0.1.3
554
+
555
+ ## 0.1.2
556
+
557
+ ### Patch Changes
558
+
559
+ - [#560](https://github.com/halfdomelabs/baseplate/pull/560) [`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8) Thanks [@kingston](https://github.com/kingston)! - Add README files to all packages and plugins explaining their purpose within the Baseplate monorepo.
560
+
561
+ - Updated dependencies [[`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8)]:
562
+ - @baseplate-dev/project-builder-lib@0.1.2
563
+ - @baseplate-dev/sync@0.1.2
564
+ - @baseplate-dev/core-generators@0.1.2
565
+ - @baseplate-dev/react-generators@0.1.2
566
+ - @baseplate-dev/fastify-generators@0.1.2
567
+ - @baseplate-dev/utils@0.1.2
568
+
569
+ ## 0.1.1
570
+
571
+ ### Patch Changes
572
+
573
+ - [#559](https://github.com/halfdomelabs/baseplate/pull/559) [`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b) Thanks [@kingston](https://github.com/kingston)! - Rename workspace to @baseplate-dev/\* and reset versions to 0.1.0
574
+
575
+ - [#557](https://github.com/halfdomelabs/baseplate/pull/557) [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad) Thanks [@kingston](https://github.com/kingston)! - Update LICENSE to modified MPL-2.0 license
576
+
577
+ - Updated dependencies [[`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b), [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad)]:
578
+ - @baseplate-dev/project-builder-lib@0.1.1
579
+ - @baseplate-dev/fastify-generators@0.1.1
580
+ - @baseplate-dev/react-generators@0.1.1
581
+ - @baseplate-dev/core-generators@0.1.1
582
+ - @baseplate-dev/utils@0.1.1
583
+ - @baseplate-dev/sync@0.1.1
@@ -1 +1 @@
1
- {"version":3,"file":"create-generator.action.d.ts","sourceRoot":"","sources":["../../../src/actions/generators/create-generator.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkCxB;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;kBAiChC,CAAC"}
1
+ {"version":3,"file":"create-generator.action.d.ts","sourceRoot":"","sources":["../../../src/actions/generators/create-generator.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkCxB;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;kBAgChC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-generator.action.js","sourceRoot":"","sources":["../../../src/actions/generators/create-generator.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,+DAA+D;AAC/D,MAAM,mBAAmB,GAAG,CAAC;KAC1B,MAAM,EAAE;KACR,KAAK,CACJ,oCAAoC,EACpC,4FAA4F,CAC7F,CAAC;AAEJ,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,mBAAmB,CAAC,QAAQ,CAChC,mEAAmE,CACpE;IACD,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CACP,uFAAuF,CACxF;IACH,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,oCAAoC,CAAC;CAClD,CAAC,CAAC;AAEH,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC/C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IAChE,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACvE,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,uBAAuB,CAAC;CACpE,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,mBAAmB,CAAC;IACvD,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,kBAAkB;IACzB,WAAW,EACT,4GAA4G;IAC9G,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,2BAA2B;IACzC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAChC,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,KAAK,CAAC;QAEpD,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,MAAM,CACtC,2CAA2C,CAC5C,CAAC;QAEF,MAAM,MAAM,GAAG,eAAe,CAAC;YAC7B,IAAI;YACJ,SAAS;YACT,gBAAgB;SACjB,CAAC,CAAC;QAEH,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACpC,OAAO,MAAM,CAAC;IAChB,CAAC;IACD,cAAc,EAAE,CAAC,MAAM,EAAE,EAAE;QACzB,OAAO,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;QACpC,OAAO,CAAC,IAAI,CAAC,sBAAsB,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;QAC3D,IAAI,MAAM,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACnC,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;YAClC,KAAK,MAAM,IAAI,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;gBACvC,OAAO,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;IACH,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"create-generator.action.js","sourceRoot":"","sources":["../../../src/actions/generators/create-generator.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,+DAA+D;AAC/D,MAAM,mBAAmB,GAAG,CAAC;KAC1B,MAAM,EAAE;KACR,KAAK,CACJ,oCAAoC,EACpC,4FAA4F,CAC7F,CAAC;AAEJ,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,mBAAmB,CAAC,QAAQ,CAChC,mEAAmE,CACpE;IACD,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CACP,uFAAuF,CACxF;IACH,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,oCAAoC,CAAC;CAClD,CAAC,CAAC;AAEH,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC/C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IAChE,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACvE,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,uBAAuB,CAAC;CACpE,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,mBAAmB,CAAC;IACvD,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,kBAAkB;IACzB,WAAW,EACT,4GAA4G;IAC9G,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,2BAA2B;IACzC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAChC,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,KAAK,CAAC;QAEpD,MAAM,EAAE,eAAe,EAAE,GACvB,MAAM,MAAM,CAAC,2CAA2C,CAAC,CAAC;QAE5D,MAAM,MAAM,GAAG,eAAe,CAAC;YAC7B,IAAI;YACJ,SAAS;YACT,gBAAgB;SACjB,CAAC,CAAC;QAEH,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACpC,OAAO,MAAM,CAAC;IAChB,CAAC;IACD,cAAc,EAAE,CAAC,MAAM,EAAE,EAAE;QACzB,OAAO,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;QACpC,OAAO,CAAC,IAAI,CAAC,sBAAsB,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;QAC3D,IAAI,MAAM,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACnC,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;YAClC,KAAK,MAAM,IAAI,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;gBACvC,OAAO,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;IACH,CAAC;CACF,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot-add.action.d.ts","sourceRoot":"","sources":["../../../src/actions/snapshot/snapshot-add.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA+BxB;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAuE5B,CAAC"}
1
+ {"version":3,"file":"snapshot-add.action.d.ts","sourceRoot":"","sources":["../../../src/actions/snapshot/snapshot-add.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA+BxB;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAsE5B,CAAC"}