Skip to content

Commit

Permalink
Bump openapi3-ts from 4.3.2 to 4.3.3 (#284)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: samchungy <samchungy@gmail.com>
  • Loading branch information
dependabot[bot] and samchungy authored Jun 18, 2024
1 parent 2e34980 commit ccd38da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@redocly/cli": "1.15.0",
"@types/node": "^20.3.0",
"eslint-plugin-zod-openapi": "^0.2.0",
"openapi3-ts": "4.3.2",
"openapi3-ts": "4.3.3",
"skuba": "8.0.1",
"yaml": "2.4.5",
"zod": "3.23.8"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions src/openapi3-ts/oas30.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// To support envs which cannot interpret "exports" field in package.json. e.g. tsc with "moduleResolution": "node"
export * from './dist/oas30'
2 changes: 2 additions & 0 deletions src/openapi3-ts/oas31.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// To support envs which cannot interpret "exports" field in package.json. e.g. tsc with "moduleResolution": "node"
export * from './dist/oas31'

0 comments on commit ccd38da

Please sign in to comment.