Skip to content

Commit

Permalink
Merge pull request #36 from JaredCE/json-schema-for-openapi-0.2.0
Browse files Browse the repository at this point in the history
Json schema for openapi 0.2.0
  • Loading branch information
JaredCE authored Jul 28, 2022
2 parents 8261754 + 85607f1 commit 312f48d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-openapi-documenter",
"version": "0.0.19",
"version": "0.0.20",
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"chalk": "^4.1.2",
"js-yaml": "^4.1.0",
"json-schema-for-openapi": "^0.1.5",
"json-schema-for-openapi": "^0.2.0",
"oas-validator": "^5.0.8",
"openapi-to-postmanv2": "^4.1.0",
"swagger2openapi": "^7.0.8",
Expand Down

0 comments on commit 312f48d

Please sign in to comment.