parent
352507bc06
commit
305f463cf6
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/standard-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix result type
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/standard-validator
|
# @hono/standard-validator
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#964](https://github.com/honojs/middleware/pull/964) [`352507bc06857466b75dbf47f6f514d28719f47c`](https://github.com/honojs/middleware/commit/352507bc06857466b75dbf47f6f514d28719f47c) Thanks [@paihu](https://github.com/paihu)! - fix result type
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/standard-validator",
|
"name": "@hono/standard-validator",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Validator middleware using Standard Schema",
|
"description": "Validator middleware using Standard Schema",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue