@regle/nuxt 0.3.2 → 0.4.0

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
@@ -8,8 +8,6 @@
8
8
  Regle \ʁɛɡl\ (French word for 'rule' ) is a Typescript-first model-based validation library for Vue 3.
9
9
  It's heavily inspired by Vuelidate.
10
10
 
11
- > ⚠️ Project is still in development, do not use it in production
12
- > API or function names can still change
13
11
 
14
12
  # 📚 Documentation
15
13
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "regle",
3
3
  "configKey": "regle",
4
- "version": "0.3.2",
4
+ "version": "0.4.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/nuxt",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Regle nuxt module",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,11 +19,11 @@
19
19
  "dependencies": {
20
20
  "@nuxt/kit": "^3.14.1592",
21
21
  "@nuxt/schema": "^3.14.1592",
22
- "@regle/core": "0.3.2",
23
- "@regle/rules": "0.3.2"
22
+ "@regle/core": "0.4.0",
23
+ "@regle/rules": "0.4.0"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@regle/zod": "0.3.2"
26
+ "@regle/zod": "0.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@nuxt/devtools": "^1.6.3",
@@ -46,7 +46,7 @@
46
46
  "vue": "3.5.13",
47
47
  "vue-eslint-parser": "9.4.3",
48
48
  "vue-tsc": "2.1.10",
49
- "@regle/zod": "0.3.2"
49
+ "@regle/zod": "0.4.0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"