Version Packages (#1028)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1006/merge @hono/typia-validator@0.1.2
github-actions[bot] 2025-03-23 11:28:53 +09:00 committed by GitHub
parent 70bae1d573
commit 8525489796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 # @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 ## 0.1.1
### Patch Changes ### Patch Changes

View File

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