@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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ [![npm](https://img.shields.io/npm/v/%40sugardarius%2Fanzen?style=flat&labelColor=101010&color=FFC799)](https://www.npmjs.com/package/@sugardarius/anzen)
2
+ [![size](https://img.shields.io/bundlephobia/minzip/%40sugardarius%2Fanzen?style=flat&labelColor=101010&label=size&color=FFC799)](https://bundlephobia.com/package/@sugardarius/anzen)
3
+ [![license](https://img.shields.io/github/license/sugardarius/anzen?style=flat&labelColor=101010&color=FFC799)](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 100kB unpacked.
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.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
- "framework agnostic validation"
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"