postman-collection-transformer
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -654,3 +654,3 @@ /* eslint-disable object-shorthand */ | ||
units = ['request', 'response'], | ||
variable = self.variable(requestV1, { retainIds: retainIds }), | ||
variable = self.variable(requestV1, self.options), | ||
item = { | ||
@@ -693,3 +693,3 @@ name: requestV1.name || '', // Inline building to avoid additional function call | ||
event = self.event(folder), | ||
variable = self.variable(folder, { retainIds: retainIds }), | ||
variable = self.variable(folder, self.options), | ||
result = { | ||
@@ -870,3 +870,3 @@ name: folder.name, | ||
authOptions = { excludeNoauth: true }, | ||
varOpts = options && { fallback: options.env, retainIds: options.retainIds }; | ||
varOpts = options && ({ fallback: options.env, ...options }); | ||
@@ -873,0 +873,0 @@ try { |
@@ -136,3 +136,3 @@ /* eslint-disable object-shorthand */ | ||
authOptions = { excludeNoauth: true }, | ||
varOpts = options && { fallback: options.env, retainIds: options.retainIds }; | ||
varOpts = options && { fallback: options.env, ...options }; | ||
@@ -139,0 +139,0 @@ try { |
{ | ||
"name": "postman-collection-transformer", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2", | ||
@@ -27,2 +27,3 @@ "author": "Postman Inc.", | ||
"scripts": { | ||
"release": "node npm/release.js", | ||
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-schema && npm run test-browser", | ||
@@ -39,9 +40,10 @@ "test-browser": "node npm/test-browser.js", | ||
"lodash": "4.17.21", | ||
"semver": "7.3.5", | ||
"semver": "7.5.4", | ||
"strip-json-comments": "3.1.1" | ||
}, | ||
"devDependencies": { | ||
"async": "^3.2.3", | ||
"@postman/shipit": "^0.4.0", | ||
"async": "^3.2.4", | ||
"browserify": "^17.0.0", | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.8", | ||
"chalk": "^4.1.2", | ||
@@ -51,8 +53,8 @@ "eslint": "^7.22.0", | ||
"eslint-plugin-lodash": "^7.4.0", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-security": "^1.4.0", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-security": "^1.7.1", | ||
"js-yaml": "^4.0.0", | ||
"karma": "^6.3.16", | ||
"karma": "^6.4.2", | ||
"karma-browserify": "^8.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-mocha": "^2.0.1", | ||
@@ -65,6 +67,6 @@ "karma-mocha-reporter": "^2.2.5", | ||
"pretty-ms": "^7.0.1", | ||
"recursive-readdir": "^2.2.2", | ||
"recursive-readdir": "^2.2.3", | ||
"require-all": "^3.0.0", | ||
"shelljs": "^0.8.5", | ||
"superagent": "^6.1.0", | ||
"superagent": "^8.1.2", | ||
"tv4": "^1.3.0", | ||
@@ -71,0 +73,0 @@ "watchify": "^4.0.0", |
@@ -1,6 +0,6 @@ | ||
[![Build Status](https://travis-ci.com/postmanlabs/postman-collection-transformer.svg?branch=develop)](https://travis-ci.com/postmanlabs/postman-collection-transformer) | ||
# postman-collection-transformer | ||
# Postman Collection Transformer [![Build Status](https://github.com/postmanlabs/postman-collection-transformer/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/postmanlabs/postman-collection-transformer/actions/workflows/ci.yml) | ||
Perform rapid conversion of JSON structure between Postman Collection Format v1 and v2. | ||
The formats are documented at https://schema.getpostman.com | ||
The formats are documented at https://schema.postman.com | ||
@@ -7,0 +7,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189071
28
+ Addedsemver@7.5.4(transitive)
- Removedsemver@7.3.5(transitive)
Updatedsemver@7.5.4