feat: download batch

This commit is contained in:
Nathan Flurry 2026-02-23 09:51:18 -08:00
parent 3545139cd3
commit e1a09564e4
14 changed files with 702 additions and 91 deletions

View file

@ -35,10 +35,19 @@
"devDependencies": {
"@types/node": "^22.0.0",
"openapi-typescript": "^6.7.0",
"tar": "^7.0.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"peerDependencies": {
"tar": "^7.0.0"
},
"peerDependenciesMeta": {
"tar": {
"optional": true
}
},
"optionalDependencies": {
"@sandbox-agent/cli": "workspace:*"
}