@types/redux-actions
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -94,3 +94,4 @@ // Type definitions for redux-actions 1.2 | ||
actionType: string | ActionFunctions<Payload>, | ||
reducer: Reducer<State, Payload> | ReducerNextThrow<State, Payload> | ||
reducer: Reducer<State, Payload> | ReducerNextThrow<State, Payload>, | ||
initialState: State | ||
): Reducer<State, Payload>; | ||
@@ -100,3 +101,4 @@ | ||
actionType: { toString(): string }, | ||
reducer: ReducerMeta<State, Payload, Meta> | ReducerNextThrowMeta<State, Payload, Meta> | ||
reducer: ReducerMeta<State, Payload, Meta> | ReducerNextThrowMeta<State, Payload, Meta>, | ||
initialState: State | ||
): Reducer<State, Payload>; | ||
@@ -103,0 +105,0 @@ |
{ | ||
"name": "@types/redux-actions", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for redux-actions", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f5db180db85997af0f24c7b33bd3a51a2234509db0da65aee98f8d56197cda7a", | ||
"typesPublisherContentHash": "842218e4765848d45aa5d40bd80a41e6ae65155162d7375519bb370426c067b1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 27 Dec 2016 06:08:45 GMT | ||
* Last updated: Fri, 30 Dec 2016 17:49:08 GMT | ||
* Library Dependencies: none | ||
@@ -14,0 +14,0 @@ * Module Dependencies: none |
@@ -23,3 +23,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "f5db180db85997af0f24c7b33bd3a51a2234509db0da65aee98f8d56197cda7a" | ||
"contentHash": "842218e4765848d45aa5d40bd80a41e6ae65155162d7375519bb370426c067b1" | ||
} |
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
6740
117