redux-starter-kit
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -337,4 +337,4 @@ import { Middleware, Reducer, ReducersMapObject, Action, AnyAction, StoreEnhancer, Store, DeepPartial } from "redux"; | ||
export { default as createNextState } from 'immer'; | ||
export { combineReducers, compose } from "redux"; | ||
export { Action, ActionCreator, AnyAction, Middleware, Reducer, Store, StoreEnhancer, combineReducers, compose } from "redux"; | ||
export { createSelector } from "reselect"; | ||
export { ConfigureEnhancersCallback, ConfigureStoreOptions, EnhancedStore, configureStore, PayloadAction, PrepareAction, ActionCreatorWithPreparedPayload, ActionCreatorWithOptionalPayload, ActionCreatorWithoutPayload, ActionCreatorWithPayload, PayloadActionCreator, createAction, getType, Actions, CaseReducer, CaseReducers, createReducer, SliceActionCreator, Slice, CreateSliceOptions, createSlice, isPlain, findNonSerializableValue, SerializableStateInvariantMiddlewareOptions, createSerializableStateInvariantMiddleware, getDefaultMiddleware }; |
{ | ||
"name": "redux-starter-kit", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A simple set of tools to make using Redux easier", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/reduxjs/redux-starter-kit", |
@@ -1,2 +0,12 @@ | ||
export { combineReducers, compose } from 'redux' | ||
export { | ||
Action, | ||
ActionCreator, | ||
AnyAction, | ||
Middleware, | ||
Reducer, | ||
Store, | ||
StoreEnhancer, | ||
combineReducers, | ||
compose | ||
} from 'redux' | ||
export { default as createNextState } from 'immer' | ||
@@ -3,0 +13,0 @@ export { createSelector } from 'reselect' |
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
587768
31
4983