@alevnyacow/nzmt 0.16.14 → 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,7 @@ 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.16.14",
3
+ "version": "0.16.15",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",