@ghentcdh/json-forms-vue 3.0.0 → 3.0.2
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/package.json +4 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghentcdh/json-forms-vue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"deprecated": "Moved to @ghentcdh/crouton-forms-vue. This package is now a re-export shim and will be removed in a future release.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./index.mjs",
|
|
@@ -23,22 +23,9 @@
|
|
|
23
23
|
"optional": true
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"zod": "^4.0.0"
|
|
30
|
-
},
|
|
31
|
-
"peerDependencies": {
|
|
32
|
-
"@playwright/test": ">=1.50.0",
|
|
33
|
-
"@ghentcdh/ui": ">=0.6.0",
|
|
34
|
-
"vue": "^3.5.0",
|
|
35
|
-
"vue-router": "^5.0.0"
|
|
36
|
-
},
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"@jsonforms/core": "^3.4.0",
|
|
39
|
-
"vue": "3.5.29",
|
|
40
|
-
"vue-router": "5.0.3"
|
|
41
|
-
},
|
|
26
|
+
"dependencies": {},
|
|
27
|
+
"peerDependencies": {},
|
|
28
|
+
"devDependencies": {},
|
|
42
29
|
"publishConfig": {
|
|
43
30
|
"access": "public"
|
|
44
31
|
},
|