Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into split/develop/multiFileSupport

This commit is contained in:
Vishal Shingala
2022-07-12 21:11:37 +05:30
8 changed files with 450 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "3.1.0",
"version": "3.2.0",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",
@@ -118,12 +118,12 @@
"dependencies": {
"ajv": "8.1.0",
"ajv-formats": "2.1.1",
"async": "3.2.1",
"async": "3.2.3",
"commander": "2.20.3",
"js-yaml": "3.14.1",
"json-schema-merge-allof": "0.8.1",
"lodash": "4.17.21",
"oas-resolver-browser": "2.5.2",
"oas-resolver-browser": "2.5.6",
"path-browserify": "1.0.1",
"postman-collection": "4.0.0",
"swagger2openapi": "7.0.8",