Comparing version 0.1.25 to 0.1.26
@@ -32,6 +32,6 @@ /* | ||
newPayload[this.split].forEach(function(item){ | ||
service.publish(JSON.stringify(item)); | ||
service.publish(item); | ||
}); | ||
} else { | ||
this.publish(JSON.stringify(newPayload)); | ||
this.publish(newPayload); | ||
} | ||
@@ -38,0 +38,0 @@ }; |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.25" | ||
, "version": "0.1.26" | ||
, "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
151905