Skip to content

Commit

Permalink
Merge pull request #206 from JaredCE/fix-for-v4
Browse files Browse the repository at this point in the history
Fix for v4
  • Loading branch information
JaredCE authored Jun 8, 2024
2 parents db2d0a7 + 0f6e3ed commit 7faab6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-openapi-documenter",
"version": "0.0.96",
"version": "0.0.97",
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
"main": "index.js",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/openAPIGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class OpenAPIGenerator {
this.serverless.cli.log(colouredString);
break;

case "4":
case "3":
this.logOutput[type](str);
break;
Expand Down

0 comments on commit 7faab6a

Please sign in to comment.