update jsonv-ts, fixed tests

This commit is contained in:
dswbx
2025-08-09 14:16:51 +02:00
parent cb873381f1
commit 06300427cb
3 changed files with 9 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ describe("AppServer", () => {
allow_methods: ["GET", "POST", "PATCH", "PUT", "DELETE"],
allow_headers: ["Content-Type", "Content-Length", "Authorization", "Accept"],
},
mcp: {
enabled: false,
},
});
}
@@ -31,6 +34,9 @@ describe("AppServer", () => {
allow_methods: ["GET", "POST"],
allow_headers: ["Content-Type", "Content-Length", "Authorization", "Accept"],
},
mcp: {
enabled: false,
},
});
}
});

View File

@@ -65,7 +65,7 @@
"hono": "4.8.3",
"json-schema-library": "10.0.0-rc7",
"json-schema-to-ts": "^3.1.1",
"jsonv-ts": "0.6.2",
"jsonv-ts": "^0.7.0",
"kysely": "0.27.6",
"lodash-es": "^4.17.21",
"oauth4webapi": "^2.11.1",