File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hono-openapi" ,
33 "description" : " OpenAPI schema generator for Hono" ,
4- "version" : " 1.0.7 " ,
4+ "version" : " 1.0.8 " ,
55 "type" : " module" ,
66 "main" : " dist/index.cjs" ,
77 "module" : " dist/index.js" ,
8080 "zod-openapi" : " ^4"
8181 },
8282 "packageManager" : " pnpm@10.0.0"
83- }
83+ }
Original file line number Diff line number Diff line change @@ -166,7 +166,10 @@ async function generatePaths<
166166 const defaultOptionsForThisMethod =
167167 ctx . options . defaultOptions ?. [ routeMethod ] ;
168168
169- const { schema : routeSpecs , components = { } } = await getSpec ( middlewareHandler , defaultOptionsForThisMethod )
169+ const { schema : routeSpecs , components = { } } = await getSpec (
170+ middlewareHandler ,
171+ defaultOptionsForThisMethod ,
172+ ) ;
170173
171174 ctx . components = mergeComponentsObjects ( ctx . components , components ) ;
172175
You can’t perform that action at this time.
0 commit comments