diff options
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -31,6 +31,7 @@ "dependencies": { "@dispatch/auth-apikey": "workspace:*", "@dispatch/conversation-store": "workspace:*", + "@dispatch/journal-sink": "workspace:*", "@dispatch/kernel": "workspace:*", "@dispatch/provider-openai-compat": "workspace:*", "@dispatch/session-orchestrator": "workspace:*", @@ -39,6 +40,13 @@ "@dispatch/transport-http": "workspace:*", }, }, + "packages/journal-sink": { + "name": "@dispatch/journal-sink", + "version": "0.0.0", + "dependencies": { + "@dispatch/kernel": "workspace:*", + }, + }, "packages/kernel": { "name": "@dispatch/kernel", "version": "0.0.0", @@ -107,6 +115,8 @@ "@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"], + "@dispatch/journal-sink": ["@dispatch/journal-sink@workspace:packages/journal-sink"], + "@dispatch/kernel": ["@dispatch/kernel@workspace:packages/kernel"], "@dispatch/provider-openai-compat": ["@dispatch/provider-openai-compat@workspace:packages/provider-openai-compat"], |
