@wdio/reporter 9.6.2 → 9.9.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.
Files changed (2) hide show
  1. package/build/index.cjs +3 -3
  2. package/package.json +3 -3
package/build/index.cjs CHANGED
@@ -29,15 +29,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  HookStats: () => HookStats,
35
35
  RunnerStats: () => RunnerStats,
36
36
  SuiteStats: () => SuiteStats,
37
37
  TestStats: () => TestStats,
38
38
  default: () => WDIOReporter
39
39
  });
40
- module.exports = __toCommonJS(src_exports);
40
+ module.exports = __toCommonJS(index_exports);
41
41
  var import_node_fs = __toESM(require("node:fs"), 1);
42
42
  var import_node_events = require("node:events");
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/reporter",
3
- "version": "9.6.2",
3
+ "version": "9.9.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.4.4",
42
- "@wdio/types": "9.6.2",
42
+ "@wdio/types": "9.9.0",
43
43
  "diff": "^7.0.0",
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": "918477b20c54c27b98655b08f55a2a304495f0fa"
53
+ "gitHead": "620e092391d7bcc71cd7cd55ad146ad72e522da9"
54
54
  }