@hono/zod-openapi
Advanced tools
Comparing version 0.17.1 to 0.18.0
@@ -30,5 +30,5 @@ import * as openapi3_ts_oas31 from 'openapi3-ts/oas31'; | ||
[K in Type]: HasUndefined<ValidationTargets[K]> extends true ? { | ||
[K2 in keyof z.input<RequestPart<R, Part>>]?: ValidationTargets[K][K2]; | ||
[K2 in keyof z.input<RequestPart<R, Part>>]?: z.input<RequestPart<R, Part>>[K2]; | ||
} : { | ||
[K2 in keyof z.input<RequestPart<R, Part>>]: ValidationTargets[K][K2]; | ||
[K2 in keyof z.input<RequestPart<R, Part>>]: z.input<RequestPart<R, Part>>[K2]; | ||
}; | ||
@@ -35,0 +35,0 @@ }; |
{ | ||
"name": "@hono/zod-openapi", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "A wrapper class of Hono which supports OpenAPI.", | ||
@@ -45,3 +45,3 @@ "main": "dist/index.js", | ||
"@cloudflare/workers-types": "^4.20240117.0", | ||
"hono": "^4.5.4", | ||
"hono": "^4.6.10", | ||
"jest": "^29.7.0", | ||
@@ -56,3 +56,3 @@ "tsup": "^8.0.1", | ||
"@asteasolutions/zod-to-openapi": "^7.1.0", | ||
"@hono/zod-validator": "0.3.0" | ||
"@hono/zod-validator": "^0.4.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
50288
+ Added@hono/zod-validator@0.4.2(transitive)
- Removed@hono/zod-validator@0.3.0(transitive)
Updated@hono/zod-validator@^0.4.1