diff options
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -25,6 +25,19 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/host-bin": { + "name": "@dispatch/host-bin", + "version": "0.0.0", + "dependencies": { + "@dispatch/auth-apikey": "workspace:*", + "@dispatch/conversation-store": "workspace:*", + "@dispatch/kernel": "workspace:*", + "@dispatch/provider-openai-compat": "workspace:*", + "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/storage-sqlite": "workspace:*", + "@dispatch/transport-http": "workspace:*", + }, + }, "packages/kernel": { "name": "@dispatch/kernel", "version": "0.0.0", @@ -84,6 +97,8 @@ "@dispatch/conversation-store": ["@dispatch/conversation-store@workspace:packages/conversation-store"], + "@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"], + "@dispatch/kernel": ["@dispatch/kernel@workspace:packages/kernel"], "@dispatch/provider-openai-compat": ["@dispatch/provider-openai-compat@workspace:packages/provider-openai-compat"], |
