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
parent
70bae1d573
commit
8525489796
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/typia-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Move 'default' entry point down to fix imports in ESM environments.
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue