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/cjs/core.js
CHANGED
|
@@ -11945,7 +11945,7 @@ class EventHandler {
|
|
|
11945
11945
|
}
|
|
11946
11946
|
|
|
11947
11947
|
const name = "html-validate";
|
|
11948
|
-
const version = "10.3.
|
|
11948
|
+
const version = "10.3.1";
|
|
11949
11949
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
11950
11950
|
|
|
11951
11951
|
function freeze(src) {
|