diff options
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -104,6 +104,7 @@ "@dispatch/tool-youtube-transcript": "workspace:*", "@dispatch/transport-http": "workspace:*", "@dispatch/transport-ws": "workspace:*", + "@dispatch/vision-handoff": "workspace:*", }, }, "packages/journal-sink": { @@ -371,6 +372,16 @@ "name": "@dispatch/ui-contract", "version": "0.2.0", }, + "packages/vision-handoff": { + "name": "@dispatch/vision-handoff", + "version": "0.0.0", + "dependencies": { + "@dispatch/conversation-store": "workspace:*", + "@dispatch/credential-store": "workspace:*", + "@dispatch/kernel": "workspace:*", + "@dispatch/openai-stream": "workspace:*", + }, + }, "packages/wire": { "name": "@dispatch/wire", "version": "0.12.0", @@ -473,6 +484,8 @@ "@dispatch/ui-contract": ["@dispatch/ui-contract@workspace:packages/ui-contract"], + "@dispatch/vision-handoff": ["@dispatch/vision-handoff@workspace:packages/vision-handoff"], + "@dispatch/wire": ["@dispatch/wire@workspace:packages/wire"], "@esbuild/aix-ppc64": ["@esbuild/[email protected]", "", { "os": "aix", "cpu": "ppc64" }, "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg=="], |
