add alpaca news wire across ingest api and web
This commit is contained in:
parent
62aae70878
commit
906fe411c9
31 changed files with 1407 additions and 50 deletions
13
bun.lock
13
bun.lock
|
|
@ -121,6 +121,17 @@
|
|||
"zod": "^3.23.8",
|
||||
},
|
||||
},
|
||||
"services/ingest-news": {
|
||||
"name": "@islandflow/ingest-news",
|
||||
"dependencies": {
|
||||
"@islandflow/bus": "workspace:*",
|
||||
"@islandflow/config": "workspace:*",
|
||||
"@islandflow/observability": "workspace:*",
|
||||
"@islandflow/types": "workspace:*",
|
||||
"ws": "^8.18.3",
|
||||
"zod": "^3.23.8",
|
||||
},
|
||||
},
|
||||
"services/ingest-options": {
|
||||
"name": "@islandflow/ingest-options",
|
||||
"dependencies": {
|
||||
|
|
@ -250,6 +261,8 @@
|
|||
|
||||
"@islandflow/ingest-equities": ["@islandflow/ingest-equities@workspace:services/ingest-equities"],
|
||||
|
||||
"@islandflow/ingest-news": ["@islandflow/ingest-news@workspace:services/ingest-news"],
|
||||
|
||||
"@islandflow/ingest-options": ["@islandflow/ingest-options@workspace:services/ingest-options"],
|
||||
|
||||
"@islandflow/observability": ["@islandflow/observability@workspace:packages/observability"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue