@wdio/mocha-framework 9.28.0 → 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.
Files changed (2) hide show
  1. package/build/index.js +5 -0
  2. package/package.json +4 -4
package/build/index.js CHANGED
@@ -168,6 +168,11 @@ var MochaAdapter = class {
168
168
  mochaOpts: {}
169
169
  }, _config);
170
170
  }
171
+ _cid;
172
+ _config;
173
+ _specs;
174
+ _capabilities;
175
+ _reporter;
171
176
  _mocha;
172
177
  _runner;
173
178
  _specLoadError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/mocha-framework",
3
- "version": "9.28.0",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
@@ -39,12 +39,12 @@
39
39
  "@types/mocha": "^10.0.6",
40
40
  "@types/node": "^20.11.28",
41
41
  "@wdio/logger": "9.18.0",
42
- "@wdio/types": "9.28.0",
43
- "@wdio/utils": "9.28.0",
42
+ "@wdio/types": "9.29.0",
43
+ "@wdio/utils": "9.29.0",
44
44
  "mocha": "^10.3.0"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "66baa0049385cd9161677e1e6728fde90db56f35"
49
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
50
50
  }