@wcag-checkr/ci 1.0.3 → 1.0.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.
@@ -5,7 +5,7 @@
5
5
  (async () => {
6
6
  const { onExecute } = await import(
7
7
  /* @vite-ignore */
8
- chrome.runtime.getURL("assets/content-script.ts-DUFtdkRn.js")
8
+ chrome.runtime.getURL("assets/content-script.ts-DYFeeoQ7.js")
9
9
  );
10
10
  onExecute?.({ perf: { injectTime, loadTime: performance.now() - injectTime } });
11
11
  })().catch(console.error);
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "name": "wcagcheckr",
4
4
  "description": "Audit your real site for WCAG issues across hover, focus, dark mode & RTL states — baselines surface only NEW violations.",
5
- "version": "1.0.3",
5
+ "version": "1.0.4",
6
6
  "author": "Locustware",
7
7
  "homepage_url": "https://wcagcheckr.com",
8
8
  "icons": {
@@ -37,7 +37,7 @@
37
37
  "content_scripts": [
38
38
  {
39
39
  "js": [
40
- "assets/content-script.ts-loader-BhZWdOHh.js"
40
+ "assets/content-script.ts-loader-BfRK3cgW.js"
41
41
  ],
42
42
  "matches": [
43
43
  "<all_urls>"
@@ -67,7 +67,7 @@
67
67
  "assets/design-system-audit-DpxJrxnb.js",
68
68
  "assets/reflow-analyzer-DNgBX8N_.js",
69
69
  "assets/dom-criterion-analyzers-DoUaJV5C.js",
70
- "assets/content-script.ts-DUFtdkRn.js"
70
+ "assets/content-script.ts-DYFeeoQ7.js"
71
71
  ],
72
72
  "use_dynamic_url": false
73
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcag-checkr/ci",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "description": "Headless wcagcheckr accessibility audit runner for CI/CD pipelines. Drives the wcagcheckr Chrome extension via Playwright, runs full-page audits across the state matrix (108 combinations: hover, focus, dark mode, RTL, breakpoints), outputs JSON / SARIF / JUnit, exits with severity-aware codes.",
6
6
  "license": "UNLICENSED",