@accesslint/core 0.8.0 → 0.8.1

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/index.js CHANGED
@@ -1401,6 +1401,7 @@ const Wt = {
1401
1401
  }, Xt = {
1402
1402
  id: "text-alternatives/role-img-alt",
1403
1403
  category: "text-alternatives",
1404
+ actRuleIds: ["23a2a8"],
1404
1405
  wcag: ["1.1.1"],
1405
1406
  level: "A",
1406
1407
  fixability: "contextual",
@@ -1 +1 @@
1
- {"version":3,"file":"role-img-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/role-img-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,UAAU,EAAE,IAmCxB,CAAC"}
1
+ {"version":3,"file":"role-img-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/role-img-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,UAAU,EAAE,IAoCxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accesslint/core",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Pure accessibility rule engine — WCAG audit with zero browser dependencies",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",