Version Packages (#961)

pull/962/head @hono/standard-validator@0.1.0
github-actions[bot] 2025-02-06 21:45:16 +09:00 committed by GitHub
parent f77d7ba2e2
commit 08b7e0d1de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/standard-validator': minor
---
Initial implementation for Standard Schema support

View File

@ -0,0 +1,7 @@
# @hono/standard-validator
## 0.1.0
### Minor Changes
- [#887](https://github.com/honojs/middleware/pull/887) [`f77d7ba2e2226f86c302deb1a598cd7c9c8f35da`](https://github.com/honojs/middleware/commit/f77d7ba2e2226f86c302deb1a598cd7c9c8f35da) Thanks [@muningis](https://github.com/muningis)! - Initial implementation for Standard Schema support

View File

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