Compare commits

..

1 Commits

Author SHA1 Message Date
Taras Glek 4170d2175a
Merge 7eee61b808 into 6c36f525f9 2025-04-17 06:36:49 +00:00
3 changed files with 4 additions and 10 deletions

View File

@ -1,11 +1,5 @@
# @hono/zod-openapi
## 0.19.5
### Patch Changes
- [#1127](https://github.com/honojs/middleware/pull/1127) [`63a9dff2b925a09e8597f327f954f332c3b59b14`](https://github.com/honojs/middleware/commit/63a9dff2b925a09e8597f327f954f332c3b59b14) Thanks [@sigmachirality](https://github.com/sigmachirality)! - chore: lock zod-to-openapi to `^7.3.0` to fix `z.custom`
## 0.19.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.19.5",
"version": "0.19.4",
"description": "A wrapper class of Hono which supports OpenAPI.",
"type": "module",
"module": "dist/index.js",
@ -52,7 +52,7 @@
"zod": "^3.22.1"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.0",
"@asteasolutions/zod-to-openapi": "^7.1.0",
"@hono/zod-validator": "workspace:^"
},
"engines": {

View File

@ -99,7 +99,7 @@ __metadata:
languageName: node
linkType: hard
"@asteasolutions/zod-to-openapi@npm:^7.3.0":
"@asteasolutions/zod-to-openapi@npm:^7.1.0":
version: 7.3.0
resolution: "@asteasolutions/zod-to-openapi@npm:7.3.0"
dependencies:
@ -2363,7 +2363,7 @@ __metadata:
resolution: "@hono/zod-openapi@workspace:packages/zod-openapi"
dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4"
"@asteasolutions/zod-to-openapi": "npm:^7.3.0"
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
"@hono/zod-validator": "workspace:^"
publint: "npm:^0.3.9"
tsup: "npm:^8.4.0"