testilo 14.0.1 → 14.0.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": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -3,14 +3,14 @@
3
3
  // IMPORTS
4
4
 
5
5
  // Issue classification
6
- const {issueClasses} = require('../../score/tic28');
6
+ const {issueClasses} = require('../../score/tic31');
7
7
  // Function to process files.
8
8
  const fs = require('fs/promises');
9
9
 
10
10
  // CONSTANTS
11
11
 
12
12
  // Digester ID.
13
- const id = 'tdp28';
13
+ const id = 'tdp31';
14
14
  // Newlines with indentations.
15
15
  const joiner = '\n ';
16
16
  const innerJoiner = '\n ';