@types/react-tracking
Advanced tools
Comparing version 7.0.3 to 7.0.4
@@ -5,2 +5,3 @@ // Type definitions for react-tracking 7.0 | ||
// Christopher Pappas <https://github.com/damassi> | ||
// Chen Asraf <https://github.com/chenasraf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -55,3 +56,3 @@ // TypeScript Version: 2.8 | ||
export type TrackingInfo<T, P, S> = T | ((props: P, state: S, args: any[any]) => T | Falsy); | ||
export type TrackingInfo<T, P, S> = T | ((props: P, state: S, args: any[any], [value, err]: [any, any]) => T | Falsy); | ||
@@ -58,0 +59,0 @@ // Duplicated from ES6 lib to remove the `void` typing, otherwise `track` can’t be used as a HOC function that passes |
{ | ||
"name": "@types/react-tracking", | ||
"version": "7.0.3", | ||
"version": "7.0.4", | ||
"description": "TypeScript definitions for react-tracking", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "damassi" | ||
}, | ||
{ | ||
"name": "Chen Asraf", | ||
"url": "https://github.com/chenasraf", | ||
"githubUsername": "chenasraf" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ad08e195d2ed127578ecdd287917681cd279b081948aff336aab6777d2801061", | ||
"typesPublisherContentHash": "28414dcaef228c27458cf05b23a012169fb53d150ee86ac58ebd00e094289458", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 31 May 2020 17:46:02 GMT | ||
* Last updated: Thu, 04 Jun 2020 20:57:05 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Eloy Durán](https://github.com/alloy), and [Christopher Pappas](https://github.com/damassi). | ||
These definitions were written by [Eloy Durán](https://github.com/alloy), [Christopher Pappas](https://github.com/damassi), and [Chen Asraf](https://github.com/chenasraf). |
7040
78