fix(standard-validator): import standard-schema from jsr (#1291)

pull/1293/head
Jonathan Haines 2025-07-07 17:37:32 +10:00 committed by GitHub
parent e84bb3770d
commit a22fbe78e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/standard-validator': patch
---
Import `jsr:@standard-schema/spec`

View File

@ -6,6 +6,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"imports": { "imports": {
"@standard-schema/spec": "jsr:@standard-schema/spec@^1.0.0",
"hono": "jsr:@hono/hono@^4.8.3" "hono": "jsr:@hono/hono@^4.8.3"
}, },
"publish": { "publish": {