Comparing version 0.1.10 to 0.1.11
@@ -58,3 +58,3 @@ var util = require('util'); | ||
var data = (message.payload typeof === 'object') ? JSON.stringify(message.payload) : message.payload; | ||
var data = (typeof message.payload === 'object') ? JSON.stringify(message.payload) : message.payload; | ||
@@ -61,0 +61,0 @@ |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.10" | ||
, "version": "0.1.11" | ||
, "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