Skip to content

Commit 738f7e9

Browse files
committed
fix: update zod to 4.x in transcript-server and fix update-lock:docker script
- Update transcript-server to use zod ^4.1.13 for compatibility - Fix update-lock:docker script to properly clean workspace node_modules - Regenerate package-lock.json with clean npmjs.org URLs
1 parent 1968b65 commit 738f7e9

File tree

3 files changed

+473
-308
lines changed

3 files changed

+473
-308
lines changed

examples/transcript-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",
29-
"zod": "^3.23.0"
29+
"zod": "^4.1.13"
3030
},
3131
"devDependencies": {
3232
"@types/cors": "^2.8.19",

0 commit comments

Comments
 (0)