@diegovelasquezweb/a11y-engine 0.11.2 → 0.11.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.mjs +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegovelasquezweb/a11y-engine",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "WCAG 2.2 accessibility audit engine — scanner, analyzer, and report builders",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/index.mjs CHANGED
@@ -694,6 +694,7 @@ export async function runAudit(options) {
694
694
  projectDir: options.projectDir,
695
695
  remotePackageJson,
696
696
  engines,
697
+ includeWarnings: options.includeWarnings ?? options.includeIncomplete ?? false,
697
698
  clearCache: options.clearCache ?? false,
698
699
  serverMode: options.serverMode ?? false,
699
700
  },