@baseplate-dev/project-builder-server 0.5.0 → 0.5.2
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.
- package/CHANGELOG.md +571 -0
- package/dist/actions/generators/create-generator.action.d.ts.map +1 -1
- package/dist/actions/generators/create-generator.action.js.map +1 -1
- package/dist/actions/snapshot/snapshot-add.action.d.ts.map +1 -1
- package/dist/actions/snapshot/snapshot-add.action.js.map +1 -1
- package/dist/actions/snapshot/snapshot-remove.action.d.ts.map +1 -1
- package/dist/actions/snapshot/snapshot-remove.action.js.map +1 -1
- package/dist/actions/snapshot/snapshot-save.action.d.ts.map +1 -1
- package/dist/actions/snapshot/snapshot-save.action.js.map +1 -1
- package/dist/actions/snapshot/snapshot-show.action.d.ts.map +1 -1
- package/dist/actions/snapshot/snapshot-show.action.js.map +1 -1
- package/dist/actions/template-extractor/discover-generators.action.d.ts.map +1 -1
- package/dist/actions/template-extractor/discover-generators.action.js.map +1 -1
- package/dist/actions/template-extractor/extract-templates.action.d.ts.map +1 -1
- package/dist/actions/template-extractor/extract-templates.action.js.map +1 -1
- package/dist/actions/template-extractor/generate-templates.action.d.ts.map +1 -1
- package/dist/actions/template-extractor/generate-templates.action.js.map +1 -1
- package/dist/actions/templates/configure-raw-template.action.d.ts.map +1 -1
- package/dist/actions/templates/configure-raw-template.action.js.map +1 -1
- package/dist/actions/templates/configure-text-template.action.d.ts.map +1 -1
- package/dist/actions/templates/configure-text-template.action.js.map +1 -1
- package/dist/actions/templates/configure-ts-template.action.d.ts.map +1 -1
- package/dist/actions/templates/configure-ts-template.action.js.map +1 -1
- package/dist/actions/templates/delete-template.action.d.ts.map +1 -1
- package/dist/actions/templates/delete-template.action.js.map +1 -1
- package/dist/actions/templates/list-templates.action.d.ts.map +1 -1
- package/dist/actions/templates/list-templates.action.js.map +1 -1
- package/dist/actions/templates/show-template-metadata.action.d.ts.map +1 -1
- package/dist/actions/templates/show-template-metadata.action.js.map +1 -1
- package/dist/compiler/app-compiler.d.ts +1 -1
- package/dist/compiler/app-compiler.d.ts.map +1 -1
- package/dist/compiler/app-compiler.js +2 -3
- package/dist/compiler/app-compiler.js.map +1 -1
- package/dist/compiler/app-entry-builder.d.ts +2 -2
- package/dist/compiler/app-entry-builder.d.ts.map +1 -1
- package/dist/compiler/app-entry-builder.js +1 -1
- package/dist/compiler/app-entry-builder.js.map +1 -1
- package/dist/compiler/backend/authorizers.d.ts +20 -0
- package/dist/compiler/backend/authorizers.d.ts.map +1 -0
- package/dist/compiler/backend/authorizers.js +75 -0
- package/dist/compiler/backend/authorizers.js.map +1 -0
- package/dist/compiler/backend/backend-compiler.d.ts +1 -2
- package/dist/compiler/backend/backend-compiler.d.ts.map +1 -1
- package/dist/compiler/backend/backend-compiler.js +2 -2
- package/dist/compiler/backend/backend-compiler.js.map +1 -1
- package/dist/compiler/backend/fastify.d.ts.map +1 -1
- package/dist/compiler/backend/fastify.js +1 -2
- package/dist/compiler/backend/fastify.js.map +1 -1
- package/dist/compiler/backend/feature.d.ts.map +1 -1
- package/dist/compiler/backend/feature.js +2 -0
- package/dist/compiler/backend/feature.js.map +1 -1
- package/dist/compiler/backend/graphql.js +5 -5
- package/dist/compiler/backend/graphql.js.map +1 -1
- package/dist/compiler/backend/services.d.ts.map +1 -1
- package/dist/compiler/backend/services.js +9 -23
- package/dist/compiler/backend/services.js.map +1 -1
- package/dist/compiler/compile-packages.d.ts.map +1 -1
- package/dist/compiler/compile-packages.js +5 -24
- package/dist/compiler/compile-packages.js.map +1 -1
- package/dist/compiler/library/index.d.ts +1 -0
- package/dist/compiler/library/index.d.ts.map +1 -1
- package/dist/compiler/library/index.js +1 -0
- package/dist/compiler/library/index.js.map +1 -1
- package/dist/compiler/library/library-compiler.d.ts +2 -30
- package/dist/compiler/library/library-compiler.d.ts.map +1 -1
- package/dist/compiler/library/library-compiler.js +8 -63
- package/dist/compiler/library/library-compiler.js.map +1 -1
- package/dist/compiler/library/node-library-package-compiler.d.ts +3 -0
- package/dist/compiler/library/node-library-package-compiler.d.ts.map +1 -0
- package/dist/compiler/library/node-library-package-compiler.js +39 -0
- package/dist/compiler/library/node-library-package-compiler.js.map +1 -0
- package/dist/compiler/package-compiler.d.ts +0 -69
- package/dist/compiler/package-compiler.d.ts.map +1 -1
- package/dist/compiler/package-compiler.js +0 -51
- package/dist/compiler/package-compiler.js.map +1 -1
- package/dist/compiler/root/root-package-compiler.d.ts +2 -2
- package/dist/compiler/root/root-package-compiler.d.ts.map +1 -1
- package/dist/compiler/root/root-package-compiler.js +10 -7
- package/dist/compiler/root/root-package-compiler.js.map +1 -1
- package/dist/compiler/web/admin/crud/actions.d.ts.map +1 -1
- package/dist/compiler/web/admin/crud/actions.js +5 -29
- package/dist/compiler/web/admin/crud/actions.js.map +1 -1
- package/dist/compiler/web/admin/crud/columns.d.ts.map +1 -1
- package/dist/compiler/web/admin/crud/columns.js +9 -43
- package/dist/compiler/web/admin/crud/columns.js.map +1 -1
- package/dist/compiler/web/admin/crud/inputs.d.ts.map +1 -1
- package/dist/compiler/web/admin/crud/inputs.js +6 -150
- package/dist/compiler/web/admin/crud/inputs.js.map +1 -1
- package/dist/compiler/web/web-compiler.d.ts +1 -2
- package/dist/compiler/web/web-compiler.d.ts.map +1 -1
- package/dist/compiler/web/web-compiler.js +4 -3
- package/dist/compiler/web/web-compiler.js.map +1 -1
- package/dist/core-modules/admin-crud-action-compiler.d.ts +4 -0
- package/dist/core-modules/admin-crud-action-compiler.d.ts.map +1 -0
- package/dist/core-modules/admin-crud-action-compiler.js +37 -0
- package/dist/core-modules/admin-crud-action-compiler.js.map +1 -0
- package/dist/core-modules/admin-crud-column-compiler.d.ts +4 -0
- package/dist/core-modules/admin-crud-column-compiler.d.ts.map +1 -0
- package/dist/core-modules/admin-crud-column-compiler.js +47 -0
- package/dist/core-modules/admin-crud-column-compiler.js.map +1 -0
- package/dist/core-modules/admin-crud-input-compiler.d.ts +4 -0
- package/dist/core-modules/admin-crud-input-compiler.d.ts.map +1 -0
- package/dist/core-modules/admin-crud-input-compiler.js +157 -0
- package/dist/core-modules/admin-crud-input-compiler.js.map +1 -0
- package/dist/core-modules/index.d.ts +3 -0
- package/dist/core-modules/index.d.ts.map +1 -0
- package/dist/core-modules/index.js +17 -0
- package/dist/core-modules/index.js.map +1 -0
- package/dist/core-modules/library-type-spec.d.ts +10 -0
- package/dist/core-modules/library-type-spec.d.ts.map +1 -0
- package/dist/core-modules/library-type-spec.js +18 -0
- package/dist/core-modules/library-type-spec.js.map +1 -0
- package/dist/core-modules/model-transformer-compiler.d.ts +4 -0
- package/dist/core-modules/model-transformer-compiler.d.ts.map +1 -0
- package/dist/core-modules/model-transformer-compiler.js +31 -0
- package/dist/core-modules/model-transformer-compiler.js.map +1 -0
- package/dist/diff/diff-utils.d.ts.map +1 -1
- package/dist/diff/diff-utils.js +6 -2
- package/dist/diff/diff-utils.js.map +1 -1
- package/dist/diff/formatters.d.ts.map +1 -1
- package/dist/diff/formatters.js +9 -3
- package/dist/diff/formatters.js.map +1 -1
- package/dist/diff/snapshot/snapshot-management.js +3 -3
- package/dist/diff/snapshot/snapshot-management.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/plugins/node-plugin-store.d.ts.map +1 -1
- package/dist/plugins/node-plugin-store.js +3 -10
- package/dist/plugins/node-plugin-store.js.map +1 -1
- package/dist/plugins/plugin-discovery.js +1 -1
- package/dist/plugins/plugin-discovery.js.map +1 -1
- package/dist/project-definition/load-project-definition.js +3 -3
- package/dist/project-definition/load-project-definition.js.map +1 -1
- package/dist/sync/file-id-map.js +1 -1
- package/dist/sync/file-id-map.js.map +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,571 @@
|
|
|
1
|
+
# @baseplate-dev/project-builder-server
|
|
2
|
+
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
- New `prisma/prisma-model-authorizer` generator in fastify-generators
|
|
9
|
+
- Expression codegen utility to transform DSL expressions to TypeScript code
|
|
10
|
+
- Compiler wiring to instantiate generator per model with authorizer roles
|
|
11
|
+
|
|
12
|
+
- [#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
|
|
13
|
+
|
|
14
|
+
- [#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
|
|
15
|
+
|
|
16
|
+
**Security fixes:**
|
|
17
|
+
- @modelcontextprotocol/sdk: 1.25.1 → 1.26.0 (fixes CVE-2026-25536 - cross-client data leak)
|
|
18
|
+
- fastify: 5.6.2 → 5.7.4 (security patches)
|
|
19
|
+
- diff: 8.0.2 → 8.0.3 (fixes CVE-2026-24001 - DoS vulnerability)
|
|
20
|
+
- testcontainers: 11.10.0 → 11.11.0 (fixes undici vulnerability)
|
|
21
|
+
|
|
22
|
+
**Package updates (monorepo):**
|
|
23
|
+
- @tailwindcss/vite: 4.1.13 → 4.1.18
|
|
24
|
+
- tailwindcss: 4.1.13 → 4.1.18
|
|
25
|
+
- @tanstack/react-router: 1.139.7 → 1.159.5
|
|
26
|
+
- @tanstack/router-plugin: 1.139.7 → 1.159.5
|
|
27
|
+
- @testing-library/jest-dom: 6.6.3 → 6.9.1
|
|
28
|
+
- concurrently: 9.0.1 → 9.2.1
|
|
29
|
+
- ts-morph: 26.0.0 → 27.0.2
|
|
30
|
+
|
|
31
|
+
**Package updates (generated projects):**
|
|
32
|
+
- prisma/@prisma/client/@prisma/adapter-pg: 7.2.0 → 7.4.0
|
|
33
|
+
- postmark: 4.0.2 → 4.0.5
|
|
34
|
+
- axios: 1.12.0 → 1.13.5
|
|
35
|
+
|
|
36
|
+
- 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)]:
|
|
37
|
+
- @baseplate-dev/fastify-generators@0.5.2
|
|
38
|
+
- @baseplate-dev/project-builder-lib@0.5.2
|
|
39
|
+
- @baseplate-dev/react-generators@0.5.2
|
|
40
|
+
- @baseplate-dev/core-generators@0.5.2
|
|
41
|
+
- @baseplate-dev/sync@0.5.2
|
|
42
|
+
- @baseplate-dev/utils@0.5.2
|
|
43
|
+
|
|
44
|
+
## 0.5.1
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [#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
|
|
49
|
+
|
|
50
|
+
- [#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
|
|
51
|
+
|
|
52
|
+
This refactoring overhauls the plugin spec system to introduce a two-phase architecture with lazy initialization:
|
|
53
|
+
|
|
54
|
+
**New Architecture:**
|
|
55
|
+
- **Setup phase (init)**: Plugins register their implementations during module initialization using mutable field containers
|
|
56
|
+
- **Use phase**: Consumers access registered items through a read-only interface, with lazy initialization on first access
|
|
57
|
+
- **FieldMap-based specs**: New `createFieldMapSpec` helper provides type-safe containers (maps, arrays, named arrays, scalars) with automatic source tracking
|
|
58
|
+
|
|
59
|
+
**Key changes:**
|
|
60
|
+
- Rename `PluginImplementationStore` to `PluginSpecStore` with cached `use()` instances
|
|
61
|
+
- Rename `createPlatformPluginExport` to `createPluginModule`
|
|
62
|
+
- Add required `name` field to all plugin modules for unique identification
|
|
63
|
+
- Convert all specs to use `createFieldMapSpec` with typed containers
|
|
64
|
+
- Update all plugin modules to use new registration methods (`.add()`, `.set()`, `.push()`)
|
|
65
|
+
- Introduce `ModuleContext` with `moduleKey` and `pluginKey` for better source tracking
|
|
66
|
+
- Specs now define both `init` (mutable setup interface) and `use` (read-only consumption interface)
|
|
67
|
+
|
|
68
|
+
- [#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
|
|
69
|
+
- Renamed `packages` field to `libraries` in project definition
|
|
70
|
+
- Renamed `packagesFolder` to `librariesFolder` in monorepo settings with new default `libs`
|
|
71
|
+
- Updated entity IDs from `package:*` prefix to `library:*`
|
|
72
|
+
- Added migration (022) to automatically migrate existing projects
|
|
73
|
+
- Reorganized routes from `/apps/*` to `/packages/*` root with `/packages/apps/$key` and `/packages/libs/$key` subroutes
|
|
74
|
+
|
|
75
|
+
**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.
|
|
76
|
+
|
|
77
|
+
- 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)]:
|
|
78
|
+
- @baseplate-dev/fastify-generators@0.5.1
|
|
79
|
+
- @baseplate-dev/react-generators@0.5.1
|
|
80
|
+
- @baseplate-dev/project-builder-lib@0.5.1
|
|
81
|
+
- @baseplate-dev/core-generators@0.5.1
|
|
82
|
+
- @baseplate-dev/sync@0.5.1
|
|
83
|
+
- @baseplate-dev/utils@0.5.1
|
|
84
|
+
|
|
85
|
+
## 0.5.0
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- [#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
|
|
90
|
+
- Add `packages` array to ProjectDefinition schema with node-library type
|
|
91
|
+
- Add `packagesFolder` to MonorepoSettings (default: "packages")
|
|
92
|
+
- Create node-library generator with tsc build configuration
|
|
93
|
+
- Add library package compiler for code generation
|
|
94
|
+
- Update workspace patterns to include packages/\* folder
|
|
95
|
+
- Add UI for creating and managing library packages in the Apps section
|
|
96
|
+
|
|
97
|
+
- [#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
|
|
98
|
+
- New CLI command: `pnpm baseplate sync-file <project> <app> <files...>`
|
|
99
|
+
- New MCP action: `sync-file` for programmatic access
|
|
100
|
+
- Allows applying specific generated files without performing a full sync
|
|
101
|
+
- Writes matching files to both working directory and generated folder
|
|
102
|
+
- Useful for incrementally fixing generators one file at a time
|
|
103
|
+
|
|
104
|
+
- 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)]:
|
|
105
|
+
- @baseplate-dev/fastify-generators@0.5.0
|
|
106
|
+
- @baseplate-dev/core-generators@0.5.0
|
|
107
|
+
- @baseplate-dev/react-generators@0.5.0
|
|
108
|
+
- @baseplate-dev/project-builder-lib@0.5.0
|
|
109
|
+
- @baseplate-dev/sync@0.5.0
|
|
110
|
+
- @baseplate-dev/utils@0.5.0
|
|
111
|
+
|
|
112
|
+
## 0.4.4
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [[`ec2f1e9`](https://github.com/halfdomelabs/baseplate/commit/ec2f1e9716e84cd4a901c071eacf4971436962d9)]:
|
|
117
|
+
- @baseplate-dev/fastify-generators@0.4.4
|
|
118
|
+
- @baseplate-dev/core-generators@0.4.4
|
|
119
|
+
- @baseplate-dev/project-builder-lib@0.4.4
|
|
120
|
+
- @baseplate-dev/react-generators@0.4.4
|
|
121
|
+
- @baseplate-dev/sync@0.4.4
|
|
122
|
+
- @baseplate-dev/utils@0.4.4
|
|
123
|
+
|
|
124
|
+
## 0.4.3
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- [#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
|
|
129
|
+
|
|
130
|
+
- [#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
|
|
131
|
+
|
|
132
|
+
- [#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
|
|
133
|
+
|
|
134
|
+
- 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)]:
|
|
135
|
+
- @baseplate-dev/fastify-generators@0.4.3
|
|
136
|
+
- @baseplate-dev/react-generators@0.4.3
|
|
137
|
+
- @baseplate-dev/core-generators@0.4.3
|
|
138
|
+
- @baseplate-dev/project-builder-lib@0.4.3
|
|
139
|
+
- @baseplate-dev/sync@0.4.3
|
|
140
|
+
- @baseplate-dev/utils@0.4.3
|
|
141
|
+
|
|
142
|
+
## 0.4.2
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- [#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
|
|
147
|
+
- Create new BullMQ plugin (`@baseplate-dev/plugin-queue/bullmq`) following the pg-boss plugin pattern
|
|
148
|
+
- Add migration (021) to migrate `enableBullQueue` from backend app config to queue/bullmq plugin config
|
|
149
|
+
- Remove old `bullMqGenerator` and `fastifyBullBoardGenerator` from fastify-generators
|
|
150
|
+
- Remove Bull Board integration (to be replaced with local alternative in the future)
|
|
151
|
+
- Remove `enableBullQueue` option from backend app schema and UI
|
|
152
|
+
|
|
153
|
+
- [#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
|
|
154
|
+
|
|
155
|
+
- [#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
|
|
156
|
+
|
|
157
|
+
- [#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
|
|
158
|
+
|
|
159
|
+
- [#705](https://github.com/halfdomelabs/baseplate/pull/705) [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b) Thanks [@kingston](https://github.com/kingston)! - Upgrade dependencies:
|
|
160
|
+
- Storybook 9.0.18 → 10.1.10
|
|
161
|
+
- TRPC 11.7.2 → 11.8.0
|
|
162
|
+
- MCP SDK 1.23.0 → 1.25.1
|
|
163
|
+
- eslint-plugin-storybook 9.0.18 → 10.1.10
|
|
164
|
+
- 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)]:
|
|
165
|
+
- @baseplate-dev/project-builder-lib@0.4.2
|
|
166
|
+
- @baseplate-dev/fastify-generators@0.4.2
|
|
167
|
+
- @baseplate-dev/sync@0.4.2
|
|
168
|
+
- @baseplate-dev/react-generators@0.4.2
|
|
169
|
+
- @baseplate-dev/core-generators@0.4.2
|
|
170
|
+
- @baseplate-dev/utils@0.4.2
|
|
171
|
+
|
|
172
|
+
## 0.4.1
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- [#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.
|
|
177
|
+
|
|
178
|
+
- Updated dependencies []:
|
|
179
|
+
- @baseplate-dev/core-generators@0.4.1
|
|
180
|
+
- @baseplate-dev/fastify-generators@0.4.1
|
|
181
|
+
- @baseplate-dev/project-builder-lib@0.4.1
|
|
182
|
+
- @baseplate-dev/react-generators@0.4.1
|
|
183
|
+
- @baseplate-dev/sync@0.4.1
|
|
184
|
+
- @baseplate-dev/utils@0.4.1
|
|
185
|
+
|
|
186
|
+
## 0.4.0
|
|
187
|
+
|
|
188
|
+
### Minor Changes
|
|
189
|
+
|
|
190
|
+
- [#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
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- [#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
|
|
195
|
+
|
|
196
|
+
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.
|
|
197
|
+
|
|
198
|
+
**Breaking Changes:**
|
|
199
|
+
- Docker files now generate at `docker/` (root) instead of `apps/backend/docker/`
|
|
200
|
+
- `enableRedis` removed from backend app configuration - moved to project-level infrastructure settings
|
|
201
|
+
- New Infrastructure settings page for configuring Redis (Postgres is always enabled)
|
|
202
|
+
|
|
203
|
+
- [#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.
|
|
204
|
+
|
|
205
|
+
- 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)]:
|
|
206
|
+
- @baseplate-dev/project-builder-lib@0.4.0
|
|
207
|
+
- @baseplate-dev/fastify-generators@0.4.0
|
|
208
|
+
- @baseplate-dev/sync@0.4.0
|
|
209
|
+
- @baseplate-dev/core-generators@0.4.0
|
|
210
|
+
- @baseplate-dev/utils@0.4.0
|
|
211
|
+
- @baseplate-dev/react-generators@0.4.0
|
|
212
|
+
|
|
213
|
+
## 0.3.8
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies [[`fc93dd7`](https://github.com/halfdomelabs/baseplate/commit/fc93dd70c182ac99d1f025745d88a32d6de733f5)]:
|
|
218
|
+
- @baseplate-dev/fastify-generators@0.3.8
|
|
219
|
+
- @baseplate-dev/core-generators@0.3.8
|
|
220
|
+
- @baseplate-dev/project-builder-lib@0.3.8
|
|
221
|
+
- @baseplate-dev/react-generators@0.3.8
|
|
222
|
+
- @baseplate-dev/sync@0.3.8
|
|
223
|
+
- @baseplate-dev/utils@0.3.8
|
|
224
|
+
|
|
225
|
+
## 0.3.7
|
|
226
|
+
|
|
227
|
+
### Patch Changes
|
|
228
|
+
|
|
229
|
+
- [#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
|
|
230
|
+
|
|
231
|
+
- 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)]:
|
|
232
|
+
- @baseplate-dev/core-generators@0.3.7
|
|
233
|
+
- @baseplate-dev/fastify-generators@0.3.7
|
|
234
|
+
- @baseplate-dev/react-generators@0.3.7
|
|
235
|
+
- @baseplate-dev/project-builder-lib@0.3.7
|
|
236
|
+
- @baseplate-dev/sync@0.3.7
|
|
237
|
+
- @baseplate-dev/utils@0.3.7
|
|
238
|
+
|
|
239
|
+
## 0.3.6
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- Updated dependencies [[`1186a21`](https://github.com/halfdomelabs/baseplate/commit/1186a21df267d112a84a42ff1d3c87b495452ce0), [`354b975`](https://github.com/halfdomelabs/baseplate/commit/354b9754e126f4e9f6f4cda0ac4e5f7ca15c0160)]:
|
|
244
|
+
- @baseplate-dev/core-generators@0.3.6
|
|
245
|
+
- @baseplate-dev/react-generators@0.3.6
|
|
246
|
+
- @baseplate-dev/fastify-generators@0.3.6
|
|
247
|
+
- @baseplate-dev/project-builder-lib@0.3.6
|
|
248
|
+
- @baseplate-dev/sync@0.3.6
|
|
249
|
+
- @baseplate-dev/utils@0.3.6
|
|
250
|
+
|
|
251
|
+
## 0.3.5
|
|
252
|
+
|
|
253
|
+
### Patch Changes
|
|
254
|
+
|
|
255
|
+
- [#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
|
|
256
|
+
|
|
257
|
+
- Updated dependencies [[`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12)]:
|
|
258
|
+
- @baseplate-dev/react-generators@0.3.5
|
|
259
|
+
- @baseplate-dev/core-generators@0.3.5
|
|
260
|
+
- @baseplate-dev/fastify-generators@0.3.5
|
|
261
|
+
- @baseplate-dev/project-builder-lib@0.3.5
|
|
262
|
+
- @baseplate-dev/sync@0.3.5
|
|
263
|
+
- @baseplate-dev/utils@0.3.5
|
|
264
|
+
|
|
265
|
+
## 0.3.4
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- [#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
|
|
270
|
+
- Added PORT_OFFSET environment variable to run multiple dev container instances
|
|
271
|
+
- Changed default ports to safer, more memorable ranges (4300, 4400, 4500)
|
|
272
|
+
- Server, web, and dev server ports now respect PORT_OFFSET from root .env file
|
|
273
|
+
- Each instance can run on predictable, non-conflicting ports
|
|
274
|
+
- Created helper script for setting up parallel environments with different offsets
|
|
275
|
+
|
|
276
|
+
- [#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
|
|
277
|
+
|
|
278
|
+
This upgrade modernizes the codebase with TypeScript 5.8, enables erasable syntax only mode for better performance, and updates runtime dependencies.
|
|
279
|
+
|
|
280
|
+
**Key Changes:**
|
|
281
|
+
- Upgraded TypeScript to version 5.8
|
|
282
|
+
- Enabled `erasableSyntaxOnly` compiler option for improved build performance
|
|
283
|
+
- Updated Node.js requirement to 22.18
|
|
284
|
+
- Updated PNPM requirement to 10.15
|
|
285
|
+
- Fixed parameter property syntax to be compatible with erasable syntax only mode
|
|
286
|
+
|
|
287
|
+
- 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)]:
|
|
288
|
+
- @baseplate-dev/sync@0.3.4
|
|
289
|
+
- @baseplate-dev/fastify-generators@0.3.4
|
|
290
|
+
- @baseplate-dev/react-generators@0.3.4
|
|
291
|
+
- @baseplate-dev/project-builder-lib@0.3.4
|
|
292
|
+
- @baseplate-dev/core-generators@0.3.4
|
|
293
|
+
- @baseplate-dev/utils@0.3.4
|
|
294
|
+
|
|
295
|
+
## 0.3.3
|
|
296
|
+
|
|
297
|
+
### Patch Changes
|
|
298
|
+
|
|
299
|
+
- Updated dependencies []:
|
|
300
|
+
- @baseplate-dev/core-generators@0.3.3
|
|
301
|
+
- @baseplate-dev/fastify-generators@0.3.3
|
|
302
|
+
- @baseplate-dev/project-builder-lib@0.3.3
|
|
303
|
+
- @baseplate-dev/react-generators@0.3.3
|
|
304
|
+
- @baseplate-dev/sync@0.3.3
|
|
305
|
+
- @baseplate-dev/utils@0.3.3
|
|
306
|
+
|
|
307
|
+
## 0.3.2
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- 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)]:
|
|
312
|
+
- @baseplate-dev/project-builder-lib@0.3.2
|
|
313
|
+
- @baseplate-dev/react-generators@0.3.2
|
|
314
|
+
- @baseplate-dev/core-generators@0.3.2
|
|
315
|
+
- @baseplate-dev/fastify-generators@0.3.2
|
|
316
|
+
- @baseplate-dev/sync@0.3.2
|
|
317
|
+
- @baseplate-dev/utils@0.3.2
|
|
318
|
+
|
|
319
|
+
## 0.3.1
|
|
320
|
+
|
|
321
|
+
### Patch Changes
|
|
322
|
+
|
|
323
|
+
- Updated dependencies [[`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788), [`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788)]:
|
|
324
|
+
- @baseplate-dev/core-generators@0.3.1
|
|
325
|
+
- @baseplate-dev/react-generators@0.3.1
|
|
326
|
+
- @baseplate-dev/fastify-generators@0.3.1
|
|
327
|
+
- @baseplate-dev/project-builder-lib@0.3.1
|
|
328
|
+
- @baseplate-dev/sync@0.3.1
|
|
329
|
+
- @baseplate-dev/utils@0.3.1
|
|
330
|
+
|
|
331
|
+
## 0.3.0
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- [#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
|
|
336
|
+
|
|
337
|
+
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:
|
|
338
|
+
- Added `scanWorkingDirectory` function using `globby` for efficient directory traversal
|
|
339
|
+
- Updated `compareFiles` function to detect and report deleted files in addition to added and modified files
|
|
340
|
+
- Enhanced diff output to show deleted files with proper formatting and unified diffs
|
|
341
|
+
- Added comprehensive unit tests for the new directory scanning functionality
|
|
342
|
+
- Maintained compatibility with existing ignore patterns and glob filters
|
|
343
|
+
|
|
344
|
+
**New Default Ignore Patterns:**
|
|
345
|
+
- Added `baseplate/**/*` to ignore Baseplate configuration and project definition files
|
|
346
|
+
- Added `prisma/migrations/**/*` to ignore Prisma migration files that are auto-generated
|
|
347
|
+
|
|
348
|
+
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.
|
|
349
|
+
|
|
350
|
+
- [#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
|
|
351
|
+
|
|
352
|
+
This adds a complete suite of snapshot commands to manage persistent differences between generated and working codebases:
|
|
353
|
+
|
|
354
|
+
**New Commands:**
|
|
355
|
+
- `baseplate snapshot save <project-directory> <app>` - Save snapshot of current differences (with confirmation prompt)
|
|
356
|
+
- `baseplate snapshot add <project-directory> <app> <files...>` - Add specific files to snapshot tracking
|
|
357
|
+
- `baseplate snapshot add --deleted <project-directory> <app> <files...>` - Mark files as intentionally deleted
|
|
358
|
+
- `baseplate snapshot remove <project-directory> <app> <files...>` - Remove files from snapshot tracking
|
|
359
|
+
- `baseplate snapshot show <project-directory> <app>` - Display current snapshot contents
|
|
360
|
+
|
|
361
|
+
**Features:**
|
|
362
|
+
- Granular file-level snapshot management following established CLI patterns
|
|
363
|
+
- Integration with existing snapshot storage system (`.baseplate-snapshot/` directory)
|
|
364
|
+
- Automatic snapshot directory resolution with `--snapshot-dir` option
|
|
365
|
+
- Comprehensive error handling and user confirmation for destructive operations
|
|
366
|
+
- Support for tracking both modified and intentionally deleted files
|
|
367
|
+
|
|
368
|
+
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.
|
|
369
|
+
|
|
370
|
+
- [#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.
|
|
371
|
+
|
|
372
|
+
- 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)]:
|
|
373
|
+
- @baseplate-dev/react-generators@0.3.0
|
|
374
|
+
- @baseplate-dev/sync@0.3.0
|
|
375
|
+
- @baseplate-dev/project-builder-lib@0.3.0
|
|
376
|
+
- @baseplate-dev/fastify-generators@0.3.0
|
|
377
|
+
- @baseplate-dev/core-generators@0.3.0
|
|
378
|
+
- @baseplate-dev/utils@0.3.0
|
|
379
|
+
|
|
380
|
+
## 0.2.6
|
|
381
|
+
|
|
382
|
+
### Patch Changes
|
|
383
|
+
|
|
384
|
+
- 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)]:
|
|
385
|
+
- @baseplate-dev/react-generators@0.2.6
|
|
386
|
+
- @baseplate-dev/project-builder-lib@0.2.6
|
|
387
|
+
- @baseplate-dev/core-generators@0.2.6
|
|
388
|
+
- @baseplate-dev/fastify-generators@0.2.6
|
|
389
|
+
- @baseplate-dev/sync@0.2.6
|
|
390
|
+
- @baseplate-dev/utils@0.2.6
|
|
391
|
+
|
|
392
|
+
## 0.2.5
|
|
393
|
+
|
|
394
|
+
### Patch Changes
|
|
395
|
+
|
|
396
|
+
- [#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
|
|
397
|
+
|
|
398
|
+
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.
|
|
399
|
+
|
|
400
|
+
Additionally, introduces a new `baseplate sync` command (replacing `build`) with a `--force-overwrite` flag that respects ignore patterns when overwriting files.
|
|
401
|
+
|
|
402
|
+
Features:
|
|
403
|
+
- Uses `.baseplateignore` file in project root with gitignore-style syntax
|
|
404
|
+
- Includes sensible default patterns (.env, \*.log, node_modules/, dist/, build/, .DS_Store, Thumbs.db)
|
|
405
|
+
- Can be disabled with `--no-ignore-file` flag
|
|
406
|
+
- Backward compatible (enabled by default)
|
|
407
|
+
- Graceful fallback when `.baseplateignore` doesn't exist
|
|
408
|
+
|
|
409
|
+
- [#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
|
|
410
|
+
|
|
411
|
+
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.
|
|
412
|
+
|
|
413
|
+
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.
|
|
414
|
+
|
|
415
|
+
- 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)]:
|
|
416
|
+
- @baseplate-dev/react-generators@0.2.5
|
|
417
|
+
- @baseplate-dev/fastify-generators@0.2.5
|
|
418
|
+
- @baseplate-dev/sync@0.2.5
|
|
419
|
+
- @baseplate-dev/project-builder-lib@0.2.5
|
|
420
|
+
- @baseplate-dev/core-generators@0.2.5
|
|
421
|
+
- @baseplate-dev/utils@0.2.5
|
|
422
|
+
|
|
423
|
+
## 0.2.4
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Updated dependencies [[`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6), [`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6)]:
|
|
428
|
+
- @baseplate-dev/utils@0.2.4
|
|
429
|
+
- @baseplate-dev/react-generators@0.2.4
|
|
430
|
+
- @baseplate-dev/core-generators@0.2.4
|
|
431
|
+
- @baseplate-dev/fastify-generators@0.2.4
|
|
432
|
+
- @baseplate-dev/project-builder-lib@0.2.4
|
|
433
|
+
- @baseplate-dev/sync@0.2.4
|
|
434
|
+
|
|
435
|
+
## 0.2.3
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- [#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
|
|
440
|
+
|
|
441
|
+
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.
|
|
442
|
+
|
|
443
|
+
Features:
|
|
444
|
+
- Shows unified diff format by default
|
|
445
|
+
- Supports `--compact` flag for summary format with change counts
|
|
446
|
+
- Supports `--app` flag to filter by specific applications
|
|
447
|
+
- Supports `--glob` flag to filter files by glob patterns
|
|
448
|
+
- Handles binary files using isbinaryfile package
|
|
449
|
+
- Modular design with separate utilities for diffing, formatting, and comparison
|
|
450
|
+
|
|
451
|
+
- [#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
|
|
452
|
+
|
|
453
|
+
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.
|
|
454
|
+
|
|
455
|
+
Example changes:
|
|
456
|
+
- `user-service.ts` → `user.crud.ts`
|
|
457
|
+
- `todo-item-service.ts` → `todo-item.crud.ts`
|
|
458
|
+
|
|
459
|
+
- [#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
|
|
460
|
+
- Consolidate template definitions in extractor.json using template names as keys instead of file paths
|
|
461
|
+
- Rename .template-metadata.json to .templates-info.json with simplified instance tracking
|
|
462
|
+
- Remove file-id-map.json dependency and related file ID mapping logic
|
|
463
|
+
- Update TemplateExtractorConfigLookup to work without file ID mapping
|
|
464
|
+
- Update all template extractors and tests to use new metadata format
|
|
465
|
+
- Add migration script to convert existing extractor.json files to new format
|
|
466
|
+
|
|
467
|
+
- [#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
|
|
468
|
+
- Add `templates generate <directory> <app>` CLI command to regenerate template files from existing extractor.json configurations
|
|
469
|
+
- Add `--skip-clean` option to skip cleaning output directories
|
|
470
|
+
- Add `generateTemplateFiles` function in sync package that initializes plugins and writes generated files without running extraction
|
|
471
|
+
- Add `generateTemplateFilesForProject` wrapper function in project-builder-server
|
|
472
|
+
- Command allows manual modification of extractor.json followed by regeneration without full extraction process
|
|
473
|
+
|
|
474
|
+
- 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)]:
|
|
475
|
+
- @baseplate-dev/core-generators@0.2.3
|
|
476
|
+
- @baseplate-dev/sync@0.2.3
|
|
477
|
+
- @baseplate-dev/react-generators@0.2.3
|
|
478
|
+
- @baseplate-dev/fastify-generators@0.2.3
|
|
479
|
+
- @baseplate-dev/project-builder-lib@0.2.3
|
|
480
|
+
- @baseplate-dev/utils@0.2.3
|
|
481
|
+
|
|
482
|
+
## 0.2.2
|
|
483
|
+
|
|
484
|
+
### Patch Changes
|
|
485
|
+
|
|
486
|
+
- [#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
|
|
487
|
+
|
|
488
|
+
- 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)]:
|
|
489
|
+
- @baseplate-dev/utils@0.2.2
|
|
490
|
+
- @baseplate-dev/sync@0.2.2
|
|
491
|
+
- @baseplate-dev/react-generators@0.2.2
|
|
492
|
+
- @baseplate-dev/project-builder-lib@0.2.2
|
|
493
|
+
- @baseplate-dev/core-generators@0.2.2
|
|
494
|
+
- @baseplate-dev/fastify-generators@0.2.2
|
|
495
|
+
|
|
496
|
+
## 0.2.1
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- Updated dependencies [[`d7d9985`](https://github.com/halfdomelabs/baseplate/commit/d7d998540ca5886259f93b5020c4d8939c5cdf5f)]:
|
|
501
|
+
- @baseplate-dev/react-generators@0.2.1
|
|
502
|
+
- @baseplate-dev/core-generators@0.2.1
|
|
503
|
+
- @baseplate-dev/project-builder-lib@0.2.1
|
|
504
|
+
- @baseplate-dev/fastify-generators@0.2.1
|
|
505
|
+
- @baseplate-dev/sync@0.2.1
|
|
506
|
+
- @baseplate-dev/utils@0.2.1
|
|
507
|
+
|
|
508
|
+
## 0.2.0
|
|
509
|
+
|
|
510
|
+
### Patch Changes
|
|
511
|
+
|
|
512
|
+
- [#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
|
|
513
|
+
|
|
514
|
+
- [#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
|
|
515
|
+
|
|
516
|
+
- [#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
|
|
517
|
+
|
|
518
|
+
- [#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
|
|
519
|
+
|
|
520
|
+
- 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)]:
|
|
521
|
+
- @baseplate-dev/react-generators@0.2.0
|
|
522
|
+
- @baseplate-dev/project-builder-lib@0.2.0
|
|
523
|
+
- @baseplate-dev/fastify-generators@0.2.0
|
|
524
|
+
- @baseplate-dev/core-generators@0.2.0
|
|
525
|
+
- @baseplate-dev/utils@0.2.0
|
|
526
|
+
- @baseplate-dev/sync@0.2.0
|
|
527
|
+
|
|
528
|
+
## 0.1.3
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
- [#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
|
|
533
|
+
- [#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`
|
|
534
|
+
|
|
535
|
+
- Updated dependencies [[`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545), [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad)]:
|
|
536
|
+
- @baseplate-dev/project-builder-lib@0.1.3
|
|
537
|
+
- @baseplate-dev/fastify-generators@0.1.3
|
|
538
|
+
- @baseplate-dev/react-generators@0.1.3
|
|
539
|
+
- @baseplate-dev/core-generators@0.1.3
|
|
540
|
+
- @baseplate-dev/utils@0.1.3
|
|
541
|
+
- @baseplate-dev/sync@0.1.3
|
|
542
|
+
|
|
543
|
+
## 0.1.2
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- [#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.
|
|
548
|
+
|
|
549
|
+
- Updated dependencies [[`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8)]:
|
|
550
|
+
- @baseplate-dev/project-builder-lib@0.1.2
|
|
551
|
+
- @baseplate-dev/sync@0.1.2
|
|
552
|
+
- @baseplate-dev/core-generators@0.1.2
|
|
553
|
+
- @baseplate-dev/react-generators@0.1.2
|
|
554
|
+
- @baseplate-dev/fastify-generators@0.1.2
|
|
555
|
+
- @baseplate-dev/utils@0.1.2
|
|
556
|
+
|
|
557
|
+
## 0.1.1
|
|
558
|
+
|
|
559
|
+
### Patch Changes
|
|
560
|
+
|
|
561
|
+
- [#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
|
|
562
|
+
|
|
563
|
+
- [#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
|
|
564
|
+
|
|
565
|
+
- Updated dependencies [[`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b), [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad)]:
|
|
566
|
+
- @baseplate-dev/project-builder-lib@0.1.1
|
|
567
|
+
- @baseplate-dev/fastify-generators@0.1.1
|
|
568
|
+
- @baseplate-dev/react-generators@0.1.1
|
|
569
|
+
- @baseplate-dev/core-generators@0.1.1
|
|
570
|
+
- @baseplate-dev/utils@0.1.1
|
|
571
|
+
- @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;;;;;;;;;
|
|
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,
|
|
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;;;;;;;;;;
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot-add.action.js","sourceRoot":"","sources":["../../../src/actions/snapshot/snapshot-add.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAElF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC9D,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IAC5D,KAAK,EAAE,CAAC;SACL,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,CAAC,yCAAyC,CAAC;IACtD,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8DAA8D,CAAC;CAC5E,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,QAAQ,CAAC,oDAAoD,CAAC;IACjE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC/C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wCAAwC,CAAC;CAC1E,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;IACnD,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,uBAAuB;IAC9B,WAAW,EAAE,2DAA2D;IACxE,WAAW,EAAE,sBAAsB;IACnC,YAAY,EAAE,uBAAuB;IACrC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAChC,MAAM,EACJ,OAAO,EAAE,SAAS,EAClB,GAAG,EACH,KAAK,EACL,OAAO,GAAG,KAAK,EACf,iBAAiB,GAAG,qBAAqB,GAC1C,GAAG,KAAK,CAAC;QACV,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;QAE1D,IAAI,CAAC;YACH,iCAAiC;YACjC,MAAM,OAAO,GAAG,oBAAoB,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;YAE1D,MAAM,CAAC,IAAI,CACT,UAAU,KAAK,CAAC,MAAM,qCAAqC,OAAO,CAAC,IAAI,UAAU,GAAG,EAAE,CACvF,CAAC;YAEF,+BAA+B;YAC/B,MAAM,aAAa,GAAG,MAAM,6BAA6B,CACvD,OAAO,EACP,MAAM,EACN,OAAO,EACP,UAAU,CACX,CAAC;YAEF,MAAM,EAAE,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"snapshot-add.action.js","sourceRoot":"","sources":["../../../src/actions/snapshot/snapshot-add.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAElF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC9D,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IAC5D,KAAK,EAAE,CAAC;SACL,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,CAAC,yCAAyC,CAAC;IACtD,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8DAA8D,CAAC;CAC5E,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,QAAQ,CAAC,oDAAoD,CAAC;IACjE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC/C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wCAAwC,CAAC;CAC1E,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;IACnD,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,uBAAuB;IAC9B,WAAW,EAAE,2DAA2D;IACxE,WAAW,EAAE,sBAAsB;IACnC,YAAY,EAAE,uBAAuB;IACrC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAChC,MAAM,EACJ,OAAO,EAAE,SAAS,EAClB,GAAG,EACH,KAAK,EACL,OAAO,GAAG,KAAK,EACf,iBAAiB,GAAG,qBAAqB,GAC1C,GAAG,KAAK,CAAC;QACV,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;QAE1D,IAAI,CAAC;YACH,iCAAiC;YACjC,MAAM,OAAO,GAAG,oBAAoB,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;YAE1D,MAAM,CAAC,IAAI,CACT,UAAU,KAAK,CAAC,MAAM,qCAAqC,OAAO,CAAC,IAAI,UAAU,GAAG,EAAE,CACvF,CAAC;YAEF,+BAA+B;YAC/B,MAAM,aAAa,GAAG,MAAM,6BAA6B,CACvD,OAAO,EACP,MAAM,EACN,OAAO,EACP,UAAU,CACX,CAAC;YAEF,MAAM,EAAE,kBAAkB,EAAE,GAC1B,MAAM,MAAM,CAAC,2CAA2C,CAAC,CAAC;YAE5D,MAAM,kBAAkB,CAAC,KAAK,EAAE,OAAO,EAAE;gBACvC,gBAAgB,EAAE,OAAO,CAAC,SAAS;gBACnC,iBAAiB;gBACjB,OAAO,EAAE,GAAG;gBACZ,OAAO,EAAE,aAAa;gBACtB,MAAM;aACP,CAAC,CAAC;YAEH,MAAM,OAAO,GAAG,OAAO;gBACrB,CAAC,CAAC,sBAAsB,KAAK,CAAC,MAAM,8BAA8B;gBAClE,CAAC,CAAC,sBAAsB,KAAK,CAAC,MAAM,sBAAsB,CAAC;YAE7D,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,OAAO;gBACP,UAAU,EAAE,KAAK,CAAC,MAAM;aACzB,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CACV,+CAA+C,SAAS,KAAK,MAAM,CAAC,KAAK,CAAC,EAAE,CAC7E,CAAC;YACF,OAAO;gBACL,OAAO,EAAE,KAAK;gBACd,OAAO,EAAE,oCAAoC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE;gBACrG,UAAU,EAAE,CAAC;aACd,CAAC;QACJ,CAAC;IACH,CAAC;IACD,cAAc,EAAE,CAAC,MAAM,EAAE,EAAE;QACzB,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,OAAO,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;QACtC,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,KAAK,CAAC,KAAK,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;QACvC,CAAC;IACH,CAAC;CACF,CAAC,CAAC"}
|