@wdio/browser-runner 8.28.0 → 8.28.1
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/vite/constants.js +1 -1
- package/package.json +2 -2
package/build/vite/constants.js
CHANGED
|
@@ -35,7 +35,7 @@ export const DEFAULT_VITE_CONFIG = {
|
|
|
35
35
|
* the following deps are CJS packages and need to be optimized (compiled to ESM) by Vite
|
|
36
36
|
*/
|
|
37
37
|
include: [
|
|
38
|
-
'expect', 'minimatch', 'css-shorthand-properties', 'lodash.merge', 'lodash.zip',
|
|
38
|
+
'expect', 'minimatch', 'css-shorthand-properties', 'lodash.merge', 'lodash.zip', 'ws',
|
|
39
39
|
'lodash.clonedeep', 'lodash.pickby', 'lodash.flattendeep', 'aria-query', 'grapheme-splitter',
|
|
40
40
|
'css-value', 'rgb2hex', 'p-iteration', 'deepmerge-ts', 'jest-util', 'jest-matcher-utils', 'split2'
|
|
41
41
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "8.28.
|
|
3
|
+
"version": "8.28.1",
|
|
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",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "36af7ddf85cc5d4b1d021410ed0d6aef5ebc18e1"
|
|
72
72
|
}
|