parent
f77d7ba2e2
commit
08b7e0d1de
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/standard-validator': minor
|
||||
---
|
||||
|
||||
Initial implementation for Standard Schema support
|
|
@ -0,0 +1,7 @@
|
|||
# @hono/standard-validator
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#887](https://github.com/honojs/middleware/pull/887) [`f77d7ba2e2226f86c302deb1a598cd7c9c8f35da`](https://github.com/honojs/middleware/commit/f77d7ba2e2226f86c302deb1a598cd7c9c8f35da) Thanks [@muningis](https://github.com/muningis)! - Initial implementation for Standard Schema support
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/standard-validator",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Validator middleware using Standard Schema",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Reference in New Issue