@types/gulp-htmlmin
Advanced tools
Comparing version 1.3.33 to 1.3.34
@@ -9,3 +9,3 @@ // Type definitions for gulp-htmlmin v1.3.0 | ||
import * as HTMLMinifier from 'html-minifier'; | ||
import * as HTMLMinifier from "html-minifier"; | ||
@@ -12,0 +12,0 @@ declare namespace htmlmin { |
{ | ||
"name": "@types/gulp-htmlmin", | ||
"version": "1.3.33", | ||
"version": "1.3.34", | ||
"description": "TypeScript definitions for gulp-htmlmin", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin", | ||
}, | ||
"typesPublisherContentHash": "bd5cd2f86938ae25e7749e5fa85b04191ff55f2690c36020fc38645b772feaef", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "c981d7409cd4f57a5b8d72aa7251fc929fd00fa3bc3dce7c42b78f3d587e393c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -19,3 +19,3 @@ # Installation | ||
import * as HTMLMinifier from 'html-minifier'; | ||
import * as HTMLMinifier from "html-minifier"; | ||
@@ -32,3 +32,3 @@ declare namespace htmlmin { | ||
### Additional Details | ||
* Last updated: Wed, 10 May 2023 21:03:30 GMT | ||
* Last updated: Wed, 20 Sep 2023 17:08:03 GMT | ||
* Dependencies: [@types/html-minifier](https://npmjs.com/package/@types/html-minifier), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -35,0 +35,0 @@ * Global values: none |