@holmdigital/engine 2.1.3 → 2.1.4
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/README.md +2 -2
- package/dist/{chunk-H5MBYTT7.mjs → chunk-NTZZJO75.mjs} +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -89,8 +89,8 @@ npx hd-a11y-scan https://example.com --json
|
|
|
89
89
|
"url": "https://example.com",
|
|
90
90
|
"timestamp": "2026-01-13T17:05:11.749Z",
|
|
91
91
|
"metadata": {
|
|
92
|
-
"engineVersion": "1.
|
|
93
|
-
"axeCoreVersion": "4.
|
|
92
|
+
"engineVersion": "2.1.3",
|
|
93
|
+
"axeCoreVersion": "4.11.1",
|
|
94
94
|
"standardsVersion": "1.2.3",
|
|
95
95
|
"scanDuration": 2891,
|
|
96
96
|
"pageTitle": "Example Domain",
|
|
@@ -371,7 +371,7 @@ var RegulatoryScanner = class {
|
|
|
371
371
|
}
|
|
372
372
|
const metadata = {
|
|
373
373
|
engineVersion: getEngineVersion(),
|
|
374
|
-
axeCoreVersion: axeCore.version || "4.
|
|
374
|
+
axeCoreVersion: axeCore.version || "4.11.1",
|
|
375
375
|
standardsVersion: getStandardsVersion(),
|
|
376
376
|
scanDuration,
|
|
377
377
|
pageTitle,
|
package/dist/cli/index.js
CHANGED
|
@@ -1003,7 +1003,7 @@ var RegulatoryScanner = class {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
const metadata = {
|
|
1005
1005
|
engineVersion: getEngineVersion(),
|
|
1006
|
-
axeCoreVersion: import_axe_core.default.version || "4.
|
|
1006
|
+
axeCoreVersion: import_axe_core.default.version || "4.11.1",
|
|
1007
1007
|
standardsVersion: getStandardsVersion(),
|
|
1008
1008
|
scanDuration,
|
|
1009
1009
|
pageTitle,
|
package/dist/cli/index.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -899,7 +899,7 @@ var RegulatoryScanner = class {
|
|
|
899
899
|
}
|
|
900
900
|
const metadata = {
|
|
901
901
|
engineVersion: getEngineVersion(),
|
|
902
|
-
axeCoreVersion: import_axe_core.default.version || "4.
|
|
902
|
+
axeCoreVersion: import_axe_core.default.version || "4.11.1",
|
|
903
903
|
standardsVersion: getStandardsVersion(),
|
|
904
904
|
scanDuration,
|
|
905
905
|
pageTitle,
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holmdigital/engine",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@holmdigital/components": "^2.1.1",
|
|
64
64
|
"@holmdigital/standards": "*",
|
|
65
|
-
"axe-core": "4.
|
|
65
|
+
"axe-core": "^4.11.1",
|
|
66
66
|
"chalk": "^5.3.0",
|
|
67
67
|
"commander": "^12.1.0",
|
|
68
68
|
"cosmiconfig": "^9.0.0",
|