@macrulez/vue-form-schema 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@macrulez/vue-form-schema",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Reactive Vue 3 forms generated from JSON, Zod, Yup or Valibot schemas, with validation, input masking, conditional UI and SSR support.",
5
5
  "author": "macrulez <macrulezru@gmail.com> (https://macrulez.ru/en)",
6
6
  "license": "MIT",
@@ -74,7 +74,8 @@
74
74
  "types": "./dist/devtools.d.ts",
75
75
  "import": "./dist/devtools.js",
76
76
  "require": "./dist/devtools.cjs"
77
- }
77
+ },
78
+ "./style.css": "./dist/style.css"
78
79
  },
79
80
  "files": [
80
81
  "dist",