mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:20:43 +00:00
fix: keep release validation dependencies green
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
"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"
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -1106,9 +1106,6 @@ 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
|
||||
|
||||
@@ -22,6 +22,7 @@ export * from "../agents/tools/common.js";
|
||||
export * from "../agents/tools/web-guarded-fetch.js";
|
||||
export * from "../agents/tools/web-shared.js";
|
||||
export * from "../agents/tools/web-fetch-utils.js";
|
||||
export * from "../tools/index.js";
|
||||
// Intentional public runtime surface: channel plugins use ingress agent helpers directly.
|
||||
export * from "../agents/agent-command.js";
|
||||
export * from "../tts/tts.js";
|
||||
|
||||
Reference in New Issue
Block a user