@alevnyacow/nzmt 0.16.18 → 0.16.20

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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,15 @@
1
+ <p align="center">
1
2
  <img src='https://raw.githubusercontent.com/alevnyacow/nzmt/refs/heads/main/logo.svg?sanitize=true'></img>
3
+ </p>
2
4
 
3
- [![npm version](https://badge.fury.io/js/@alevnyacow%2Fnzmt.svg)](https://badge.fury.io/js/@alevnyacow%2Fnzmt)
4
- ![NPM License](https://img.shields.io/npm/l/%40alevnyacow%2Fnzmt)
5
- ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/%40alevnyacow/nzmt)
6
5
 
7
- Scaffold full-stack modules in Next.js in seconds with Next **Zod Modules Toolkit (NZMT)**.
6
+ <p align="center">
7
+ <a href="https://badge.fury.io/js/@alevnyacow%2Fnzmt" target="_blank"><img src='https://badge.fury.io/js/@alevnyacow%2Fnzmt.svg'></img></a>
8
+ <img src='https://img.shields.io/npm/l/%40alevnyacow%2Fnzmt'></img>
9
+ <img src='https://img.shields.io/bundlephobia/minzip/%40alevnyacow/nzmt'></img>
10
+ </p>
11
+
12
+ Scaffold full-stack modules in Next.js in seconds with **Next Zod Modules Toolkit (NZMT)**.
8
13
 
9
14
  Get **a DDD-inspired architecture with a contract-first approach** — and Server Actions working out of the box.
10
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.16.18",
3
+ "version": "0.16.20",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolder", "zod", "rest", "contract programming", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {