diff options
Diffstat (limited to 'packages/transport-ws/src/manifest.ts')
| -rw-r--r-- | packages/transport-ws/src/manifest.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/transport-ws/src/manifest.ts b/packages/transport-ws/src/manifest.ts index 5058311..eef6f45 100644 --- a/packages/transport-ws/src/manifest.ts +++ b/packages/transport-ws/src/manifest.ts @@ -1,13 +1,13 @@ import type { Manifest } from "@dispatch/kernel"; export const manifest: Manifest = { - id: "transport-ws", - name: "Transport WebSocket", - version: "0.0.0", - apiVersion: "^0.1.0", - trust: "bundled", - dependsOn: ["surface-registry", "session-orchestrator"], - capabilities: { network: true }, - contributes: { routes: ["/ws/surfaces"] }, - activation: "eager", + id: "transport-ws", + name: "Transport WebSocket", + version: "0.0.0", + apiVersion: "^0.1.0", + trust: "bundled", + dependsOn: ["surface-registry", "session-orchestrator"], + capabilities: { network: true }, + contributes: { routes: ["/ws/surfaces"] }, + activation: "eager", }; |
