@types/webpack-hot-middleware
Advanced tools
Comparing version 2.25.6 to 2.25.7
@@ -11,4 +11,4 @@ // Type definitions for webpack-hot-middleware 2.25 | ||
import { NextHandleFunction } from 'connect'; | ||
import * as webpack from 'webpack'; | ||
import { NextHandleFunction } from "connect"; | ||
import * as webpack from "webpack"; | ||
@@ -19,3 +19,3 @@ export = WebpackHotMiddleware; | ||
compiler: webpack.Compiler | webpack.MultiCompiler, | ||
options?: WebpackHotMiddleware.MiddlewareOptions | ||
options?: WebpackHotMiddleware.MiddlewareOptions, | ||
): NextHandleFunction & WebpackHotMiddleware.EventStream; | ||
@@ -35,6 +35,6 @@ | ||
ansiColors?: { | ||
[key: string]: any | ||
[key: string]: any; | ||
} | undefined; | ||
overlayStyles?: { | ||
[key: string]: any | ||
[key: string]: any; | ||
} | undefined; | ||
@@ -41,0 +41,0 @@ overlayWarnings?: boolean | undefined; |
{ | ||
"name": "@types/webpack-hot-middleware", | ||
"version": "2.25.6", | ||
"version": "2.25.7", | ||
"description": "TypeScript definitions for webpack-hot-middleware", | ||
@@ -47,4 +47,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-hot-middleware", | ||
}, | ||
"typesPublisherContentHash": "9c3408201b58bd420e95bcd4ed22107eb84a53b9437dfc2749a6884805bb8d60", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "646c094445256e6e49a419ba58ce7144757232c82be6f37793a51c8ab0bccd28", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -21,4 +21,4 @@ # Installation | ||
import { NextHandleFunction } from 'connect'; | ||
import * as webpack from 'webpack'; | ||
import { NextHandleFunction } from "connect"; | ||
import * as webpack from "webpack"; | ||
@@ -29,3 +29,3 @@ export = WebpackHotMiddleware; | ||
compiler: webpack.Compiler | webpack.MultiCompiler, | ||
options?: WebpackHotMiddleware.MiddlewareOptions | ||
options?: WebpackHotMiddleware.MiddlewareOptions, | ||
): NextHandleFunction & WebpackHotMiddleware.EventStream; | ||
@@ -45,6 +45,6 @@ | ||
ansiColors?: { | ||
[key: string]: any | ||
[key: string]: any; | ||
} | undefined; | ||
overlayStyles?: { | ||
[key: string]: any | ||
[key: string]: any; | ||
} | undefined; | ||
@@ -70,3 +70,3 @@ overlayWarnings?: boolean | undefined; | ||
### Additional Details | ||
* Last updated: Mon, 14 Feb 2022 08:01:25 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT | ||
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -73,0 +73,0 @@ * Global values: none |
7301