@types/optimize-css-assets-webpack-plugin
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -1,8 +0,1 @@ | ||
// Type definitions for optimize-css-assets-webpack-plugin 5.0 | ||
// Project: https://github.com/nmfr/optimize-css-assets-webpack-plugin | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem> | ||
// Spencer Miskoviak <https://github.com/skovy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.7 | ||
import { Compiler, WebpackPluginInstance as Plugin } from "webpack"; | ||
@@ -9,0 +2,0 @@ |
{ | ||
"name": "@types/optimize-css-assets-webpack-plugin", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "TypeScript definitions for optimize-css-assets-webpack-plugin", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/optimize-css-assets-webpack-plugin", | ||
"name": "Armando Meziat", | ||
"url": "https://github.com/odnamrataizem", | ||
"githubUsername": "odnamrataizem" | ||
"githubUsername": "odnamrataizem", | ||
"url": "https://github.com/odnamrataizem" | ||
}, | ||
{ | ||
"name": "Spencer Miskoviak", | ||
"url": "https://github.com/skovy", | ||
"githubUsername": "skovy" | ||
"githubUsername": "skovy", | ||
"url": "https://github.com/skovy" | ||
} | ||
@@ -31,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "1f5e538c43882602ae0dcbbb02ade5b7d08a400b64d2992e18715e82c69f36c1", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "3851463dd42c47b144bf54975a31152ecf3adcc40e4a9473d912747f76f0e9a5", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for optimize-css-assets-webpack-plugin 5.0 | ||
// Project: https://github.com/nmfr/optimize-css-assets-webpack-plugin | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem> | ||
// Spencer Miskoviak <https://github.com/skovy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.7 | ||
import { Compiler, WebpackPluginInstance as Plugin } from "webpack"; | ||
@@ -73,7 +66,6 @@ | ||
### Additional Details | ||
* Last updated: Sun, 03 Sep 2023 22:33:59 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Armando Meziat](https://github.com/odnamrataizem), and [Spencer Miskoviak](https://github.com/skovy). |
6455
47
70