testit-js-commons 3.7.1 → 3.7.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.
@@ -22,7 +22,9 @@ class TestResultsConverter extends common_1.BaseConverter {
22
22
  startedOn: undefined,
23
23
  completedOn: undefined,
24
24
  duration: undefined,
25
- resultReasons: undefined
25
+ resultReasons: undefined,
26
+ autoTestTags: undefined,
27
+ excludeAutoTestTags: undefined
26
28
  };
27
29
  return model;
28
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-js-commons",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "JavaScript commons for Test IT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "dotenv": "^16.0.3",
40
- "testit-api-client": "7.2.0"
40
+ "testit-api-client": "7.2.1"
41
41
  },
42
42
  "files": [
43
43
  "lib"