testilo 52.1.1 → 52.1.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": "52.1.1",
3
+ "version": "52.1.2",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -7922,6 +7922,13 @@ exports.issues = {
7922
7922
  quality: 1,
7923
7923
  what: 'Target size is suboptimal'
7924
7924
  }
7925
+ },
7926
+ testaro: {
7927
+ targetSmall: {
7928
+ variable: false,
7929
+ quality: 1,
7930
+ what: 'Target is not inline but is smaller than 44px by 44px [retired 2026-04]'
7931
+ }
7925
7932
  }
7926
7933
  }
7927
7934
  },