@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 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.4.12",
93
- "axeCoreVersion": "4.10.2",
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.10.2",
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.10.2",
1006
+ axeCoreVersion: import_axe_core.default.version || "4.11.1",
1007
1007
  standardsVersion: getStandardsVersion(),
1008
1008
  scanDuration,
1009
1009
  pageTitle,
@@ -7,7 +7,7 @@ import {
7
7
  generateStatement,
8
8
  generateStatementContent,
9
9
  getEngineVersion
10
- } from "../chunk-H5MBYTT7.mjs";
10
+ } from "../chunk-NTZZJO75.mjs";
11
11
  import {
12
12
  getCurrentLang,
13
13
  setLanguage,
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.10.2",
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
@@ -5,7 +5,7 @@ import {
5
5
  generateStatement,
6
6
  generateStatementContent,
7
7
  getEngineVersion
8
- } from "./chunk-H5MBYTT7.mjs";
8
+ } from "./chunk-NTZZJO75.mjs";
9
9
  import {
10
10
  getCurrentLang,
11
11
  setLanguage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holmdigital/engine",
3
- "version": "2.1.3",
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.10.2",
65
+ "axe-core": "^4.11.1",
66
66
  "chalk": "^5.3.0",
67
67
  "commander": "^12.1.0",
68
68
  "cosmiconfig": "^9.0.0",