@wdio/reporter 9.27.2 → 9.29.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/build/index.cjs CHANGED
@@ -270,6 +270,7 @@ var RunnableStats = class {
270
270
  constructor(type) {
271
271
  this.type = type;
272
272
  }
273
+ type;
273
274
  start = /* @__PURE__ */ new Date();
274
275
  end;
275
276
  _duration = 0;
@@ -653,6 +654,7 @@ var WDIOReporter = class extends import_node_events.EventEmitter {
653
654
  currentTest.output.push(Object.assign(payload, { type: "result" }));
654
655
  });
655
656
  }
657
+ options;
656
658
  outputStream;
657
659
  failures = 0;
658
660
  suites = {};
package/build/index.js CHANGED
@@ -230,6 +230,7 @@ var RunnableStats = class {
230
230
  constructor(type) {
231
231
  this.type = type;
232
232
  }
233
+ type;
233
234
  start = /* @__PURE__ */ new Date();
234
235
  end;
235
236
  _duration = 0;
@@ -613,6 +614,7 @@ var WDIOReporter = class extends EventEmitter {
613
614
  currentTest.output.push(Object.assign(payload, { type: "result" }));
614
615
  });
615
616
  }
617
+ options;
616
618
  outputStream;
617
619
  failures = 0;
618
620
  suites = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/reporter",
3
- "version": "9.27.2",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO utility to help reporting all events",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-reporter",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@types/node": "^20.1.0",
41
41
  "@wdio/logger": "9.18.0",
42
- "@wdio/types": "9.27.2",
42
+ "@wdio/types": "9.29.0",
43
43
  "diff": "^8.0.2",
44
44
  "object-inspect": "^1.12.0"
45
45
  },
@@ -50,5 +50,5 @@
50
50
  "@types/tmp": "^0.2.3",
51
51
  "tmp": "^0.2.1"
52
52
  },
53
- "gitHead": "a95ab41f3ac1fd9510341a21d365a359528212ac"
53
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
54
54
  }