fix(core): Enhance type safety for response in binary requests

This commit is contained in:
2024-11-06 20:58:17 +01:00
parent 62db3a9bc5
commit 39d3bb4d24
6 changed files with 4717 additions and 1979 deletions

View File

@@ -36,17 +36,17 @@
},
"homepage": "https://code.foss.global/push.rocks/smartrequest",
"dependencies": {
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smarturl": "^3.0.6",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smarturl": "^3.1.0",
"agentkeepalive": "^4.5.0",
"form-data": "^4.0.0"
"form-data": "^4.0.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.9.0"
"@types/node": "^22.9.0"
},
"files": [
"ts/**/*",