Comparing version 0.1.26 to 0.1.28
@@ -74,3 +74,3 @@ var util = require('util'); | ||
'Content-Type': 'application/json', | ||
'Content-Length': data.length | ||
'Content-Length': Buffer.byteLength(data) | ||
} | ||
@@ -77,0 +77,0 @@ }; |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.26" | ||
, "version": "0.1.28" | ||
, "repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb" |
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
151918