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/cjs/core.js
CHANGED
|
@@ -12881,7 +12881,7 @@ class HtmlValidate {
|
|
|
12881
12881
|
}
|
|
12882
12882
|
|
|
12883
12883
|
const name = "html-validate";
|
|
12884
|
-
const version = "8.24.
|
|
12884
|
+
const version = "8.24.2";
|
|
12885
12885
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
12886
12886
|
|
|
12887
12887
|
function definePlugin(plugin) {
|