redux-first-history
Advanced tools
Comparing version 5.0.9 to 5.0.10
import type { History } from 'history'; | ||
import type { History as ReachHistory } from '@reach/router'; | ||
import type { Middleware, Reducer, Store } from 'redux'; | ||
import type { ReachHistory } from './reachify.types'; | ||
import { RouterState } from './reducer'; | ||
@@ -5,0 +5,0 @@ export interface IHistoryContextOptions { |
@@ -1,5 +0,5 @@ | ||
import { History as ReachHistory } from '@reach/router'; | ||
import { History } from 'history'; | ||
import { ReachHistory } from './reachify.types'; | ||
export declare const reachify: (reduxHistory: History & { | ||
listenObject: boolean; | ||
}) => ReachHistory; |
import type { History } from 'history'; | ||
import type { History as ReachHistory } from '@reach/router'; | ||
import type { Middleware, Reducer, Store } from 'redux'; | ||
import type { ReachHistory } from './reachify.types'; | ||
import { RouterState } from './reducer'; | ||
@@ -5,0 +5,0 @@ export interface IHistoryContextOptions { |
@@ -1,5 +0,5 @@ | ||
import { History as ReachHistory } from '@reach/router'; | ||
import { History } from 'history'; | ||
import { ReachHistory } from './reachify.types'; | ||
export declare const reachify: (reduxHistory: History & { | ||
listenObject: boolean; | ||
}) => ReachHistory; |
{ | ||
"name": "redux-first-history", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter", | ||
@@ -53,3 +53,3 @@ "main": "build/es5/index.js", | ||
"@types/jest": "^27.0.2", | ||
"@types/reach__router": "^1.3.9", | ||
"@types/reach__router": "^1.3.10", | ||
"@types/react": "^17.0.24", | ||
@@ -56,0 +56,0 @@ "@typescript-eslint/eslint-plugin": "^4.31.2", |
import type { History, Location } from 'history'; | ||
import type { History as ReachHistory } from '@reach/router'; | ||
import type { Middleware, Reducer, Store } from 'redux'; | ||
import type { ReachHistory } from './reachify.types'; | ||
import { | ||
@@ -5,0 +5,0 @@ go, |
// eslint-disable-next-line import/no-unresolved | ||
import { History as ReachHistory } from '@reach/router'; | ||
import { History } from 'history'; | ||
import { ReachHistory } from './reachify.types'; | ||
@@ -5,0 +5,0 @@ export const reachify = (reduxHistory: History & { listenObject: boolean }): ReachHistory => { |
90069
61
1365