@regle/nuxt 0.3.3 → 0.4.1
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 +0 -2
- package/dist/module.json +1 -1
- package/package.json +5 -5
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/nuxt",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
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.
|
|
23
|
-
"@regle/rules": "0.
|
|
22
|
+
"@regle/core": "0.4.1",
|
|
23
|
+
"@regle/rules": "0.4.1"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@regle/zod": "0.
|
|
26
|
+
"@regle/zod": "0.4.1"
|
|
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.
|
|
49
|
+
"@regle/zod": "0.4.1"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|