@alevnyacow/nzmt 0.14.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,10 +57,11 @@ npx nzmt crud-api user
57
57
  This will generate:
58
58
 
59
59
  - `User` entity
60
- - `UserStore` contract, `UserRAMStore` and `UserPrismaStore` implementations
61
- - `UserService` proxying all `UserStore` methods
62
- - `UserController` proxying all `UserService` methods
63
- - API `route handlers` can be used from client
60
+ - `UserStore` contract with `RAM` and `Prisma` implementations
61
+ - `UserService` with all business methods
62
+ - `UserController` with ready-to-use API endpoints
63
+ - Fully typed `UserAPI` contract (endpoints + DTOs) for client usage
64
+ - API `route handlers` inside your `app` folder
64
65
 
65
66
  All code is editable - you stay in full control.
66
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",