redux-first-history
Advanced tools
Comparing version 5.0.11 to 5.0.12
@@ -8,3 +8,2 @@ import type { History } from 'history'; | ||
routerReducerKey?: string; | ||
oldLocationChangePayload?: boolean; | ||
reduxTravelling?: boolean; | ||
@@ -11,0 +10,0 @@ showHistoryAction?: boolean; |
@@ -8,3 +8,2 @@ import type { History } from 'history'; | ||
routerReducerKey?: string; | ||
oldLocationChangePayload?: boolean; | ||
reduxTravelling?: boolean; | ||
@@ -11,0 +10,0 @@ showHistoryAction?: boolean; |
{ | ||
"name": "redux-first-history", | ||
"version": "5.0.11", | ||
"version": "5.0.12", | ||
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter", | ||
@@ -5,0 +5,0 @@ "main": "build/es5/index.js", |
@@ -20,3 +20,2 @@ import type { History, Location } from 'history'; | ||
routerReducerKey?: string; | ||
oldLocationChangePayload?: boolean; | ||
reduxTravelling?: boolean; | ||
@@ -23,0 +22,0 @@ showHistoryAction?: boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90003
1363