webdriverio 5.21.0 → 5.22.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/webdriverio.d.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webdriverio",
3
3
  "description": "Next-gen WebDriver test automation framework for Node.js",
4
- "version": "5.21.0",
4
+ "version": "5.22.4",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <christian@saucelabs.com>",
7
7
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "test:unit": "jest"
57
57
  },
58
58
  "dependencies": {
59
- "@wdio/config": "5.18.4",
59
+ "@wdio/config": "5.22.4",
60
60
  "@wdio/logger": "5.16.10",
61
61
  "@wdio/repl": "5.18.6",
62
62
  "@wdio/utils": "5.18.6",
@@ -70,7 +70,7 @@
70
70
  "resq": "^1.6.0",
71
71
  "rgb2hex": "^0.1.0",
72
72
  "serialize-error": "^5.0.0",
73
- "webdriver": "5.21.0"
73
+ "webdriver": "5.22.4"
74
74
  },
75
- "gitHead": "ab9345349a58d41f36c504b9925353ab793b696f"
75
+ "gitHead": "1a093237fe927a5db470f8a839b342df02913804"
76
76
  }
package/webdriverio.d.ts CHANGED
@@ -120,4 +120,4 @@ declare var $$: $$;
120
120
 
121
121
  declare module "webdriverio" {
122
122
  export = WebdriverIOAsync
123
- }
123
+ }