Skip to content

Commit

Permalink
chore: Use last version of @unleash/express-openapi (#2260)
Browse files Browse the repository at this point in the history
* Use the last version

https://www.npmjs.com/package/@unleash/express-openapi?activeTab=versions no changes from v0.2.1-beta.0
  • Loading branch information
Gastón Fournier committed Oct 26, 2022
1 parent ea2cf14 commit 3c412ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
]
},
"dependencies": {
"@unleash/express-openapi": "^0.2.1-beta.0",
"@unleash/express-openapi": "^0.2.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"async": "^3.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1773,10 +1773,10 @@
"@typescript-eslint/types" "5.40.1"
eslint-visitor-keys "^3.3.0"

"@unleash/express-openapi@^0.2.1-beta.0":
version "0.2.1-beta.0"
resolved "https://registry.yarnpkg.com/@unleash/express-openapi/-/express-openapi-0.2.1-beta.0.tgz#1f5f43c6eb46c490990dc3e4709ab23a48a24e9a"
integrity sha512-72pNESnWyIvsLZaYjaBHwPXzO361up/A1tA/Mv+eG1MkntRJMNhRSgPzPvoP5j7pCxKeXqu1FRfXTXLRzGo+HA==
"@unleash/express-openapi@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@unleash/express-openapi/-/express-openapi-0.2.1.tgz#ecbba742dad0a05c1563f35e3272ee3671dc478d"
integrity sha512-wvwgSrzMGo3khB2E/xPLXlB/uT6FruszIsUDThJpttILtxBmj1SDWb0L6SG1CQ2tlnC786/6+0iSBwcz0fViOg==
dependencies:
ajv "^6.10.2"
http-errors "^1.7.3"
Expand Down

0 comments on commit 3c412ed

Please sign in to comment.