@qualweb/core
Advanced tools
Comparing version 0.7.40 to 0.7.41
{ | ||
"name": "@qualweb/core", | ||
"version": "0.7.40", | ||
"version": "0.7.41", | ||
"description": "QualWeb evaluator core engine", | ||
@@ -74,3 +74,3 @@ "main": "dist/index.js", | ||
"@qualweb/earl-reporter": "0.4.3", | ||
"@qualweb/evaluation": "0.3.25", | ||
"@qualweb/evaluation": "0.3.26", | ||
"@qualweb/locale": "0.1.12", | ||
@@ -77,0 +77,0 @@ "colors": "1.4.0", |
@@ -116,7 +116,8 @@ # QualWeb core | ||
// choose which modules to execute | ||
"wappalyzer": false, // wappalyzer module (https://github.com/qualweb/wappalyzer) - default value = false | ||
"act": true, // act-rules module (https://github.com/qualweb/act-rules) - default value = true | ||
"wcag": true, // wcag-techniques module (https://github.com/qualweb/wcag-techniques) - default value = true | ||
"bp": false, // best-practices module (https://github.com/qualweb/best-practices) - default value = true | ||
"counter": false // counter module (https://github.com/qualweb/counter) - default value = false | ||
// if this option is not specified, the default values below will be applied, otherwise unspecified values will default to false | ||
"wappalyzer": false, // wappalyzer module (https://github.com/qualweb/wappalyzer) | ||
"act": true, // act-rules module (https://github.com/qualweb/act-rules) | ||
"wcag": true, // wcag-techniques module (https://github.com/qualweb/wcag-techniques) | ||
"bp": false, // best-practices module (https://github.com/qualweb/best-practices) | ||
"counter": false // counter module (https://github.com/qualweb/counter) | ||
}, | ||
@@ -132,3 +133,3 @@ "act-rules": { | ||
// More information about this options at https://github.com/qualweb/wcag-techniques | ||
"rules": ["QW-WCAG-T1", "H39"], // Array of techniques to execute, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code | ||
"techniques": ["QW-WCAG-T1", "H39"], // Array of techniques to execute, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code | ||
"exclude": ["QW-WCAG-T1", "H39"], // Array of techniques to exclude, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code | ||
@@ -135,0 +136,0 @@ "levels": ["A", "AA", "AAA"], // Conformance levels to execute, |
67006
506
+ Added@qualweb/best-practices@0.6.10(transitive)
+ Added@qualweb/evaluation@0.3.26(transitive)
- Removed@qualweb/best-practices@0.6.9(transitive)
- Removed@qualweb/evaluation@0.3.25(transitive)
Updated@qualweb/evaluation@0.3.26