mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:50:43 +00:00
build: migrate schema deps to typebox
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "1.29.0",
|
||||
"@sinclair/typebox": "0.34.49",
|
||||
"commander": "^14.0.3",
|
||||
"express": "^5.2.1",
|
||||
"playwright-core": "1.59.1",
|
||||
"typebox": "1.1.28",
|
||||
"undici": "8.1.0",
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { optionalStringEnum, stringEnum } from "openclaw/plugin-sdk/channel-actions";
|
||||
import { Type } from "typebox";
|
||||
|
||||
const BROWSER_ACT_KINDS = [
|
||||
"click",
|
||||
|
||||
Reference in New Issue
Block a user