mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 09:24:54 +10:00
refactor(auth): replace z.enum with plain TS union; drop zod dependency
AuthProvider was the only zod usage in the package — a z.enum solely to infer a type. Replace with a plain union type and remove zod from packages/auth/package.json dependencies. Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
"better-auth": "1.6.23",
|
||||
"drizzle-orm": "1.0.0-rc.4",
|
||||
"jose": "^6.2.3",
|
||||
"react": "^19.2.7",
|
||||
"zod": "^4.4.3"
|
||||
"react": "^19.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user