html-validate 7.2.0 → 7.3.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/es/core.js +1 -1
- package/elements/html5.js +1 -1
- package/package.json +4 -4
package/dist/cjs/core.js
CHANGED
|
@@ -3117,7 +3117,7 @@ var TRANSFORMER_API;
|
|
|
3117
3117
|
/** @public */
|
|
3118
3118
|
const name = "html-validate";
|
|
3119
3119
|
/** @public */
|
|
3120
|
-
const version = "7.
|
|
3120
|
+
const version = "7.3.0";
|
|
3121
3121
|
/** @public */
|
|
3122
3122
|
const homepage = "https://html-validate.org";
|
|
3123
3123
|
/** @public */
|
package/dist/es/core.js
CHANGED
|
@@ -3086,7 +3086,7 @@ var TRANSFORMER_API;
|
|
|
3086
3086
|
/** @public */
|
|
3087
3087
|
const name = "html-validate";
|
|
3088
3088
|
/** @public */
|
|
3089
|
-
const version = "7.
|
|
3089
|
+
const version = "7.3.0";
|
|
3090
3090
|
/** @public */
|
|
3091
3091
|
const homepage = "https://html-validate.org";
|
|
3092
3092
|
/** @public */
|
package/elements/html5.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-validate",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"description": "Offline html5 validator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
159
|
"@html-validate/commitlint-config": "3.0.5",
|
|
160
|
-
"@html-validate/eslint-config": "5.4.
|
|
160
|
+
"@html-validate/eslint-config": "5.4.19",
|
|
161
161
|
"@html-validate/eslint-config-jest": "5.4.18",
|
|
162
|
-
"@html-validate/eslint-config-typescript": "5.4.
|
|
162
|
+
"@html-validate/eslint-config-typescript": "5.4.19",
|
|
163
163
|
"@html-validate/eslint-config-typescript-typeinfo": "5.4.1",
|
|
164
164
|
"@html-validate/jest-config": "3.4.0",
|
|
165
165
|
"@html-validate/prettier-config": "2.3.0",
|
|
166
|
-
"@html-validate/release-scripts": "3.5.
|
|
166
|
+
"@html-validate/release-scripts": "3.5.5",
|
|
167
167
|
"@rollup/plugin-json": "4.1.0",
|
|
168
168
|
"@rollup/plugin-replace": "4.0.0",
|
|
169
169
|
"@rollup/plugin-typescript": "8.3.4",
|