@alevnyacow/nzmt 0.18.9 → 0.18.10

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
@@ -66,7 +66,7 @@ Edit scaffolded `/server/infrastructure/prisma/client.ts` file
66
66
 
67
67
  ## Making full-stack CRUD for `User` entity with React queries and Server Actions
68
68
 
69
- Assuming you have `User` prisma schema.
69
+ Assuming you have some `User` prisma schema.
70
70
 
71
71
  ```bash
72
72
  npx nzmt crud-api user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.18.9",
3
+ "version": "0.18.10",
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": {