Skip to content

Commit f061a29

Browse files
committed
Add zod
1 parent e272d0b commit f061a29

File tree

2 files changed

+567
-558
lines changed

2 files changed

+567
-558
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mp3"
1212
],
1313
"author": "Tim Koschuetzki <tim@transloadit.com>",
14-
"packageManager": "yarn@4.0.1",
14+
"packageManager": "yarn@4.5.3",
1515
"engines": {
1616
"node": ">= 18"
1717
},
@@ -22,7 +22,8 @@
2222
"into-stream": "^6.0.0",
2323
"is-stream": "^2.0.1",
2424
"p-map": "^4.0.0",
25-
"tus-js-client": "^4.2.3"
25+
"tus-js-client": "^4.2.3",
26+
"zod": "^3.23.8"
2627
},
2728
"devDependencies": {
2829
"@babel/core": "^7.25.8",

0 commit comments

Comments
 (0)