html-validate 8.6.1 → 8.7.0
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 +25 -0
- 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 +25 -0
- package/dist/es/elements.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/core.js
CHANGED
|
@@ -12317,7 +12317,7 @@ class HtmlValidate {
|
|
|
12317
12317
|
/** @public */
|
|
12318
12318
|
const name = "html-validate";
|
|
12319
12319
|
/** @public */
|
|
12320
|
-
const version = "8.
|
|
12320
|
+
const version = "8.7.0";
|
|
12321
12321
|
/** @public */
|
|
12322
12322
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
12323
12323
|
|