Version Packages (#56)

pull/57/head @hono/typebox-validator@0.0.1
github-actions[bot] 2023-02-24 18:27:29 +09:00 committed by GitHub
parent 2a3245ad06
commit 7084477c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/typebox-validator': patch
---
Add TypeBox validator middleware

View File

@ -1 +1,7 @@
# @hono/typebox-validator
## 0.0.1
### Patch Changes
- [#55](https://github.com/honojs/middleware/pull/55) [`2a3245a`](https://github.com/honojs/middleware/commit/2a3245ad060590fee85b4c7b4188196817b41945) Thanks [@curtislarson](https://github.com/curtislarson)! - Add TypeBox validator middleware

View File

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