@regle/nuxt 0.5.10 → 0.5.12

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 CHANGED
@@ -30,8 +30,7 @@ npx nuxi module add regle
30
30
  | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/~/github.com/victorgarciaesgi/regle-examples/tree/main/examples/simple-example?file=examples/simple-example/src/App.vue&configPath=examples/simple-example) | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/~/github.com/victorgarciaesgi/regle-examples/tree/main/examples/advanced-example?file=examples/advanced-example/src/App.vue&configPath=examples/advanced-example) |
31
31
 
32
32
  ## 🧰 Features
33
- - ✅ Typescript first
34
- - 🤖 100% type inference
33
+ - ✅ 100% type inference
35
34
  - 📖 Model based validation
36
35
  - 🛒 Collection validation
37
36
  - 🪗 Extensible
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "regle",
3
3
  "configKey": "regle",
4
- "version": "0.5.10",
4
+ "version": "0.5.12",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "3.2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/nuxt",
3
- "version": "0.5.10",
3
+ "version": "0.5.12",
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.15.1",
21
21
  "@nuxt/schema": "3.15.1",
22
- "@regle/rules": "0.5.10",
23
- "@regle/core": "0.5.10"
22
+ "@regle/core": "0.5.12",
23
+ "@regle/rules": "0.5.12"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@regle/valibot": "0.5.10",
27
- "@regle/zod": "0.5.10"
26
+ "@regle/zod": "0.5.12",
27
+ "@regle/valibot": "0.5.12"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@nuxt/devtools": "1.7.0",