@wdio/browser-runner 9.10.1 → 9.11.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.
@@ -1 +1 @@
1
- {"version":3,"file":"testrunner.d.ts","sourceRoot":"","sources":["../../../src/vite/plugins/testrunner.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AA0ClC,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,CAAC,oBAAoB,GAAG,MAAM,EAAE,CAmI9E"}
1
+ {"version":3,"file":"testrunner.d.ts","sourceRoot":"","sources":["../../../src/vite/plugins/testrunner.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AA0ClC,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,CAAC,oBAAoB,GAAG,MAAM,EAAE,CA0I9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/vite/utils.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK/D,wBAAsB,WAAW,CAAC,OAAO,EAAE,WAAW,CAAC,oBAAoB,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,iBAAU,mBAyGvH;AAED,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,eAAe,EAAE,GAAG,CAAC,EAAE,MAAM,gBAa7E;AAED,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAY7D;AAED,wBAAsB,qBAAqB,CAAE,GAAG,EAAE,MAAM,qBAqBvD;AAGD,wBAAsB,cAAc,CAAC,WAAW,EAAE,MAAM,+BAgBvD;AAGD,wBAAsB,mBAAmB,CAAE,CAAC,EAAE,MAAM,EAAE,UAAU,WAAY,+BAK3E;AAED,wBAAgB,MAAM,CAAE,CAAC,EAAE,MAAM,oBAEhC;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,UAU9D"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/vite/utils.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK/D,wBAAsB,WAAW,CAAC,OAAO,EAAE,WAAW,CAAC,oBAAoB,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,iBAAU,mBAuGvH;AAED,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,eAAe,EAAE,GAAG,CAAC,EAAE,MAAM,gBAa7E;AAED,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAY7D;AAED,wBAAsB,qBAAqB,CAAE,GAAG,EAAE,MAAM,qBAqBvD;AAGD,wBAAsB,cAAc,CAAC,WAAW,EAAE,MAAM,+BAgBvD;AAGD,wBAAsB,mBAAmB,CAAE,CAAC,EAAE,MAAM,EAAE,UAAU,WAAY,+BAK3E;AAED,wBAAgB,MAAM,CAAE,CAAC,EAAE,MAAM,oBAEhC;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,UAU9D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browser-runner",
3
- "version": "9.10.1",
3
+ "version": "9.11.0",
4
4
  "description": "A WebdriverIO runner to run unit tests tests in the browser.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
@@ -58,6 +58,9 @@
58
58
  "browserSource": "./src/browser/expect.ts",
59
59
  "browser": "./build/browser/expect.js",
60
60
  "types": "./build/browser/expect.d.ts"
61
+ },
62
+ "./third_party/*": {
63
+ "import": "./build/third_party/*"
61
64
  }
62
65
  },
63
66
  "scripts": {
@@ -71,14 +74,14 @@
71
74
  "dependencies": {
72
75
  "@originjs/vite-plugin-commonjs": "^1.0.3",
73
76
  "@vitest/spy": "^2.0.4",
74
- "@wdio/globals": "9.10.1",
75
- "@wdio/local-runner": "9.10.1",
77
+ "@wdio/globals": "9.11.0",
78
+ "@wdio/local-runner": "9.11.0",
76
79
  "@wdio/logger": "9.4.4",
77
- "@wdio/mocha-framework": "9.10.1",
80
+ "@wdio/mocha-framework": "9.11.0",
78
81
  "@wdio/protocols": "9.7.0",
79
- "@wdio/runner": "9.10.1",
82
+ "@wdio/runner": "9.11.0",
80
83
  "@wdio/types": "9.10.1",
81
- "@wdio/utils": "9.10.1",
84
+ "@wdio/utils": "9.11.0",
82
85
  "deepmerge-ts": "^7.0.3",
83
86
  "expect": "30.0.0-alpha.7",
84
87
  "expect-webdriverio": "^5.1.0",
@@ -96,8 +99,8 @@
96
99
  "vite": "^5.4.10",
97
100
  "vite-plugin-istanbul": "^6.0.0",
98
101
  "vite-plugin-top-level-await": "^1.4.1",
99
- "webdriver": "9.10.1",
100
- "webdriverio": "9.10.1"
102
+ "webdriver": "9.11.0",
103
+ "webdriverio": "9.11.0"
101
104
  },
102
105
  "devDependencies": {
103
106
  "@types/istanbul-lib-coverage": "^2.0.6",
@@ -116,5 +119,5 @@
116
119
  "publishConfig": {
117
120
  "access": "public"
118
121
  },
119
- "gitHead": "dc41a90e711d7b7a10e8129fb74650ad7a5956d0"
122
+ "gitHead": "79a39e09a5eeabebac2f068b8d29f0ae4921fa20"
120
123
  }