@wdio/cli 7.16.3 → 7.16.4

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.
@@ -24,7 +24,7 @@ class LoginPage extends Page {
24
24
  }
25
25
 
26
26
  /**
27
- * overwrite specifc options to adapt it to page object
27
+ * overwrite specific options to adapt it to page object
28
28
  */
29
29
  open () {
30
30
  return super.open('login');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "7.16.3",
3
+ "version": "7.16.4",
4
4
  "description": "WebdriverIO testrunner command line interface",
5
5
  "author": "Christian Bromann <christian@saucelabs.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
@@ -53,7 +53,7 @@
53
53
  "lodash.union": "^4.6.0",
54
54
  "mkdirp": "^1.0.4",
55
55
  "recursive-readdir": "^2.2.2",
56
- "webdriverio": "7.16.3",
56
+ "webdriverio": "7.16.4",
57
57
  "yargs": "^17.0.0",
58
58
  "yarn-install": "^1.0.0"
59
59
  },
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "types": "./build/index.d.ts",
64
- "gitHead": "23e2af933060e829f03d7518089c377571c654e3"
64
+ "gitHead": "8caf5fcf5b15d34bdb6869613b8cfc3fff365f92"
65
65
  }