fix: declare qa lab channel dependency

This commit is contained in:
Peter Steinberger
2026-05-02 06:40:43 +01:00
parent 8ea08fb32b
commit b9c333134b
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"dependencies": {
"@copilotkit/aimock": "1.16.4",
"@modelcontextprotocol/sdk": "1.29.0",
"@openclaw/qa-channel": "workspace:*",
"playwright-core": "1.59.1",
"yaml": "^2.8.3",
"zod": "^4.4.1"

View File

@@ -20,7 +20,7 @@ export {
searchQaBusMessages,
sendQaBusMessage,
setQaChannelRuntime,
} from "../../qa-channel/api.js";
} from "@openclaw/qa-channel/api.js";
export type {
QaBusAttachment,
QaBusConversation,

3
pnpm-lock.yaml generated
View File

@@ -1109,6 +1109,9 @@ importers:
'@modelcontextprotocol/sdk':
specifier: 1.29.0
version: 1.29.0(zod@4.4.1)
'@openclaw/qa-channel':
specifier: workspace:*
version: link:../qa-channel
playwright-core:
specifier: 1.59.1
version: 1.59.1