parent
c9f63deb95
commit
e37c31392c
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/ajv-validator': patch
|
||||
---
|
||||
|
||||
Add Ajv validator middleware
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue