Remove zod, just use typebox

This commit is contained in:
Dominic Ferrando
2026-07-01 11:06:27 -04:00
parent f5fb64e467
commit e90441bbaa
6 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@blade-and-brawn/domain": "workspace:*",
"zod": "^4.4.3"
"@sinclair/typebox": "^0.34.48"
},
"exports": {
".": "./src/index.ts"