cypress-qase-reporter 2.2.10 → 2.3.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
+ # cypress-qase-reporter@2.3.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
  # cypress-qase-reporter@2.2.10
2
9
 
3
10
  ## What's new
@@ -26,6 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.FileSearcher = void 0;
27
27
  const fs = __importStar(require("fs"));
28
28
  const path = __importStar(require("path"));
29
+ // eslint-disable-next-line @typescript-eslint/no-extraneous-class
29
30
  class FileSearcher {
30
31
  /**
31
32
  * Finds all files in the given directory and its subdirectories
package/dist/reporter.js CHANGED
@@ -166,7 +166,7 @@ class CypressQaseReporter extends mocha_1.reporters.Base {
166
166
  }
167
167
  }
168
168
  const result = {
169
- attachments: attachments ?? [],
169
+ attachments: attachments,
170
170
  author: null,
171
171
  fields: metadata?.fields ?? {},
172
172
  message: message,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress-qase-reporter",
3
- "version": "2.2.10",
3
+ "version": "2.3.0",
4
4
  "description": "Qase Cypress Reporter",
5
5
  "homepage": "https://github.com/qase-tms/qase-javascript",
6
6
  "sideEffects": false,
@@ -51,7 +51,7 @@
51
51
  "author": "Qase Team <support@qase.io>",
52
52
  "license": "Apache-2.0",
53
53
  "dependencies": {
54
- "qase-javascript-commons": "~2.2.14",
54
+ "qase-javascript-commons": "~2.3.0",
55
55
  "uuid": "^9.0.1"
56
56
  },
57
57
  "peerDependencies": {