html-validate 9.5.4 → 9.5.5
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 +3 -3
- package/dist/cjs/elements.js.map +1 -1
- package/dist/es/core.js +1 -1
- package/dist/es/core.js.map +1 -1
- package/dist/es/elements.js +3 -3
- package/dist/es/elements.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/core.js
CHANGED
|
@@ -11729,7 +11729,7 @@ class EventHandler {
|
|
|
11729
11729
|
}
|
|
11730
11730
|
|
|
11731
11731
|
const name = "html-validate";
|
|
11732
|
-
const version = "9.5.
|
|
11732
|
+
const version = "9.5.5";
|
|
11733
11733
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
11734
11734
|
|
|
11735
11735
|
function freeze(src) {
|