Skip to content

Commit 312f48d

Browse files
authored
Merge pull request #36 from JaredCE/json-schema-for-openapi-0.2.0
Json schema for openapi 0.2.0
2 parents 8261754 + 85607f1 commit 312f48d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documenter",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [
@@ -31,7 +31,7 @@
3131
"@apidevtools/json-schema-ref-parser": "^9.0.9",
3232
"chalk": "^4.1.2",
3333
"js-yaml": "^4.1.0",
34-
"json-schema-for-openapi": "^0.1.5",
34+
"json-schema-for-openapi": "^0.2.0",
3535
"oas-validator": "^5.0.8",
3636
"openapi-to-postmanv2": "^4.1.0",
3737
"swagger2openapi": "^7.0.8",

0 commit comments

Comments
 (0)