@regle/rules 1.2.0-beta.3 β 1.2.0-beta.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ It's heavily inspired by Vuelidate.
|
|
|
27
27
|
- π§° Modular
|
|
28
28
|
- π Async validation
|
|
29
29
|
- π Plug any i18n library
|
|
30
|
-
- π Vuelidate
|
|
30
|
+
- π Vuelidate like API
|
|
31
31
|
- Standard Schemas spec support
|
|
32
32
|
- π¦ΈββοΈ [Zod](https://zod.dev/)
|
|
33
33
|
- π€ [Valibot](https://valibot.dev/)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/rules",
|
|
3
|
-
"version": "1.2.0-beta.
|
|
3
|
+
"version": "1.2.0-beta.5",
|
|
4
4
|
"description": "Collection of rules and helpers for Regle",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@regle/core": "1.2.0-beta.
|
|
6
|
+
"@regle/core": "1.2.0-beta.5"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@typescript-eslint/eslint-plugin": "8.28.0",
|