serverless-openapi-documenter 0.0.95 → 0.0.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-openapi-documenter",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -46,17 +46,17 @@
46
46
  "js-yaml": "^4.1.0",
47
47
  "json-schema-for-openapi": "^0.4.3",
48
48
  "lodash.isequal": "^4.5.0",
49
- "openapi-to-postmanv2": "^4.18.0",
49
+ "openapi-to-postmanv2": "^4.21.0",
50
50
  "swagger2openapi": "^7.0.8",
51
- "uuid": "^9.0.0"
51
+ "uuid": "^9.0.1"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=14"
55
55
  },
56
56
  "devDependencies": {
57
57
  "chai": "^4.3.10",
58
- "mocha": "^10.2.0",
59
- "nock": "^13.4.0",
60
- "sinon": "^17.0.1"
58
+ "mocha": "^10.4.0",
59
+ "nock": "^13.5.4",
60
+ "sinon": "^18.0.0"
61
61
  }
62
62
  }
@@ -133,6 +133,7 @@ class OpenAPIGenerator {
133
133
  this.serverless.cli.log(colouredString);
134
134
  break;
135
135
 
136
+ case "4":
136
137
  case "3":
137
138
  this.logOutput[type](str);
138
139
  break;