feat-skip-requests-package-collection
Advanced tools
Comparing version 0.0.8 to 0.0.10
@@ -342,3 +342,6 @@ var _ = require('../util').lodash, | ||
pushItem = (item) => { | ||
path.push(item.name || ''); | ||
path.push({ | ||
id: item && item.id, | ||
name: item && item.name | ||
}); | ||
}; | ||
@@ -345,0 +348,0 @@ |
{ | ||
"name": "feat-skip-requests-package-collection", | ||
"version": "0.0.8", | ||
"version": "0.0.10", | ||
"description": "Enables developers to use a unified Postman Collection format Object across projects", | ||
@@ -5,0 +5,0 @@ "author": "Postman Inc.", |
506442
11306