@alevnyacow/nzmt 0.18.5 → 0.18.6

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
@@ -83,8 +83,8 @@ Everything is wired automatically via DI — no manual setup needed.
83
83
  Then tweak a few files:
84
84
 
85
85
  - `/domain/entities/user/user.entity.ts` → entity schema
86
- - `/server/stores/users/user.store.ts` → store schemas (if default schemas do not fit your needs)
87
- - `/server/stores/users/user.store.prisma.ts` → map `UserStore` contracts to Prisma client contracts
86
+ - `/server/stores/user/user.store.ts` → store schemas (if default schemas do not fit your needs)
87
+ - `/server/stores/user/user.store.prisma.ts` → map `UserStore` contracts to Prisma client contracts
88
88
 
89
89
  👉 One command + few tweaks → ready-to-use React Query hooks & Server Actions backend.
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolder", "zod", "rest", "contract programming", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {