testilo 49.0.1 → 49.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "49.0.1",
3
+ "version": "49.0.2",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -48,7 +48,7 @@ exports.issues = {
48
48
  summary: 'ignorable',
49
49
  why: 'No known impact, because the test is unreliable or invalid',
50
50
  wcag: '',
51
- weight: 0,
51
+ weight: 1,
52
52
  tools: {
53
53
  alfa: {
54
54
  r73: {
@@ -9351,7 +9351,7 @@ exports.issues = {
9351
9351
  summary: 'false aria-hidden value risky',
9352
9352
  why: 'User may be misled by erroneously hidden or revealed document content',
9353
9353
  wcag: '2.4.6',
9354
- weight: 0,
9354
+ weight: 1,
9355
9355
  tools: {
9356
9356
  aslint: {
9357
9357
  aria_hidden: {