@alevnyacow/nzmt 0.20.3 → 0.20.4

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,16 +9,16 @@
9
9
  <img src='https://img.shields.io/bundlephobia/minzip/%40alevnyacow/nzmt'></img>
10
10
  </p>
11
11
 
12
- Scaffold full-stack modules in Next.js in seconds with **Next Zod Modules Toolkit (NZMT)**.
12
+ Scaffold full-stack modules in Next.js in seconds with **Next Zod Modules Toolkit (NZMT)**.
13
13
 
14
- Get **a DDD-inspired architecture with a contract-first approach** — and Server Actions working out of the box. NZMT also comes with useful infrastructure like DI, logging, unified errors, and endpoint guards for your scaffolded modules. Batteries included!
14
+ Get a DDD-inspired architecture with a contract-first approach out of the box. NZMT also comes with useful infrastructure like DI, logging, unified errors, and endpoint guards.
15
15
 
16
- **API, services, stores, entities, validation, and React Query hooks — all generated for you.** No framework. No lock-in. Just production-ready Next.js.
16
+ Batteries included!
17
17
 
18
18
 
19
19
  # TL;DR
20
20
 
21
- Initialize NZMT once, run the scaffolder, and tweak a few files to get a production-ready DDD-inspired backend usable via Server Actions with ready-to-use React Query hooks.
21
+ Initialize NZMT once, run the scaffolder, and tweak a few files to get a production-ready backend usable via Server Actions with ready-to-use React Query hooks.
22
22
 
23
23
  # Quick start with Prisma
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
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": {