@types/webpack-hot-middleware
Advanced tools
Comparing version 2.25.0 to 2.25.1
@@ -7,2 +7,3 @@ // Type definitions for webpack-hot-middleware 2.25 | ||
// Ilya Zelenko <https://github.com/iliyaZelenko> | ||
// Rodrigo Saboya <https://github.com/saboya> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -18,7 +19,7 @@ // TypeScript Version: 2.3 | ||
compiler: webpack.ICompiler, | ||
options?: WebpackHotMiddleware.Options | ||
options?: WebpackHotMiddleware.MiddlewareOptions | ||
): NextHandleFunction & WebpackHotMiddleware.EventStream; | ||
declare namespace WebpackHotMiddleware { | ||
interface Options { | ||
interface ClientOptions { | ||
reload?: boolean; | ||
@@ -39,2 +40,4 @@ name?: string; | ||
overlayWarnings?: boolean; | ||
} | ||
interface MiddlewareOptions { | ||
log?: false | Logger; | ||
@@ -49,3 +52,4 @@ path?: string; | ||
publish(payload: any): void; | ||
close(): void; | ||
} | ||
} |
{ | ||
"name": "@types/webpack-hot-middleware", | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"description": "TypeScript definitions for webpack-hot-middleware", | ||
@@ -26,2 +26,7 @@ "license": "MIT", | ||
"githubUsername": "iliyaZelenko" | ||
}, | ||
{ | ||
"name": "Rodrigo Saboya", | ||
"url": "https://github.com/saboya", | ||
"githubUsername": "saboya" | ||
} | ||
@@ -41,4 +46,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "318e6a422e6829f78bf2d0f86e33ee0b5c0cfe83c8a7d893c638fb219582b17a", | ||
"typesPublisherContentHash": "26613d25e93a749aad0df76a8cf314583412acbce691cff546458de52ac741a9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 10 Dec 2019 20:46:06 GMT | ||
* Last updated: Sat, 11 Apr 2020 00:19:17 GMT | ||
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Benjamin Lim (https://github.com/bumbleblym), Ron Martinez (https://github.com/icylace), Chris Abrams (https://github.com/chrisabrams), and Ilya Zelenko (https://github.com/iliyaZelenko). | ||
These definitions were written by [Benjamin Lim](https://github.com/bumbleblym), [Ron Martinez](https://github.com/icylace), [Chris Abrams](https://github.com/chrisabrams), [Ilya Zelenko](https://github.com/iliyaZelenko), and [Rodrigo Saboya](https://github.com/saboya). |
Sorry, the diff of this file is not supported yet
4839
45
182647