Comparing version 4.2.1 to 4.2.2
@@ -12,5 +12,6 @@ "use strict"; | ||
} | ||
var wrappedTarget = mobx_1.action(actionCreator_1.getPrivateActionType(actionCreator), function (actionMessage) { | ||
var actionType = actionCreator_1.getPrivateActionType(actionCreator); | ||
var wrappedTarget = mobx_1.action(actionType, function (actionMessage) { | ||
try { | ||
globalContext_1.getGlobalContext().currentMutator = actionCreator.name; | ||
globalContext_1.getGlobalContext().currentMutator = actionType; | ||
target(actionMessage); | ||
@@ -17,0 +18,0 @@ } |
{ | ||
"name": "satcheljs", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Store implementation for functional reactive flux.", | ||
@@ -5,0 +5,0 @@ "lint-staged": { |
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
52989
1035