serverless-openapi-documenter 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
This will generate an OpenAPI V3 (up to v3.0.3) file for you from your serverless file. It can optionally generate a Postman Collection V2 from the OpenAPI file for you too.
|
|
17
|
+
This will generate an OpenAPI V3 (up to v3.0.3) file for you from your serverless file. It can optionally generate a [Postman Collection V2](https://github.com/postmanlabs/openapi-to-postman) from the OpenAPI file for you too.
|
|
18
18
|
|
|
19
19
|
Originally based off of: https://github.com/temando/serverless-openapi-documentation
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "serverless-openapi-documenter",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"json-schema-for-openapi": "^0.3.1",
|
|
35
35
|
"lodash.isequal": "^4.5.0",
|
|
36
36
|
"oas-validator": "^5.0.8",
|
|
37
|
-
"openapi-to-postmanv2": "^4.
|
|
37
|
+
"openapi-to-postmanv2": "^4.6.0",
|
|
38
38
|
"swagger2openapi": "^7.0.8",
|
|
39
39
|
"uuid": "^9.0.0"
|
|
40
40
|
},
|