Comparing version 1.1.0 to 1.1.1
@@ -142,2 +142,4 @@ var querystring = require('querystring'), | ||
var body = JSON.stringify(data); | ||
params = _.clone(params); | ||
@@ -155,3 +157,4 @@ _sign(params); | ||
{ | ||
'Content-Type': 'application/json' | ||
'Content-Type': 'application/json', | ||
'Content-Length': body.length | ||
} | ||
@@ -169,3 +172,3 @@ ) | ||
req.write(JSON.stringify(data)); | ||
req.write(body); | ||
req.end(); | ||
@@ -172,0 +175,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "YellowBot API wrapper", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/solfo/node-yellowbot", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
10041
190