Refactored into a script using zod based on feedback

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-01-27 19:14:44 -06:00
parent ed3bcf377c
commit 4977f58b9a
6 changed files with 94 additions and 127 deletions
+2 -3
View File
@@ -152,8 +152,6 @@
"@types/memjs": "^1.3.3",
"@types/node": "^22.13.14",
"@types/webpack": "^5.28.0",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"array-to-table": "^1.0.1",
"command-exists": "^1.2.9",
"cross-env": "^10.0.0",
@@ -181,7 +179,8 @@
"ts-morph": "^24.0.0",
"typedoc": "^0.28.0",
"typescript": "~5.7.0",
"vite": "^7.1.5"
"vite": "^7.1.5",
"zod": "^3.25.76"
},
"packageManager": "yarn@4.8.1",
"engines": {