@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 compatible API
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",
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.3"
6
+ "@regle/core": "1.2.0-beta.5"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@typescript-eslint/eslint-plugin": "8.28.0",