Version Packages (#829)

pull/830/head @hono/ajv-validator@0.0.1
github-actions[bot] 2024-11-15 17:36:35 +09:00 committed by GitHub
parent c9f63deb95
commit e37c31392c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/ajv-validator': patch
---
Add Ajv validator middleware

View File

@ -0,0 +1,7 @@
# @hono/ajv-validator
## 0.0.1
### Patch Changes
- [#794](https://github.com/honojs/middleware/pull/794) [`c9f63deb95c6e730163110b57ee7cd8c1bf9e4b9`](https://github.com/honojs/middleware/commit/c9f63deb95c6e730163110b57ee7cd8c1bf9e4b9) Thanks [@ikhvost](https://github.com/ikhvost)! - Add Ajv validator middleware

View File

@ -1,6 +1,6 @@
{
"name": "@hono/ajv-validator",
"version": "0.0.0",
"version": "0.0.1",
"description": "Validator middleware using Ajv",
"type": "module",
"module": "dist/index.js",