@alevnyacow/nzmt 0.16.17 → 0.16.18

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
@@ -176,7 +176,7 @@ A “Repository” is a specific design pattern for managing data. NZMT prefers
176
176
 
177
177
  ## Why not use Nest or tRPC?
178
178
 
179
- `NZMT` combines the best of both worlds while staying in plain Next.js:
179
+ `NZMT` combines the best of both worlds in one package while staying in plain Next.js:
180
180
 
181
181
  - From tRPC — type safety and developer experience
182
182
  - From NestJS — structured architecture (but more DDD-inspired) with intuitive DI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.16.17",
3
+ "version": "0.16.18",
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": {