@hono/zod-openapi
Advanced tools
Comparing version 0.12.2 to 0.13.0
import * as openapi3_ts_oas31 from 'openapi3-ts/oas31'; | ||
import * as openapi3_ts_oas30 from 'openapi3-ts/oas30'; | ||
import { ZodMediaTypeObject, OpenAPIRegistry, RouteConfig as RouteConfig$1, ZodRequestBody, ZodContentObject } from '@asteasolutions/zod-to-openapi'; | ||
import { RouteConfig as RouteConfig$1, ZodMediaTypeObject, OpenAPIRegistry, ZodRequestBody, ZodContentObject } from '@asteasolutions/zod-to-openapi'; | ||
import { OpenAPIObjectConfig } from '@asteasolutions/zod-to-openapi/dist/v3.0/openapi-generator'; | ||
import { TypedResponse, Env, Context, Input, Handler, Schema, Hono, ToSchema, MiddlewareHandler } from 'hono'; | ||
import { MiddlewareHandler, TypedResponse, Env, Context, Input, Handler, Schema, Hono, ToSchema } from 'hono'; | ||
import { MergePath, MergeSchemaPath } from 'hono/types'; | ||
@@ -142,2 +142,2 @@ import { StatusCode } from 'hono/utils/http-status'; | ||
export { type Hook, OpenAPIHono, type OpenAPIHonoOptions, type OpenAPIObjectConfigure, type RouteConfigToTypedResponse, type RouteHandler, type RouteHook, createRoute }; | ||
export { type Hook, OpenAPIHono, type OpenAPIHonoOptions, type OpenAPIObjectConfigure, type RouteConfig, type RouteConfigToTypedResponse, type RouteHandler, type RouteHook, createRoute }; |
{ | ||
"name": "@hono/zod-openapi", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"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
40830