@hono/zod-openapi
Advanced tools
Comparing version 0.14.8 to 0.14.9
import * as openapi3_ts_oas31 from 'openapi3-ts/oas31'; | ||
import * as openapi3_ts_oas30 from 'openapi3-ts/oas30'; | ||
import { RouteConfig as RouteConfig$1, ZodMediaTypeObject, OpenAPIRegistry, ZodRequestBody, ZodContentObject } from '@asteasolutions/zod-to-openapi'; | ||
export { extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi'; | ||
import { OpenAPIObjectConfig } from '@asteasolutions/zod-to-openapi/dist/v3.0/openapi-generator'; | ||
@@ -5,0 +6,0 @@ import { MiddlewareHandler, TypedResponse, Env, Context, Input, Handler, Schema, Hono, ToSchema, ValidationTargets } from 'hono'; |
@@ -25,2 +25,3 @@ "use strict"; | ||
createRoute: () => createRoute, | ||
extendZodWithOpenApi: () => import_zod_to_openapi.extendZodWithOpenApi, | ||
z: () => import_zod.z | ||
@@ -217,3 +218,4 @@ }); | ||
createRoute, | ||
extendZodWithOpenApi, | ||
z | ||
}); |
{ | ||
"name": "@hono/zod-openapi", | ||
"version": "0.14.8", | ||
"version": "0.14.9", | ||
"description": "A wrapper class of Hono which supports OpenAPI.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44151
582