testilo 13.10.3 → 13.10.4

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/merge.js CHANGED
@@ -38,7 +38,7 @@ exports.merge = (script, batch, requester, isolate = false) => {
38
38
  // If the requester is unspecified, make it the standard requester.
39
39
  requester ||= stdRequester;
40
40
  // Create a timestamp.
41
- const timeStamp = Math.floor((Date.now() - Date.UTC(2023, 4)) / 2000).toString(36);
41
+ const timeStamp = Math.floor((Date.now() - Date.UTC(2023, 6)) / 2000).toString(36);
42
42
  // Create a time description.
43
43
  const creationTime = (new Date()).toISOString().slice(0, 19);
44
44
  // Initialize a target-independent job.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "13.10.3",
3
+ "version": "13.10.4",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2314,7 +2314,7 @@ exports.issues = {
2314
2314
  r73: {
2315
2315
  variable: false,
2316
2316
  quality: 1,
2317
- what: 'Paragraph of text has insufficient line height'
2317
+ what: 'Text line height is not at least 1.5'
2318
2318
  }
2319
2319
  }
2320
2320
  }