mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:00:54 +00:00
build: migrate schema deps to typebox
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"dependencies": {
|
||||
"@grammyjs/runner": "^2.0.3",
|
||||
"@grammyjs/transformer-throttler": "^1.2.1",
|
||||
"@sinclair/typebox": "0.34.49",
|
||||
"grammy": "^1.42.0",
|
||||
"typebox": "1.1.28",
|
||||
"undici": "8.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
|
||||
export function createTelegramPollExtraToolSchemas() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user