Comparing version 2.2.0 to 2.2.2
@@ -8,3 +8,3 @@ "use strict"; | ||
var passedArguments = arguments; | ||
dispatch_1.default(function () { returnValue = target.apply(undefined, passedArguments); }, actionType, arguments, actionContext); | ||
dispatch_1.default(function () { returnValue = target.apply(undefined, passedArguments); return returnValue; }, actionType, arguments, actionContext); | ||
return returnValue; | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "satcheljs", | ||
"version": "2.2.0", | ||
"version": "2.2.2", | ||
"description": "Store implementation for functional reactive flux.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14950
0