postman-collection
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -41,5 +41,5 @@ var _ = require('../util').lodash, | ||
/** | ||
* @type {Array<Header>} | ||
* @type {PropertyList<Header>} | ||
*/ | ||
headers: options.header ? new PropertyList(Header, this, options.header) : undefined, | ||
headers: new PropertyList(Header, this, options.header), | ||
/** | ||
@@ -46,0 +46,0 @@ * @type {RequestBody|undefined} |
@@ -49,3 +49,3 @@ var _ = require('../util').lodash, | ||
*/ | ||
headers: options.header ? new PropertyList(Header, this, options.header) : undefined, | ||
headers: new PropertyList(Header, this, options.header), | ||
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
cookies: options.cookie ? new PropertyList(Cookie, this, options.cookie) : undefined, | ||
cookies: new PropertyList(Cookie, this, options.cookie), | ||
@@ -63,0 +63,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"author": "Postman Labs <help@getpostman.com>", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"keywords": [ | ||
@@ -24,2 +24,5 @@ "postman" | ||
"build-schema": "scripts/build/build-schema.sh", | ||
"build-wiki": "scripts/build/build-wiki.sh", | ||
"publish-wiki": "scripts/publish/publish-wiki.sh", | ||
"publish-docs": "scripts/publish/publish-docs.sh", | ||
"test": "scripts/test/test.sh", | ||
@@ -37,3 +40,3 @@ "test-unit": "scripts/test/test-unit.sh", | ||
"escape-html": "^1.0.3", | ||
"hawk": "3.1.2", | ||
"hawk": "3.1.3", | ||
"lodash": "^3.10.1", | ||
@@ -55,2 +58,3 @@ "marked": "^0.3.5", | ||
"jsdoc": "^3.4.0", | ||
"jsdoc-to-markdown": "^1.3.3", | ||
"jshint": "^2.8.0", | ||
@@ -64,2 +68,3 @@ "karma": "^0.13.19", | ||
"mustache": "^2.2.1", | ||
"nsp": "^2.2.1", | ||
"packity": "0.0.0-beta.3", | ||
@@ -66,0 +71,0 @@ "require-all": "^2.0.0", |
Sorry, the diff of this file is not supported yet
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
220421
22
+ Addedhawk@3.1.3(transitive)
- Removedhawk@3.1.2(transitive)
Updatedhawk@3.1.3