Skip to content

Commit

Permalink
feat: v6 support for zod-to-openapi
Browse files Browse the repository at this point in the history
No discernable changes here to input or output.
  • Loading branch information
vacas5 committed Dec 4, 2024
1 parent dd5aae4 commit 344702f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "NODE_ENV=test mocha --exit"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^5.5.0"
"@asteasolutions/zod-to-openapi": "^6.4.0"
},
"peerDependencies": {
"express": "^5.0.0-beta.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@asteasolutions/zod-to-openapi@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@asteasolutions/zod-to-openapi/-/zod-to-openapi-5.5.0.tgz#f3be8f1e97ece0fcef2e6ff5e9230da8138d20a6"
integrity sha512-d5HwrvM6dOKr3XdeF+DmashGvfEc+1oiEfbscugsiwSTrFtuMa7ETpW9sTNnVgn+hJaz+PRxPQUYD7q9/5dUig==
"@asteasolutions/zod-to-openapi@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@asteasolutions/zod-to-openapi/-/zod-to-openapi-6.4.0.tgz#3081e7f56febdb7c58fcee4dd5cfb3cbcb01742c"
integrity sha512-8cxfF7AHHx2PqnN4Cd8/O8CBu/nVYJP9DpnfVLW3BFb66VJDnqI/CczZnkqMc3SNh6J9GiX7JbJ5T4BSP4HZ2Q==
dependencies:
openapi3-ts "^4.1.2"

Expand Down

0 comments on commit 344702f

Please sign in to comment.