oo-redux-utils
Advanced tools
Comparing version 1.23.4 to 1.23.5
@@ -112,6 +112,6 @@ "use strict"; | ||
diContainer.create(actionClass, _objectSpread({}, otherArgs, { | ||
diContainer.create(actionClass, _objectSpread({ | ||
stateNamespace: this.stateNamespace, | ||
dispatchAction: this.dispatchAction_ | ||
})).then(function (action) { | ||
}, otherArgs)).then(function (action) { | ||
return _this5.dispatchAction_(action); | ||
@@ -118,0 +118,0 @@ }); |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.23.4", | ||
"version": "1.23.5", | ||
"description": "Utility functions for Object-oriented Redux", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52579