- 
                Notifications
    You must be signed in to change notification settings 
- Fork 58
feat(server): Add comprehensive Zod v4 integration #665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e7b5cfa
              fe73716
              0367c50
              80ca01d
              635a601
              bb34cbc
              d80ae13
              9f35157
              17316df
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -115,6 +115,10 @@ | |
| "types": "./server/zod.d.ts", | ||
| "default": "./server/zod.js" | ||
| }, | ||
| "./server/zodV4": { | ||
| "types": "./server/zodV4.d.ts", | ||
| "default": "./server/zodV4.js" | ||
| }, | ||
| "./react/*": { | ||
| "types": "./react/*.d.ts", | ||
| "default": "./react/*.js" | ||
|  | @@ -163,7 +167,7 @@ | |
| "hono": "^4.0.5", | ||
| "react": "^17.0.2 || ^18.0.0 || ^19.0.0", | ||
| "typescript": "^5.5", | ||
| "zod": "^3.22.4" | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version range should be  See https://zod.dev/v4/versioning 
 | ||
| "zod": "^3.25.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@standard-schema/spec": { | ||
|  | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these imported from convex-helpers instead of zod/v4?