@types/compression-webpack-plugin
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -45,3 +45,3 @@ // Type definitions for compression-webpack-plugin 6.0 | ||
type FilenameFunction = (info: FileInfo) => string; | ||
type FilenameFunction = (pathData: FileInfo) => string; | ||
@@ -65,3 +65,3 @@ interface BaseOptions { | ||
* The target asset filename. | ||
* @default '[path].gz[query]' | ||
* @default '[path][base].gz' | ||
*/ | ||
@@ -68,0 +68,0 @@ filename?: string | FilenameFunction; |
{ | ||
"name": "@types/compression-webpack-plugin", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "TypeScript definitions for compression-webpack-plugin", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d2a09046e40d7f11aba08baf5936b71cd9b50d69b594d6a5dfc66ea92ac5b1f2", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "f180643930c58ac73facf47e4dca322eba7a0700f354bdc3094de22290841bd9", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 17 Nov 2020 23:36:34 GMT | ||
* Last updated: Wed, 02 Dec 2020 22:01:32 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -14,0 +14,0 @@ * Global values: none |
6274