@better-auth/cli ZOD version dependency

Hey all, The @better-auth/cli ZOD peer dependency is currently set to the following. Should this not have a ^ in front of the v3? Github Page: https://github.com/better-auth/better-auth/blob/canary/packages/cli/package.json Current:
"peerDependencies": {
"zod": "3.25.0 || ^4.0.0"
},
"peerDependencies": {
"zod": "3.25.0 || ^4.0.0"
},
Maybe it should be:
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
},
GitHub
better-auth/packages/cli/package.json at canary · better-auth/bett...
The most comprehensive authentication framework for TypeScript - better-auth/better-auth
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?