servcraft 0.4.6 → 0.4.9

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 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.6** (Current) - Improved CLI design - Phase 3 in progress 🚧
7
+ - **v0.4.9** (Current) - Flexible JS module system (ESM/CommonJS + .js/.cjs) - Phase 3 in progress 🚧
8
+ - **v0.4.8** - Automatic module installation during init
9
+ - **v0.4.7** - CLI header alignment fix
10
+ - **v0.4.6** - Improved CLI design
8
11
  - **v0.4.5** - Lazy Prisma client initialization
9
12
  - **v0.4.4** - Prisma client bundling fix
10
13
  - **v0.4.3** - ESM/CommonJS compatibility fix