summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
Diffstat (limited to 'bun.lock')
-rw-r--r--bun.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 0c5b609..d5446fe 100644
--- a/bun.lock
+++ b/bun.lock
@@ -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"],