@alevnyacow/nzmt 0.15.5 → 0.15.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Next.js tools you actually missed + a scaffolder for server logic & client queri
17
17
 
18
18
  # Quick start with Prisma
19
19
 
20
- Example with CRUD API for User entity with react queries (assuming you have a Next.js project with a generated Prisma client `User` prisma schema and configured `@tanstack/react-query`).
20
+ Example with CRUD API for User entity with react queries (assuming you have a Next.js project with a generated Prisma client, `User` prisma schema, and configured `@tanstack/react-query`).
21
21
 
22
22
  ```bash
23
23
  # 1. Install NZMT and dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",