summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
Diffstat (limited to 'bun.lock')
-rw-r--r--bun.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/bun.lock b/bun.lock
index 9b63971..f98aa26 100644
--- a/bun.lock
+++ b/bun.lock
@@ -60,6 +60,7 @@
"@dispatch/credential-store": "workspace:*",
"@dispatch/journal-sink": "workspace:*",
"@dispatch/kernel": "workspace:*",
+ "@dispatch/lsp": "workspace:*",
"@dispatch/provider-openai-compat": "workspace:*",
"@dispatch/session-orchestrator": "workspace:*",
"@dispatch/skills": "workspace:*",
@@ -89,6 +90,13 @@
"@dispatch/wire": "workspace:*",
},
},
+ "packages/lsp": {
+ "name": "@dispatch/lsp",
+ "version": "0.0.0",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ },
+ },
"packages/observability-collector": {
"name": "@dispatch/observability-collector",
"version": "0.0.0",
@@ -194,7 +202,7 @@
},
"packages/transport-contract": {
"name": "@dispatch/transport-contract",
- "version": "0.4.0",
+ "version": "0.5.0",
"dependencies": {
"@dispatch/ui-contract": "workspace:*",
"@dispatch/wire": "workspace:*",
@@ -207,6 +215,7 @@
"@dispatch/conversation-store": "workspace:*",
"@dispatch/credential-store": "workspace:*",
"@dispatch/kernel": "workspace:*",
+ "@dispatch/lsp": "workspace:*",
"@dispatch/session-orchestrator": "workspace:*",
"@dispatch/throughput-store": "workspace:*",
"@dispatch/transport-contract": "workspace:*",
@@ -268,6 +277,8 @@
"@dispatch/kernel": ["@dispatch/kernel@workspace:packages/kernel"],
+ "@dispatch/lsp": ["@dispatch/lsp@workspace:packages/lsp"],
+
"@dispatch/observability-collector": ["@dispatch/observability-collector@workspace:packages/observability-collector"],
"@dispatch/provider-openai-compat": ["@dispatch/provider-openai-compat@workspace:packages/provider-openai-compat"],