Comparing version 1.0.6 to 1.0.7
@@ -5,3 +5,3 @@ import { ActionCreator, Action, ActionType, ActionState, ActionPayload, ActionDeps, ActionReducer, Consequence, ActionGuard } from './types'; | ||
type: ActionType<A>; | ||
reducer: ActionReducer<ActionState<A>, ActionPayload<A>>; | ||
reducer?: ActionReducer<ActionState<A>, ActionPayload<A>>; | ||
isError?: boolean; | ||
@@ -8,0 +8,0 @@ consequence?: Consequence<ActionState<A>, ActionDeps<A>, ActionPayload<A>>; |
{ | ||
"name": "conduxion", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Consequential Redux Actions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
31436