@alevnyacow/nzmt 0.31.5 → 0.31.7

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
@@ -23,7 +23,7 @@ Initialize NZMT once, run the scaffolder, and tweak a few files to get a product
23
23
 
24
24
  (may not work on Safari)
25
25
 
26
- https://stackblitz.com/edit/nzmt-playground?file=app%2Fpage.tsx
26
+ https://stackblitz.com/edit/nzmt-playground
27
27
 
28
28
  # Quick start with Prisma
29
29
 
@@ -232,7 +232,7 @@ const { num } = await someMethod.foo({ str: '25' })
232
232
 
233
233
  ## Controllers
234
234
 
235
- Same idea, but metadata uses optional `query`, optional `body`, and `response`.
235
+ Same idea, but metadata uses optional `query` and optional `body` instead of abstract `request`.
236
236
 
237
237
  1. **Metadata** (`*.controller.metadata.ts`):
238
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.31.5",
3
+ "version": "0.31.7",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {