Comparing version 1.5.9 to 1.5.10
{ | ||
"name": "darcon", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "Simple Messaging/Service Bus for node entities over NatsIO", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -31,2 +31,4 @@ const _ = require( 'isa.js' ) | ||
let terms = _.pick( request, options.attributesToPass || [] ) | ||
terms.flowID = ps.flowID | ||
terms.processID = ps.processID | ||
@@ -33,0 +35,0 @@ let ps = newRequest.params |
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
62576
1463