@sugardarius/anzen 2.3.0 → 2.3.1

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sugardarius/anzen",
3
- "version": "2.3.0",
4
- "description": "Fast, flexible, framework validation agnostic, type‑safe factories for creating route handlers, page and layout Server Component files in Next.js.",
3
+ "version": "2.3.1",
4
+ "description": "Fast, flexible, framework validation agnostic, type‑safe factories for creating server actions, route handlers, page and layout Server Component files in Next.js.",
5
5
  "license": "MIT",
6
6
  "packageManager": "npm@11.8.0",
7
7
  "workspaces": [
@@ -54,6 +54,7 @@
54
54
  },
55
55
  "keywords": [
56
56
  "nextjs",
57
+ "safe server actions",
57
58
  "safe route handlers",
58
59
  "safe page server components",
59
60
  "safe layout server components",