@zod-to-form/vite 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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zod-to-form/vite",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Vite plugin for zod-to-form — transforms ?z2f imports into generated form components and optionally replaces <ZodForm> JSX call sites with generated components at build time",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pradeepmouli/zod-to-form#readme",
@@ -50,8 +50,8 @@
50
50
  "@babel/types": "^7.29.0",
51
51
  "magic-string": "^0.30.21",
52
52
  "pathe": "^2.0.3",
53
- "@zod-to-form/codegen": "0.7.1",
54
- "@zod-to-form/core": "0.7.1"
53
+ "@zod-to-form/codegen": "0.7.2",
54
+ "@zod-to-form/core": "0.8.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/babel__traverse": "^7.28.0",