Skip to content

Commit d7bcc7b

Browse files
authored
Merge pull request #91 from JaredCE/update-json-schema-massager
Update json schema massager
2 parents adee7e2 + 0fe6e9d commit d7bcc7b

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.46",
3+
"version": "0.0.47",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"@apidevtools/json-schema-ref-parser": "^9.1.0",
3636
"chalk": "^4.1.2",
3737
"js-yaml": "^4.1.0",
38-
"json-schema-for-openapi": "^0.3.1",
38+
"json-schema-for-openapi": "^0.3.2",
3939
"lodash.isequal": "^4.5.0",
4040
"oas-validator": "^5.0.8",
4141
"openapi-to-postmanv2": "^4.9.0",

0 commit comments

Comments
 (0)