@rematch/persist
Advanced tools
Comparing version 2.0.0-next.7 to 2.0.0-next.8
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-next.8](https://github.com/rematch/rematch/compare/@rematch/persist@2.0.0-next.7...@rematch/persist@2.0.0-next.8) (2020-12-21) | ||
**Note:** Version bump only for package @rematch/persist | ||
# [2.0.0-next.7](https://github.com/rematch/rematch/compare/@rematch/persist@2.0.0-next.6...@rematch/persist@2.0.0-next.7) (2020-11-30) | ||
@@ -8,0 +16,0 @@ |
@@ -7,4 +7,4 @@ import { Plugin, Models } from '@rematch/core'; | ||
}; | ||
declare const persistPlugin: <S, TModels extends Models<TModels>, TExtraModels extends Models<TModels> = {}>(persistConfig: PersistConfig<S, any, any, any>, nestedPersistConfig?: NestedPersist<TModels>, persistStoreConfig?: PersistorOptions | undefined, callback?: (() => void) | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>; | ||
declare const persistPlugin: <S, TModels extends Models<TModels>, TExtraModels extends Models<TModels> = Record<string, any>>(persistConfig: PersistConfig<S, any, any, any>, nestedPersistConfig?: NestedPersist<TModels>, persistStoreConfig?: PersistorOptions | undefined, callback?: (() => void) | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>; | ||
export default persistPlugin; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@rematch/persist", | ||
"version": "2.0.0-next.7", | ||
"version": "2.0.0-next.8", | ||
"description": "Redux-Persist v6 plugin for Rematch. Provides simple redux state persistence using local storage options.", | ||
@@ -30,3 +30,3 @@ "homepage": "https://rematch.github.io/rematch", | ||
"devDependencies": { | ||
"@rematch/core": "^2.0.0-next.7" | ||
"@rematch/core": "^2.0.0-next.8" | ||
}, | ||
@@ -55,3 +55,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "8012cdf311bddfb69d9ba46a20c98d89f5442e4c" | ||
"gitHead": "8165c6b3e7b616e01dd22a38489dd068155315cc" | ||
} |
@@ -24,3 +24,3 @@ import { Plugin, Models } from '@rematch/core' | ||
TModels extends Models<TModels>, | ||
TExtraModels extends Models<TModels> = {} | ||
TExtraModels extends Models<TModels> = Record<string, any> | ||
>( | ||
@@ -27,0 +27,0 @@ persistConfig: PersistConfig<S>, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24496