testilo 51.1.4 → 51.1.5

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": "51.1.4",
3
+ "version": "51.1.5",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -10919,7 +10919,7 @@ exports.issues = {
10919
10919
  quality: 0.5,
10920
10920
  what: 'CSS perspective property has a nonpositive value'
10921
10921
  },
10922
- '^CSS: .+: Lexical error at line .+, column .+ Encountered: .+$': {
10922
+ '^CSS: .*Lexical error at line .+, column .+ Encountered: .+$': {
10923
10923
  variable: true,
10924
10924
  quality: 1,
10925
10925
  what: 'CSS property has a value with a lexical error'