@alevnyacow/nzmt 0.31.4 → 0.31.6
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,11 +19,11 @@ Batteries included!
|
|
|
19
19
|
|
|
20
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.
|
|
21
21
|
|
|
22
|
-
# Playground
|
|
22
|
+
# Playground on Stackblitz
|
|
23
23
|
|
|
24
24
|
(may not work on Safari)
|
|
25
25
|
|
|
26
|
-
https://stackblitz.com/edit/nzmt-playground
|
|
26
|
+
https://stackblitz.com/edit/nzmt-playground
|
|
27
27
|
|
|
28
28
|
# Quick start with Prisma
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alevnyacow/nzmt",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.6",
|
|
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": {
|