@alevnyacow/nzmt 0.31.5 → 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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Initialize NZMT once, run the scaffolder, and tweak a few files to get a product
|
|
|
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": {
|