Version Packages (#1293)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1295/head @hono/standard-validator@0.1.3
github-actions[bot] 2025-07-07 16:54:13 +09:00 committed by GitHub
parent a22fbe78e5
commit 76ec9e8f26
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
---
Import `jsr:@standard-schema/spec`

View File

@ -1,5 +1,11 @@
# @hono/standard-validator
## 0.1.3
### Patch Changes
- [#1291](https://github.com/honojs/middleware/pull/1291) [`a22fbe78e5d3e8aa3790b39bbb590649cc34df2d`](https://github.com/honojs/middleware/commit/a22fbe78e5d3e8aa3790b39bbb590649cc34df2d) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Import `jsr:@standard-schema/spec`
## 0.1.2
### Patch Changes

View File

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

View File

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