Comparing version 1.7.30-nightly-20241002.1 to 1.7.31-nightly-20241008.1
@@ -11,6 +11,6 @@ import * as binding from "./binding"; | ||
removeComments?: boolean; | ||
preserveComments: string[]; | ||
preserveComments?: string[]; | ||
minifyConditionalComments?: boolean; | ||
removeEmptyAttributes?: boolean; | ||
removeRedundantAttributes?: boolean; | ||
removeRedundantAttributes?: "none" | "all" | "smart"; | ||
collapseBooleanAttributes?: boolean; | ||
@@ -17,0 +17,0 @@ normalizeAttributes?: boolean; |
@@ -19,6 +19,9 @@ import * as binding from "./binding"; | ||
removeComments?: boolean; | ||
preserveComments: string[]; | ||
preserveComments?: string[]; | ||
minifyConditionalComments?: boolean; | ||
removeEmptyAttributes?: boolean; | ||
removeRedundantAttributes?: boolean; | ||
removeRedundantAttributes?: | ||
| "none" | ||
| "all" | ||
| "smart"; | ||
collapseBooleanAttributes?: boolean; | ||
@@ -25,0 +28,0 @@ normalizeAttributes?: boolean; |
{ | ||
"name": "@swc/html", | ||
"version": "1.7.30-nightly-20241002.1", | ||
"version": "1.7.31-nightly-20241008.1", | ||
"description": "Super-fast HTML minifier", | ||
@@ -60,13 +60,13 @@ "homepage": "https://swc.rs", | ||
"optionalDependencies": { | ||
"@swc/html-darwin-x64": "1.7.30-nightly-20241002.1", | ||
"@swc/html-win32-x64-msvc": "1.7.30-nightly-20241002.1", | ||
"@swc/html-linux-x64-gnu": "1.7.30-nightly-20241002.1", | ||
"@swc/html-linux-x64-musl": "1.7.30-nightly-20241002.1", | ||
"@swc/html-win32-ia32-msvc": "1.7.30-nightly-20241002.1", | ||
"@swc/html-linux-arm-gnueabihf": "1.7.30-nightly-20241002.1", | ||
"@swc/html-linux-arm64-gnu": "1.7.30-nightly-20241002.1", | ||
"@swc/html-darwin-arm64": "1.7.30-nightly-20241002.1", | ||
"@swc/html-linux-arm64-musl": "1.7.30-nightly-20241002.1", | ||
"@swc/html-win32-arm64-msvc": "1.7.30-nightly-20241002.1" | ||
"@swc/html-darwin-x64": "1.7.31-nightly-20241008.1", | ||
"@swc/html-win32-x64-msvc": "1.7.31-nightly-20241008.1", | ||
"@swc/html-linux-x64-gnu": "1.7.31-nightly-20241008.1", | ||
"@swc/html-linux-x64-musl": "1.7.31-nightly-20241008.1", | ||
"@swc/html-win32-ia32-msvc": "1.7.31-nightly-20241008.1", | ||
"@swc/html-linux-arm-gnueabihf": "1.7.31-nightly-20241008.1", | ||
"@swc/html-linux-arm64-gnu": "1.7.31-nightly-20241008.1", | ||
"@swc/html-darwin-arm64": "1.7.31-nightly-20241008.1", | ||
"@swc/html-linux-arm64-musl": "1.7.31-nightly-20241008.1", | ||
"@swc/html-win32-arm64-msvc": "1.7.31-nightly-20241008.1" | ||
} | ||
} |
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
20405
538