oo-redux-utils
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -24,14 +24,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "DispatchAction", { | ||
Object.defineProperty(exports, "DispatchUtils", { | ||
enumerable: true, | ||
get: function get() { | ||
return _DispatchUtils.DispatchAction; | ||
return _DispatchUtils.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DispatchActionToComponentType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _DispatchUtils.DispatchActionToComponentType; | ||
} | ||
}); | ||
@@ -44,5 +38,5 @@ var _OOReduxUtils = _interopRequireDefault(require("./OOReduxUtils")); | ||
var _DispatchUtils = require("./DispatchUtils"); | ||
var _DispatchUtils = _interopRequireDefault(require("./DispatchUtils")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"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
39919
248