renamed http-client to http and fixed tests

This commit is contained in:
Bojan Kucera 2025-06-07 13:20:58 -04:00
parent e87acb5e18
commit 3d9afd711e
26 changed files with 472 additions and 496 deletions

View file

@ -83,13 +83,13 @@
"bun-types": "*",
},
},
"libs/http-client": {
"name": "@stock-bot/http-client",
"libs/http": {
"name": "@stock-bot/http",
"version": "1.0.0",
"dependencies": {
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"got": "^14.4.2",
"got": "^14.4.7",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
@ -294,7 +294,7 @@
"@stock-bot/event-bus": ["@stock-bot/event-bus@workspace:libs/event-bus"],
"@stock-bot/http-client": ["@stock-bot/http-client@workspace:libs/http-client"],
"@stock-bot/http": ["@stock-bot/http@workspace:libs/http"],
"@stock-bot/logger": ["@stock-bot/logger@workspace:libs/logger"],