diff options
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -51,6 +51,13 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/exec-backend": { + "name": "@dispatch/exec-backend", + "version": "0.0.0", + "dependencies": { + "@dispatch/kernel": "workspace:*", + }, + }, "packages/host-bin": { "name": "@dispatch/host-bin", "version": "0.0.0", @@ -351,6 +358,8 @@ "@dispatch/credential-store": ["@dispatch/credential-store@workspace:packages/credential-store"], + "@dispatch/exec-backend": ["@dispatch/exec-backend@workspace:packages/exec-backend"], + "@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"], "@dispatch/journal-sink": ["@dispatch/journal-sink@workspace:packages/journal-sink"], |
