testilo 51.1.0 → 51.1.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "51.1.0",
3
+ "version": "51.1.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3928,6 +3928,11 @@ exports.issues = {
3928
3928
  variable: false,
3929
3929
  quality: 1,
3930
3930
  what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
3931
+ },
3932
+ 'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
3933
+ variable: false,
3934
+ quality: 1,
3935
+ what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
3931
3936
  }
3932
3937
  },
3933
3938
  nuVnu: {
@@ -3940,6 +3945,11 @@ exports.issues = {
3940
3945
  variable: false,
3941
3946
  quality: 1,
3942
3947
  what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
3948
+ },
3949
+ 'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
3950
+ variable: false,
3951
+ quality: 1,
3952
+ what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
3943
3953
  }
3944
3954
  }
3945
3955
  }