Skip to content

Commit 288d74c

Browse files
authored
Merge pull request #269 from JaredCE/update-collections-libraries
Update collections libraries
2 parents a77de03 + 7affecf commit 288d74c

File tree

2 files changed

+58
-45
lines changed

2 files changed

+58
-45
lines changed

package-lock.json

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

package.json

Lines changed: 3 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.122",
3+
"version": "0.0.123",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [
@@ -50,11 +50,11 @@
5050
"dependencies": {
5151
"@apidevtools/json-schema-ref-parser": "^9.1.0",
5252
"@redocly/openapi-core": "^1.2.0",
53-
"@usebruno/converters": "^0.15.0",
53+
"@usebruno/converters": "^0.16.0",
5454
"chalk": "^4.1.2",
5555
"js-yaml": "^4.1.1",
5656
"json-schema-for-openapi": "^0.5.0",
57-
"openapi-to-postmanv2": "^5.6.0",
57+
"openapi-to-postmanv2": "^6.0.0",
5858
"uuid": "^11.1.0"
5959
},
6060
"engines": {

0 commit comments

Comments
 (0)