@sugardarius/anzen 2.0.0 โ 2.0.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.
- package/README.md +5 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
[](https://www.npmjs.com/package/@sugardarius/anzen)
|
|
2
|
+
[](https://bundlephobia.com/package/@sugardarius/anzen)
|
|
3
|
+
[](https://github.com/SugarDarius/anzen/blob/main/LICENSE)
|
|
4
|
+
|
|
1
5
|
A fast, framework validation agnostic, type-safe factories for creating route handlers, page and layout server components files in Next.js.
|
|
2
6
|
|
|
3
7
|
- ๐ง Framework validation agnostic, use a validation library of your choice supporting [Standard Schema](https://standardschema.dev/).
|
|
@@ -5,7 +9,7 @@ A fast, framework validation agnostic, type-safe factories for creating route ha
|
|
|
5
9
|
- ๐งน Clean and flexible API.
|
|
6
10
|
- ๐ Type-safe.
|
|
7
11
|
- ๐ฑ Dependency free.
|
|
8
|
-
- ๐ชถ Less than
|
|
12
|
+
- ๐ชถ Less than 140kB unpacked.
|
|
9
13
|
|
|
10
14
|
## Install
|
|
11
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sugardarius/anzen",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A fast, framework validation agnostic, type-safe factories for creating route handlers, page and layout server components files in Next.js.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"packageManager": "npm@11.3.0",
|
|
@@ -55,7 +55,11 @@
|
|
|
55
55
|
"keywords": [
|
|
56
56
|
"nextjs",
|
|
57
57
|
"safe route handlers",
|
|
58
|
-
"
|
|
58
|
+
"safe page server components",
|
|
59
|
+
"safe layout server components",
|
|
60
|
+
"framework agnostic validation",
|
|
61
|
+
"type-safe validation",
|
|
62
|
+
"type-safe authorization"
|
|
59
63
|
],
|
|
60
64
|
"publishConfig": {
|
|
61
65
|
"access": "public"
|