simplify http-client and switch to bun fetch + undeci

This commit is contained in:
Bojan Kucera 2025-06-06 23:24:22 -04:00
parent 08bb21cee7
commit 7eeccfe8f2
7 changed files with 43 additions and 740 deletions

View file

@ -18,7 +18,8 @@
"@stock-bot/types": "*",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5"
"socks-proxy-agent": "^8.0.5",
"undici": "^7.10.0"
},
"devDependencies": {
"@types/node": "^20.11.0",