chore: bump @kevisual/router to version 0.0.80, update QueryApi to handle optional fields in metadata args, and enhance JSON Schema conversion

This commit is contained in:
2026-02-18 12:58:44 +08:00
parent 73a9868c19
commit 05dace0c79
10 changed files with 183 additions and 37 deletions

13
test/query-test.ts Normal file
View File

@@ -0,0 +1,13 @@
import { queryApi } from "./query.ts";
queryApi.test.test({
a: 'test'
})
queryApi.demo.d1({
name: 'Alice',
age: 30,
email: '',
count: 5,
// username: ''
})