renamed http-client to http and fixed tests
This commit is contained in:
parent
e87acb5e18
commit
3d9afd711e
26 changed files with 472 additions and 496 deletions
8
bun.lock
8
bun.lock
|
|
@ -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"],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue