Skip to content

Commit b08b7a4

Browse files
authored
Merge pull request #169 from JaredCE/update-json-schema-for-openapi
update dependency
2 parents 56c7977 + ee18a7b commit b08b7a4

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documenter",
3-
"version": "0.0.90",
3+
"version": "0.0.91",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [
@@ -20,7 +20,10 @@
2020
"Postman Collections",
2121
"AWS",
2222
"AWS APIGateway",
23-
"Api Gateway"
23+
"Api Gateway",
24+
"APIGateway",
25+
"AWSAPIGateway",
26+
"Serverless OpenAPI"
2427
],
2528
"scripts": {
2629
"test": "mocha --config './test/.mocharc.js'"
@@ -41,7 +44,7 @@
4144
"@redocly/openapi-core": "^1.2.0",
4245
"chalk": "^4.1.2",
4346
"js-yaml": "^4.1.0",
44-
"json-schema-for-openapi": "^0.4.1",
47+
"json-schema-for-openapi": "^0.4.3",
4548
"lodash.isequal": "^4.5.0",
4649
"openapi-to-postmanv2": "^4.18.0",
4750
"swagger2openapi": "^7.0.8",

0 commit comments

Comments
 (0)