html-validate 8.24.1 → 8.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core.js +1 -1
- package/dist/cjs/core.js.map +1 -1
- package/dist/cjs/tsdoc-metadata.json +1 -1
- package/dist/es/core.js +1 -1
- package/dist/es/core.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +12 -7
package/dist/es/core.js
CHANGED
|
@@ -12871,7 +12871,7 @@ class HtmlValidate {
|
|
|
12871
12871
|
}
|
|
12872
12872
|
|
|
12873
12873
|
const name = "html-validate";
|
|
12874
|
-
const version = "8.24.
|
|
12874
|
+
const version = "8.24.2";
|
|
12875
12875
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
12876
12876
|
|
|
12877
12877
|
function definePlugin(plugin) {
|