newman-reporter-qase 2.0.5 → 2.1.0

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/changelog.md CHANGED
@@ -1,3 +1,10 @@
1
+ # qase-newman@2.1.0
2
+
3
+ ## What's new
4
+
5
+ - Updated to the latest minor version of the common package for improved compatibility and features.
6
+ - Fixed all ESLint warnings across the project to ensure code quality and maintainability.
7
+
1
8
  # qase-newman@2.0.5
2
9
 
3
10
  ## What's new
@@ -89,7 +89,7 @@ export declare class NewmanQaseReporter {
89
89
  */
90
90
  private prepareParameters;
91
91
  /**
92
- * @param {any} iterationData
92
+ * @param {unknown} iterationData
93
93
  * @private
94
94
  */
95
95
  private getParameters;
package/dist/reporter.js CHANGED
@@ -264,7 +264,7 @@ class NewmanQaseReporter {
264
264
  }, {});
265
265
  }
266
266
  /**
267
- * @param {any} iterationData
267
+ * @param {unknown} iterationData
268
268
  * @private
269
269
  */
270
270
  getParameters(iterationData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newman-reporter-qase",
3
- "version": "2.0.5",
3
+ "version": "2.1.0",
4
4
  "description": "Qase TMS Newman Reporter",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "author": "Qase Team <support@qase.io>",
40
40
  "license": "Apache-2.0",
41
41
  "dependencies": {
42
- "qase-javascript-commons": "~2.2.0",
42
+ "qase-javascript-commons": "~2.3.0",
43
43
  "semver": "^7.5.1"
44
44
  },
45
45
  "devDependencies": {