Comparing version 0.7.3 to 0.8.0
@@ -54,6 +54,6 @@ /** | ||
// setting up default headers | ||
this.defaultHeaders = { | ||
this.defaultHeaders = _.merge({ | ||
'User-Agent': 'node-fuel/' + this.version | ||
, 'Content-Type': 'application/json' | ||
}; | ||
}, options.headers); | ||
@@ -60,0 +60,0 @@ this.origin = options.origin || options.restEndpoint || 'https://www.exacttargetapis.com'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "fuel-rest", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "Node Library for performing REST API calls with ExactTarget Fuel.", | ||
@@ -22,6 +22,7 @@ "main": "./lib/fuel-rest.js", | ||
"mocha": "~2.2.1", | ||
"promise": "~6.1.0", | ||
"sinon": "~1.13.0" | ||
}, | ||
"dependencies": { | ||
"fuel-auth": "~0.5.3", | ||
"fuel-auth": "~1.0.0", | ||
"lodash": "~3.5.0", | ||
@@ -28,0 +29,0 @@ "request": "~2.53.0" |
@@ -88,2 +88,3 @@ Fuel REST Client (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-REST.svg?branch=master)](https://travis-ci.org/ExactTarget/Fuel-Node-REST) | ||
* **See tags/release page for release notes after 0.7.2** | ||
* **0.7.2** - 2014-10-16 - account for content-type header not being present on API response | ||
@@ -90,0 +91,0 @@ * **0.7.1** - 2014-09-09 - removed unneeded "!!" |
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
18847
6
111
8
+ Addedbluebird@2.9.34(transitive)
+ Addedfuel-auth@1.0.1(transitive)
- Removedfuel-auth@0.5.3(transitive)
Updatedfuel-auth@~1.0.0