mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
build: migrate schema deps to typebox
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"@pierre/diffs": "1.1.16",
|
||||
"@pierre/theme": "0.0.29",
|
||||
"@sinclair/typebox": "0.34.49",
|
||||
"playwright-core": "1.59.1"
|
||||
"playwright-core": "1.59.1",
|
||||
"typebox": "1.1.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import { Static, Type } from "@sinclair/typebox";
|
||||
import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
|
||||
import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime";
|
||||
import { Static, Type } from "typebox";
|
||||
import type { AnyAgentTool, OpenClawPluginApi, OpenClawPluginToolContext } from "../api.js";
|
||||
import { PlaywrightDiffScreenshotter, type DiffScreenshotter } from "./browser.js";
|
||||
import { resolveDiffImageRenderOptions } from "./config.js";
|
||||
|
||||
Reference in New Issue
Block a user