html-validate 10.3.0 → 10.3.1
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/elements.js +20 -4
- package/dist/cjs/elements.js.map +1 -1
- package/dist/cjs/tsdoc-metadata.json +1 -1
- package/dist/esm/core.js +1 -1
- package/dist/esm/core.js.map +1 -1
- package/dist/esm/elements.js +20 -4
- package/dist/esm/elements.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/dist/esm/core.js
CHANGED
|
@@ -11936,7 +11936,7 @@ class EventHandler {
|
|
|
11936
11936
|
}
|
|
11937
11937
|
|
|
11938
11938
|
const name = "html-validate";
|
|
11939
|
-
const version = "10.3.
|
|
11939
|
+
const version = "10.3.1";
|
|
11940
11940
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
11941
11941
|
|
|
11942
11942
|
function freeze(src) {
|