@alevnyacow/nzmt 0.15.1 → 0.15.2

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,9 +67,11 @@ This will generate:
67
67
 
68
68
  **All code is editable - you stay in full control!**
69
69
 
70
- - **Describe entity properties and validation rules using Zod** for the `User` entity in the scaffolded file `/shared/entities/user/user.entity.ts`.
70
+ So, only two things left to do:
71
71
 
72
- - **Implement Prisma mappers** in `/server/stores/user/user.store.prisma.ts`.
72
+ - Describe entity properties and validation rules using Zod for the `User` entity in the scaffolded file `/shared/entities/user/user.entity.ts`.
73
+
74
+ - Implement Prisma mappers in `/server/stores/user/user.store.prisma.ts`.
73
75
  All methods and contracts are already scaffolded; you only need to describe the mappers themselves. RAM store implementation works out of the box.
74
76
 
75
77
  # Design principles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",