added cache and started fixing data-service
This commit is contained in:
parent
3fc123eca3
commit
d0e8fd9e3f
15 changed files with 1761 additions and 98 deletions
16
bun.lock
16
bun.lock
|
|
@ -22,6 +22,20 @@
|
|||
"typescript": "^5.4.5",
|
||||
},
|
||||
},
|
||||
"libs/cache": {
|
||||
"name": "@stock-bot/cache",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"ioredis": "^5.3.2",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.0",
|
||||
"typescript": "^5.3.0",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bun-types": "*",
|
||||
},
|
||||
},
|
||||
"libs/config": {
|
||||
"name": "@stock-bot/config",
|
||||
"version": "1.0.0",
|
||||
|
|
@ -269,6 +283,8 @@
|
|||
|
||||
"@protobufjs/utf8": ["@protobufjs/utf8@1.1.0", "", {}, "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="],
|
||||
|
||||
"@stock-bot/cache": ["@stock-bot/cache@workspace:libs/cache"],
|
||||
|
||||
"@stock-bot/config": ["@stock-bot/config@workspace:libs/config"],
|
||||
|
||||
"@stock-bot/data-frame": ["@stock-bot/data-frame@workspace:libs/data-frame"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue