servcraft 0.4.5 → 0.4.8
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/ROADMAP.md +4 -1
- package/dist/cli/index.cjs +4206 -4185
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +4209 -4188
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/commands/add-module.ts +3 -0
- package/src/cli/commands/init.ts +67 -27
package/ROADMAP.md
CHANGED
|
@@ -4,7 +4,10 @@ This document outlines the planned features and improvements for Servcraft.
|
|
|
4
4
|
|
|
5
5
|
## Version History
|
|
6
6
|
|
|
7
|
-
- **v0.4.
|
|
7
|
+
- **v0.4.8** (Current) - Automatic module installation during init - Phase 3 in progress 🚧
|
|
8
|
+
- **v0.4.7** - CLI header alignment fix
|
|
9
|
+
- **v0.4.6** - Improved CLI design
|
|
10
|
+
- **v0.4.5** - Lazy Prisma client initialization
|
|
8
11
|
- **v0.4.4** - Prisma client bundling fix
|
|
9
12
|
- **v0.4.3** - ESM/CommonJS compatibility fix
|
|
10
13
|
- **v0.4.2** - Custom template loading in generate/scaffold
|