fix(standard-validator): import standard-schema from jsr (#1291)
parent
e84bb3770d
commit
a22fbe78e5
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/standard-validator': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Import `jsr:@standard-schema/spec`
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue