@regle/nuxt 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 +1 -4
- package/dist/module.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -22,9 +22,6 @@ Install the module to your Nuxt application with one command:
|
|
|
22
22
|
npx nuxi module add regle
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
## ð Documentation
|
|
26
|
-
|
|
27
|
-
[](https://regle.vercel.app/)
|
|
28
25
|
|
|
29
26
|
## ðŪ Play with it
|
|
30
27
|
|
|
@@ -36,9 +33,9 @@ npx nuxi module add regle
|
|
|
36
33
|
- â
Typescript first
|
|
37
34
|
- ðĪ 100% type inference
|
|
38
35
|
- ð Model based validation
|
|
36
|
+
- ð Collection validation
|
|
39
37
|
- ðŠ Extensible
|
|
40
38
|
- ðĶļââïļ [Zod](https://zod.dev/) support
|
|
41
39
|
- ðĪ [Valibot](https://valibot.dev/) support
|
|
42
40
|
- ðŠķ Light(~7kb gzip) and 0 dependencies
|
|
43
|
-
- ð Collection validation
|
|
44
41
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/nuxt",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Regle nuxt module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@nuxt/kit": "3.14.1592",
|
|
21
21
|
"@nuxt/schema": "3.14.1592",
|
|
22
|
-
"@regle/core": "0.5.
|
|
23
|
-
"@regle/rules": "0.5.
|
|
22
|
+
"@regle/core": "0.5.5",
|
|
23
|
+
"@regle/rules": "0.5.5"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@regle/
|
|
27
|
-
"@regle/
|
|
26
|
+
"@regle/zod": "0.5.5",
|
|
27
|
+
"@regle/valibot": "0.5.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@nuxt/devtools": "1.6.4",
|