@alevnyacow/nzmt 0.9.3 → 0.9.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  # About
8
8
 
9
- NZMT is a scaffolding toolkit for building structured Next.js full-stack applications.
9
+ NZMT is a toolkit for building structured Next.js full-stack applications.
10
10
 
11
11
  It combines dependency injection, Zod validation and a DDD-inspired architecture,
12
12
  while removing most of the boilerplate through code generation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",