@alevnyacow/nzmt 0.15.8 → 0.15.9

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
@@ -39,7 +39,7 @@ npx nzmt init prismaClientPath:@/app/generated/prisma/client
39
39
  npx nzmt crud-api user
40
40
  ```
41
41
 
42
- Let's break down what's been scaffolded.
42
+ Let's break down what's been scaffolded after `npx nzmt crud-api user` command:
43
43
 
44
44
  ### 1. Scaffolded `UserEntity`
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",