@alevnyacow/nzmt 0.16.17 → 0.16.19

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
@@ -4,7 +4,7 @@
4
4
  ![NPM License](https://img.shields.io/npm/l/%40alevnyacow%2Fnzmt)
5
5
  ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/%40alevnyacow/nzmt)
6
6
 
7
- Scaffold full-stack modules in Next.js in seconds with Next **Zod Modules Toolkit (NZMT)**.
7
+ Scaffold full-stack modules in Next.js in seconds with **Next Zod Modules Toolkit (NZMT)**.
8
8
 
9
9
  Get **a DDD-inspired architecture with a contract-first approach** — and Server Actions working out of the box.
10
10
 
@@ -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.19",
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": {