mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into split/develop/multiFileSupport
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user