@types/clean-css
Advanced tools
Comparing version 4.2.10 to 4.2.11
@@ -46,3 +46,3 @@ /// <reference types="node" /> | ||
*/ | ||
inline?: ReadonlyArray<string> | false | undefined; | ||
inline?: readonly string[] | false | undefined; | ||
@@ -237,3 +237,3 @@ /** | ||
*/ | ||
mergeablePseudoClasses?: ReadonlyArray<string> | undefined; | ||
mergeablePseudoClasses?: readonly string[] | undefined; | ||
@@ -243,3 +243,3 @@ /** | ||
*/ | ||
mergeablePseudoElements: ReadonlyArray<string>; | ||
mergeablePseudoElements: readonly string[]; | ||
@@ -601,3 +601,3 @@ /** | ||
*/ | ||
skipProperties?: ReadonlyArray<string> | undefined; | ||
skipProperties?: readonly string[] | undefined; | ||
} | undefined; | ||
@@ -635,3 +635,3 @@ } | ||
*/ | ||
type Sources = string | ReadonlyArray<string> | Source | ReadonlyArray<Source> | Buffer; | ||
type Sources = string | readonly string[] | Source | readonly Source[] | Buffer; | ||
@@ -638,0 +638,0 @@ /** |
{ | ||
"name": "@types/clean-css", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"description": "TypeScript definitions for clean-css", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clean-css", | ||
}, | ||
"typesPublisherContentHash": "dd9c41a603738ad4405d61edc8b5004dffb2bcc44cd85313e67054b69e7bef8b", | ||
"typesPublisherContentHash": "8a7064fa9c5ef75e59ab9107bd2804622fa6a377a9395b9f248b10ac227a3d6b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [source-map](https://npmjs.com/package/source-map) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25205