Skip to content

Commit

Permalink
Merge branch 'master' of github.com:asteasolutions/zod-to-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
AGalabov committed Oct 2, 2023
2 parents bd32e94 + eb76ecb commit bc7d52f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteasolutions/zod-to-openapi",
"version": "5.5.0",
"version": "6.0.0",
"description": "Builds OpenAPI schemas from Zod schemas",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ export {
ZodRequestBody,
} from './openapi-registry';

export * as OpenAPIV3 from 'openapi3-ts/oas30';
export * as OpenAPIV31 from 'openapi3-ts/oas31';

export { OpenApiGeneratorV3 } from './v3.0/openapi-generator';
export { OpenApiGeneratorV31 } from './v3.1/openapi-generator';

0 comments on commit bc7d52f

Please sign in to comment.