Version Packages (#504)

pull/505/head @hono/valibot-validator@0.2.4
github-actions[bot] 2024-05-06 10:24:07 +09:00 committed by GitHub
parent d703577b55
commit 9495f5ddab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/valibot-validator': patch
---
improved vvalidator to infer route types with number queries

View File

@ -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

View File

@ -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",