testilo 52.1.10 → 52.1.11

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": "52.1.10",
3
+ "version": "52.1.11",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3780,6 +3780,11 @@ exports.issues = {
3780
3780
  quality: 1,
3781
3781
  what: 'Element has no nonempty rel attribute for the type'
3782
3782
  },
3783
+ 'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.2a': {
3784
+ variable: false,
3785
+ quality: 1,
3786
+ what: 'Element has no nonempty rel attribute for the type'
3787
+ },
3783
3788
  'E-A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload or the value prefetch.': {
3784
3789
  variable: false,
3785
3790
  quality: 1,