@regle/rules 0.5.4 β 0.5.5
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,8 +23,8 @@ It's heavily inspired by Vuelidate.
|
|
|
23
23
|
- β
Typescript first
|
|
24
24
|
- π€ 100% type inference
|
|
25
25
|
- π Model based validation
|
|
26
|
+
- π Collection validation
|
|
26
27
|
- πͺ Extensible
|
|
27
28
|
- π¦ΈββοΈ [Zod](https://zod.dev/) support
|
|
28
29
|
- π€ [Valibot](https://valibot.dev/) support
|
|
29
|
-
- πͺΆ Light(~7kb gzip) and 0 dependencies
|
|
30
|
-
- π Collection validation
|
|
30
|
+
- πͺΆ Light(~7kb gzip) and 0 dependencies
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/rules",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Collection of rules and helpers for Regle",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@regle/core": "0.5.
|
|
6
|
+
"@regle/core": "0.5.5"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@typescript-eslint/eslint-plugin": "8.18.1",
|