@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.
Files changed (2) hide show
  1. package/README.md +2 -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.4",
3
+ "version": "0.5.5",
4
4
  "description": "Collection of rules and helpers for Regle",
5
5
  "dependencies": {
6
- "@regle/core": "0.5.4"
6
+ "@regle/core": "0.5.5"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@typescript-eslint/eslint-plugin": "8.18.1",