@alevnyacow/nzmt 0.16.13 → 0.16.15

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,11 +69,11 @@ npx nzmt crud-api user
69
69
 
70
70
  This command generates:
71
71
 
72
- - `UserEntity`
72
+ - `User` entity
73
73
  - `UserStore` (with Prisma + RAM implementations)
74
74
  - `UserService` (ready to be used in Server Actions)
75
75
  - `UserController` proxying UserService methods
76
- - User `API routes` for UserController endpoints
76
+ - `API routes` for UserController endpoints
77
77
  - `React Query hooks` for fetching UserController from client-side
78
78
 
79
79
  Everything is wired automatically via DI — no manual setup needed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.16.13",
3
+ "version": "0.16.15",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",