@wdio/jasmine-framework 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.
Files changed (2) hide show
  1. package/build/index.js +5 -0
  2. package/package.json +5 -5
package/build/index.js CHANGED
@@ -17,6 +17,7 @@ var JasmineReporter = class {
17
17
  this._jasmineOpts = params.jasmineOpts;
18
18
  this._shouldCleanStack = typeof params.cleanStack === "boolean" ? params.cleanStack : true;
19
19
  }
20
+ _reporter;
20
21
  startedSuite;
21
22
  _cid;
22
23
  _specs;
@@ -231,6 +232,10 @@ var JasmineAdapter = class {
231
232
  this._hasTests = true;
232
233
  this._jrunner.exitOnCompletion = false;
233
234
  }
235
+ _cid;
236
+ _config;
237
+ _specs;
238
+ _capabilities;
234
239
  _jasmineOpts;
235
240
  _reporter;
236
241
  _totalTests = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/jasmine-framework",
3
- "version": "9.27.2",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
@@ -36,10 +36,10 @@
36
36
  "dependencies": {
37
37
  "@types/jasmine": "^5.1.13",
38
38
  "@types/node": "^20.1.0",
39
- "@wdio/globals": "9.27.2",
39
+ "@wdio/globals": "9.29.0",
40
40
  "@wdio/logger": "9.18.0",
41
- "@wdio/types": "9.27.2",
42
- "@wdio/utils": "9.27.2",
41
+ "@wdio/types": "9.29.0",
42
+ "@wdio/utils": "9.29.0",
43
43
  "jasmine": "^5.0.0"
44
44
  },
45
45
  "devDependencies": {
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "a95ab41f3ac1fd9510341a21d365a359528212ac"
63
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
64
64
  }