testilo 52.1.7 → 52.1.8

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.7",
3
+ "version": "52.1.8",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -1288,14 +1288,14 @@ exports.issues = {
1288
1288
  weight: 3,
1289
1289
  tools: {
1290
1290
  nuVal: {
1291
- '^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
1291
+ '^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
1292
1292
  variable: true,
1293
1293
  quality: 1,
1294
1294
  what: 'img-src content attribute blocks an image'
1295
1295
  }
1296
1296
  },
1297
1297
  nuVnu: {
1298
- '^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
1298
+ '^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
1299
1299
  variable: true,
1300
1300
  quality: 1,
1301
1301
  what: 'img-src content attribute blocks an image'
@@ -3933,14 +3933,14 @@ exports.issues = {
3933
3933
  weight: 3,
3934
3934
  tools: {
3935
3935
  nuVal: {
3936
- '^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
3936
+ '^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
3937
3937
  variable: true,
3938
3938
  quality: 1,
3939
3939
  what: 'style-src content attribute blocks an external stylesheet'
3940
3940
  }
3941
3941
  },
3942
3942
  nuVnu: {
3943
- '^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
3943
+ '^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
3944
3944
  variable: true,
3945
3945
  quality: 1,
3946
3946
  what: 'style-src content attribute blocks an external stylesheet'
@@ -3997,14 +3997,14 @@ exports.issues = {
3997
3997
  weight: 3,
3998
3998
  tools: {
3999
3999
  nuVal: {
4000
- '^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
4000
+ '^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
4001
4001
  variable: true,
4002
4002
  quality: 1,
4003
4003
  what: 'script-src content attribute blocks a script'
4004
4004
  }
4005
4005
  },
4006
4006
  nuVnu: {
4007
- '^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
4007
+ '^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
4008
4008
  variable: true,
4009
4009
  quality: 1,
4010
4010
  what: 'script-src content attribute blocks a script'
@@ -6269,14 +6269,14 @@ exports.issues = {
6269
6269
  }
6270
6270
  },
6271
6271
  nuVal: {
6272
- '^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
6272
+ '^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
6273
6273
  variable: true,
6274
6274
  quality: 1,
6275
6275
  what: 'Heading level is more than 1 level inferior to the previous heading'
6276
6276
  }
6277
6277
  },
6278
6278
  nuVnu: {
6279
- '^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
6279
+ '^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
6280
6280
  variable: true,
6281
6281
  quality: 1,
6282
6282
  what: 'Heading level is more than 1 level inferior to the previous heading'