@types/remote-redux-devtools
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -1,10 +0,1 @@ | ||
// Type definitions for remote-redux-devtools 0.5 | ||
// Project: https://github.com/zalmoxisus/remote-redux-devtools | ||
// Definitions by: Colin Eberhardt <https://github.com/ColinEberhardt> | ||
// Daniel Perez Alvarez <https://github.com/unindented> | ||
// Maximo Dominguez <https://github.com/mamodom> | ||
// Colin Dekker <https://github.com/colindekker> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
import { Action, ActionCreator, ActionCreatorsMapObject, StoreEnhancer } from "redux"; | ||
@@ -11,0 +2,0 @@ |
{ | ||
"name": "@types/remote-redux-devtools", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "TypeScript definitions for remote-redux-devtools", | ||
@@ -10,19 +10,19 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remote-redux-devtools", | ||
"name": "Colin Eberhardt", | ||
"url": "https://github.com/ColinEberhardt", | ||
"githubUsername": "ColinEberhardt" | ||
"githubUsername": "ColinEberhardt", | ||
"url": "https://github.com/ColinEberhardt" | ||
}, | ||
{ | ||
"name": "Daniel Perez Alvarez", | ||
"url": "https://github.com/unindented", | ||
"githubUsername": "unindented" | ||
"githubUsername": "unindented", | ||
"url": "https://github.com/unindented" | ||
}, | ||
{ | ||
"name": "Maximo Dominguez", | ||
"url": "https://github.com/mamodom", | ||
"githubUsername": "mamodom" | ||
"githubUsername": "mamodom", | ||
"url": "https://github.com/mamodom" | ||
}, | ||
{ | ||
"name": "Colin Dekker", | ||
"url": "https://github.com/colindekker", | ||
"githubUsername": "colindekker" | ||
"githubUsername": "colindekker", | ||
"url": "https://github.com/colindekker" | ||
} | ||
@@ -41,4 +41,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d99eca993b395a3d69eb43a92b23eb8769a86a486cb7785446d315ce262fec7f", | ||
"typesPublisherContentHash": "7004e38e2778b5a32fc5016cf8bb1b0e2d6f1cb2f05ce943b908a482538d42cd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/redux](https://npmjs.com/package/@types/redux) | ||
* Global values: none | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [redux](https://npmjs.com/package/redux) | ||
# Credits | ||
These definitions were written by [Colin Eberhardt](https://github.com/ColinEberhardt), [Daniel Perez Alvarez](https://github.com/unindented), [Maximo Dominguez](https://github.com/mamodom), and [Colin Dekker](https://github.com/colindekker). |
7387
101
16