@wdio/cli 8.6.8 → 8.7.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.
@@ -141,7 +141,7 @@ export const SUPPORTED_PACKAGES = {
141
141
  ]
142
142
  };
143
143
  export const SUPPORTED_BROWSER_RUNNER_PRESETS = [
144
- { name: 'Lit (https://lit.dev/)', value: '' },
144
+ { name: 'Lit (https://lit.dev/)', value: '$--$' },
145
145
  { name: 'Vue.js (https://vuejs.org/)', value: '@vitejs/plugin-vue$--$vue' },
146
146
  { name: 'Svelte (https://svelte.dev/)', value: '@sveltejs/vite-plugin-svelte$--$svelte' },
147
147
  { name: 'SolidJS (https://www.solidjs.com/)', value: 'vite-plugin-solid$--$solid' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.6.8",
3
+ "version": "8.7.0",
4
4
  "description": "WebdriverIO testrunner command line interface",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
@@ -37,12 +37,12 @@
37
37
  "typeScriptVersion": "3.8.3",
38
38
  "dependencies": {
39
39
  "@types/node": "^18.0.0",
40
- "@wdio/config": "8.6.8",
41
- "@wdio/globals": "8.6.8",
40
+ "@wdio/config": "8.7.0",
41
+ "@wdio/globals": "8.7.0",
42
42
  "@wdio/logger": "8.6.6",
43
43
  "@wdio/protocols": "8.6.6",
44
- "@wdio/types": "8.6.8",
45
- "@wdio/utils": "8.6.8",
44
+ "@wdio/types": "8.7.0",
45
+ "@wdio/utils": "8.7.0",
46
46
  "async-exit-hook": "^2.0.1",
47
47
  "chalk": "^5.0.1",
48
48
  "chokidar": "^3.5.3",
@@ -57,7 +57,7 @@
57
57
  "mkdirp": "^2.0.0",
58
58
  "read-pkg-up": "9.1.0",
59
59
  "recursive-readdir": "^2.2.2",
60
- "webdriverio": "8.6.8",
60
+ "webdriverio": "8.7.0",
61
61
  "yargs": "^17.5.1",
62
62
  "yarn-install": "^1.0.0"
63
63
  },
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "d93cd057937fc77935a4855dedf74323183652dd"
77
+ "gitHead": "2615d963dc561aed0920c519ed5c27720e1a636c"
78
78
  }