feat-skip-requests-package-collection
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -332,22 +332,2 @@ var _ = require('../util').lodash, | ||
return this.request.authorizeUsing(type, options); | ||
}, | ||
/** | ||
* Returns the path of the item | ||
* | ||
* @returns {Array<string>} | ||
*/ | ||
getPath: function () { | ||
const path = []; | ||
if (typeof this.name === 'string') { | ||
const pushItem = (item) => { | ||
path.push(item.name || ''); | ||
}; | ||
pushItem(this); | ||
this.forEachParent({ withRoot: true }, pushItem); | ||
} | ||
return path.reverse(); | ||
} | ||
@@ -354,0 +334,0 @@ }); |
{ | ||
"name": "feat-skip-requests-package-collection", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Enables developers to use a unified Postman Collection format Object across projects", | ||
@@ -35,3 +35,3 @@ "author": "Postman Inc.", | ||
"dependencies": { | ||
"@faker-js/faker": "5.5.3", | ||
"@faker-js/faker": "6.3.1", | ||
"file-type": "3.9.0", | ||
@@ -38,0 +38,0 @@ "http-reasons": "0.1.0", |
Sorry, the diff of this file is not supported yet
505659
11288
+ Added@faker-js/faker@6.3.1(transitive)
- Removed@faker-js/faker@5.5.3(transitive)
Updated@faker-js/faker@6.3.1