parent
d703577b55
commit
9495f5ddab
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
improved vvalidator to infer route types with number queries
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.2.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#502](https://github.com/honojs/middleware/pull/502) [`d703577b551c82506e94c4a9c2ae9e7d933fb695`](https://github.com/honojs/middleware/commit/d703577b551c82506e94c4a9c2ae9e7d933fb695) Thanks [@y-hiraoka](https://github.com/y-hiraoka)! - improved vvalidator to infer route types with number queries
|
||||||
|
|
||||||
## 0.2.3
|
## 0.2.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "Validator middleware using Valibot",
|
"description": "Validator middleware using Valibot",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue