diff options
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -70,6 +70,7 @@ "@dispatch/surface-loaded-extensions": "workspace:*", "@dispatch/surface-registry": "workspace:*", "@dispatch/throughput-store": "workspace:*", + "@dispatch/todo": "workspace:*", "@dispatch/tool-edit-file": "workspace:*", "@dispatch/tool-read-file": "workspace:*", "@dispatch/tool-shell": "workspace:*", @@ -193,6 +194,15 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/todo": { + "name": "@dispatch/todo", + "version": "0.0.0", + "dependencies": { + "@dispatch/kernel": "workspace:*", + "@dispatch/surface-registry": "workspace:*", + "@dispatch/ui-contract": "workspace:*", + }, + }, "packages/tool-edit-file": { "name": "@dispatch/tool-edit-file", "version": "0.0.0", @@ -340,6 +350,8 @@ "@dispatch/throughput-store": ["@dispatch/throughput-store@workspace:packages/throughput-store"], + "@dispatch/todo": ["@dispatch/todo@workspace:packages/todo"], + "@dispatch/tool-edit-file": ["@dispatch/tool-edit-file@workspace:packages/tool-edit-file"], "@dispatch/tool-read-file": ["@dispatch/tool-read-file@workspace:packages/tool-read-file"], |
