fix(standard-validator): import `@standard-schema/spec` for jsr

fix/jsr-import-standard-schema-spec
Yusuke Wada 2025-07-07 16:33:48 +09:00
parent a843d1c95f
commit 344a39feb7
1 changed files with 4 additions and 9 deletions

View File

@ -6,16 +6,11 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"imports": { "imports": {
"hono": "jsr:@hono/hono@^4.8.3" "hono": "jsr:@hono/hono@^4.8.3",
"@standard-schema/spec": "jsr:@standard-schema/spec@1.0.0"
}, },
"publish": { "publish": {
"include": [ "include": ["deno.json", "README.md", "src/**/*.ts"],
"deno.json", "exclude": ["src/**/*.test.ts"]
"README.md",
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
]
} }
} }