webdriverio 8.15.10 → 8.16.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.
@@ -49,7 +49,7 @@ export const WDIO_DEFAULTS = {
49
49
  return;
50
50
  }
51
51
  if (!Object.values(SupportedAutomationProtocols).includes(param.toLowerCase())) {
52
- throw new Error(`Currently only "webdriver" and "devtools" is supproted as automationProtocol, you set "${param}"`);
52
+ throw new Error(`Currently only "webdriver" and "devtools" is supported as automationProtocol, you set "${param}"`);
53
53
  }
54
54
  try {
55
55
  const __dirname = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webdriverio",
3
3
  "description": "Next-gen browser and mobile automation test framework for Node.js",
4
- "version": "8.15.10",
4
+ "version": "8.16.0",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -68,13 +68,13 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@types/node": "^20.1.0",
71
- "@wdio/config": "8.15.10",
71
+ "@wdio/config": "8.16.0",
72
72
  "@wdio/logger": "8.11.0",
73
73
  "@wdio/protocols": "8.14.6",
74
74
  "@wdio/repl": "8.10.1",
75
75
  "@wdio/types": "8.15.10",
76
- "@wdio/utils": "8.15.10",
77
- "archiver": "^5.0.0",
76
+ "@wdio/utils": "8.16.0",
77
+ "archiver": "^6.0.0",
78
78
  "aria-query": "^5.0.0",
79
79
  "css-shorthand-properties": "^1.1.1",
80
80
  "css-value": "^0.0.1",
@@ -90,7 +90,7 @@
90
90
  "resq": "^1.9.1",
91
91
  "rgb2hex": "0.2.5",
92
92
  "serialize-error": "^11.0.1",
93
- "webdriver": "8.15.10"
93
+ "webdriver": "8.16.0"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "devtools": "^8.14.0"
@@ -100,5 +100,5 @@
100
100
  "optional": true
101
101
  }
102
102
  },
103
- "gitHead": "63a02b672216ae86a58475746a5eed5adf0d736f"
103
+ "gitHead": "69af55a5cd2aa1f1e4173b2fa2c28a7d65ceca83"
104
104
  }