Version Packages (#25)

pull/27/head @hono/zod-validator@0.0.2
github-actions[bot] 2023-01-18 21:58:11 +09:00 committed by GitHub
parent a831696e1f
commit e4a995f7e2
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/zod-validator': patch
---
fix and refactor types

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.0.2
### Patch Changes
- a831696: fix and refactor types
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes

View File

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