@rematch/select
Advanced tools
Comparing version 3.0.0-next.5 to 3.0.0-next.6
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-next.6](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.5...@rematch/select@3.0.0-next.6) (2020-10-08) | ||
**Note:** Version bump only for package @rematch/select | ||
# [3.0.0-next.5](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.4...@rematch/select@3.0.0-next.5) (2020-09-07) | ||
@@ -8,0 +16,0 @@ |
@@ -27,3 +27,3 @@ import { Models, RematchRootState } from '@rematch/core'; | ||
declare module '@rematch/core' { | ||
interface Model<TModels = Models, TState = any, TBaseState = TState, AllModelsKeys extends string = string> { | ||
interface Model<TModels extends Models<TModels> = Record<string, any>, TState = any, TBaseState = TState> { | ||
selectors?: ModelSelectorsConfig<TState>; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "@rematch/select", | ||
"version": "3.0.0-next.5", | ||
"version": "3.0.0-next.6", | ||
"description": "Selectors plugin for Rematch", | ||
@@ -30,3 +30,3 @@ "homepage": "https://rematch.github.io/rematch", | ||
"devDependencies": { | ||
"@rematch/core": "^2.0.0-next.5" | ||
"@rematch/core": "^2.0.0-next.6" | ||
}, | ||
@@ -57,3 +57,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b9e18de2a82713ef88714ea325b1b24fdf7ab343" | ||
"gitHead": "b4abe68e0c1b244b551cc5a093dfb3419337e882" | ||
} |
@@ -70,6 +70,5 @@ // Type definitions for @rematch/select 3.0.0 | ||
interface Model< | ||
TModels = Models, | ||
TModels extends Models<TModels> = Record<string, any>, | ||
TState = any, | ||
TBaseState = TState, | ||
AllModelsKeys extends string = string | ||
TBaseState = TState | ||
> { | ||
@@ -76,0 +75,0 @@ selectors?: ModelSelectorsConfig<TState> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69910
652