Version Packages (#160)

pull/162/head @hono/typia-validator@0.0.2
github-actions[bot] 2023-09-15 22:57:15 +09:00 committed by GitHub
parent 2e4eeb0b70
commit 928f84a226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/typia-validator': patch
---
Add Typia validator

View File

@ -0,0 +1,7 @@
# @hono/typia-validator
## 0.0.2
### Patch Changes
- [#158](https://github.com/honojs/middleware/pull/158) [`2e4eeb0`](https://github.com/honojs/middleware/commit/2e4eeb0b70ab8055739642e50b86351c80d48341) Thanks [@dworznik](https://github.com/dworznik)! - Add Typia validator

View File

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