Version Packages (#1028)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1017/head
github-actions[bot] 2025-03-23 11:28:53 +09:00 committed by Tim Barley
parent 35031cb9f1
commit 64154467f0
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/typia-validator': patch
---
Move 'default' entry point down to fix imports in ESM environments.

View File

@ -1,5 +1,11 @@
# @hono/typia-validator
## 0.1.2
### Patch Changes
- [#1027](https://github.com/honojs/middleware/pull/1027) [`70bae1d5734bb411b0e9d4ae8f5f010966da8d5c`](https://github.com/honojs/middleware/commit/70bae1d5734bb411b0e9d4ae8f5f010966da8d5c) Thanks [@koteelok](https://github.com/koteelok)! - Move 'default' entry point down to fix imports in ESM environments.
## 0.1.1
### Patch Changes

View File

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