Version Packages (#945)

pull/949/head @hono/typebox-validator@0.3.1
github-actions[bot] 2025-01-23 11:13:14 +09:00 committed by GitHub
parent 63508a56bb
commit c96c9dec78
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/typebox-validator': patch
---
Fix transiently importing typebox as cjs even when typebox-validator imported as esm

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.3.1
### Patch Changes
- [#942](https://github.com/honojs/middleware/pull/942) [`63508a56bba1d39e7dd6d95c15f85622ed832133`](https://github.com/honojs/middleware/commit/63508a56bba1d39e7dd6d95c15f85622ed832133) Thanks [@cfraz89](https://github.com/cfraz89)! - Fix transiently importing typebox as cjs even when typebox-validator imported as esm
## 0.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.3.0",
"version": "0.3.1",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",