Version Packages (#824)

pull/826/head @hono/typebox-validator@0.2.6
github-actions[bot] 2024-11-13 05:34:59 +09:00 committed by GitHub
parent 553112c2c6
commit b8bee02ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 8 deletions

View File

@ -1,6 +0,0 @@
---
'@hono/typebox-validator': patch
'@hono/valibot-validator': patch
---
exported the Hook type

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator # @hono/typebox-validator
## 0.2.6
### Patch Changes
- [#821](https://github.com/honojs/middleware/pull/821) [`553112c2c6440f3326e9fde839681620acb3090e`](https://github.com/honojs/middleware/commit/553112c2c6440f3326e9fde839681620acb3090e) Thanks [@MathurAditya724](https://github.com/MathurAditya724)! - exported the Hook type
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/typebox-validator", "name": "@hono/typebox-validator",
"version": "0.2.5", "version": "0.2.6",
"description": "Validator middleware using TypeBox", "description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator # @hono/valibot-validator
## 0.5.1
### Patch Changes
- [#821](https://github.com/honojs/middleware/pull/821) [`553112c2c6440f3326e9fde839681620acb3090e`](https://github.com/honojs/middleware/commit/553112c2c6440f3326e9fde839681620acb3090e) Thanks [@MathurAditya724](https://github.com/MathurAditya724)! - exported the Hook type
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/valibot-validator", "name": "@hono/valibot-validator",
"version": "0.5.0", "version": "0.5.1",
"description": "Validator middleware using Valibot", "description": "Validator middleware using Valibot",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",