@alevnyacow/nzmt 0.31.3 → 0.31.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ 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
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.31.3",
3
+ "version": "0.31.5",
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": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/alevnyacow/nzmt.git"
9
9
  },
10
- "homepage": "https://stackblitz.com/edit/nzmt-playground?file=app%2Fpage.tsx",
10
+ "homepage": "https://stackblitz.com/edit/nzmt-playground",
11
11
  "license": "MIT",
12
12
  "type": "module",
13
13
  "exports": {