redux-first-history
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
@@ -91,3 +91,3 @@ 'use strict'; | ||
exports.goForward = _goForward; | ||
var createReduxHistoryContex = function createReduxHistoryContex(_ref2) { | ||
var createReduxHistoryContext = function createReduxHistoryContext(_ref2) { | ||
var history = _ref2.history, | ||
@@ -262,2 +262,2 @@ _ref2$routerReducerKe = _ref2.routerReducerKey, | ||
}; | ||
exports.createReduxHistoryContex = createReduxHistoryContex; | ||
exports.createReduxHistoryContext = createReduxHistoryContext; |
{ | ||
"name": "redux-first-history", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.0-alpha.6", | ||
"description": "Redux First History - Redux 100% SINGLE-AND-ONLY source of truth! - Tested on react-router v4 and reach-router. ", | ||
@@ -5,0 +5,0 @@ "main": "lib/redux-first-history.js", |
@@ -61,3 +61,3 @@ /************************************************* reachify ******************************************************/ | ||
export const createReduxHistoryContex = ({ | ||
export const createReduxHistoryContext = ({ | ||
history, routerReducerKey = 'router', oldLocationChangePayload = false, reduxTravelling = false, showHistoryAction = false, | ||
@@ -64,0 +64,0 @@ }) => { |
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
142323
0