Comparing version 8.0.1 to 8.0.2
@@ -200,3 +200,3 @@ const mutate = require('xtend/mutable') | ||
if (createSend && done) { | ||
const send = createSend('subscription: ' + ns ? ns + ':' + key : key) | ||
const send = createSend('subscription: ' + (ns ? ns + ':' + key : key)) | ||
source[key](send, done) | ||
@@ -203,0 +203,0 @@ } |
{ | ||
"name": "barracks", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Action dispatcher for unidirectional data flows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21335