html-validate 9.0.0-rc.7 → 9.0.0-rc.8
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/test-utils.js +8 -1
- package/dist/cjs/test-utils.js.map +1 -1
- package/dist/es/core.js +1 -1
- package/dist/es/core.js.map +1 -1
- package/dist/es/test-utils.js +8 -1
- package/dist/es/test-utils.js.map +1 -1
- package/dist/types/browser.d.ts +26 -2
- package/dist/types/index.d.ts +26 -2
- package/dist/types/test-utils.d.ts +12 -8
- package/package.json +1 -1
package/dist/cjs/core.js
CHANGED
|
@@ -13511,7 +13511,7 @@ class HtmlValidate {
|
|
|
13511
13511
|
}
|
|
13512
13512
|
|
|
13513
13513
|
const name = "html-validate";
|
|
13514
|
-
const version = "9.0.0-rc.
|
|
13514
|
+
const version = "9.0.0-rc.8";
|
|
13515
13515
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
13516
13516
|
|
|
13517
13517
|
function definePlugin(plugin) {
|