Version Packages (#1323)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1325/head @hono/standard-validator@0.1.4
github-actions[bot] 2025-07-20 08:36:17 +09:00 committed by GitHub
parent 2a46bfbba0
commit b24925168a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/standard-validator': patch
---
Fix cookies output for arktype in standard schema validator

View File

@ -1,5 +1,11 @@
# @hono/standard-validator
## 0.1.4
### Patch Changes
- [#1282](https://github.com/honojs/middleware/pull/1282) [`2a46bfbba0695ae713b58211fd5e83a08b829ad6`](https://github.com/honojs/middleware/commit/2a46bfbba0695ae713b58211fd5e83a08b829ad6) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Fix cookies output for arktype in standard schema validator
## 0.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/standard-validator",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"exports": {
".": "./src/index.ts"

View File

@ -1,6 +1,6 @@
{
"name": "@hono/standard-validator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Validator middleware using Standard Schema",
"type": "module",
"main": "dist/index.cjs",