@alevnyacow/nzmt 0.31.1 → 0.31.2

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,11 +15,16 @@ Get a DDD-inspired architecture with a contract-first approach out of the box. N
15
15
 
16
16
  Batteries included!
17
17
 
18
-
19
18
  # TL;DR
20
19
 
21
20
  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
21
 
22
+ # Playground
23
+
24
+ (may not work on Safari)
25
+
26
+ https://stackblitz.com/edit/nzmt-playground?file=app%2Fpage.tsx
27
+
23
28
  # Quick start with Prisma
24
29
 
25
30
  Assuming you have
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.31.1",
3
+ "version": "0.31.2",
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": {