@wdio/utils
Advanced tools
Comparing version 9.4.4 to 9.5.0
@@ -304,5 +304,5 @@ var __defProp = Object.defineProperty; | ||
caps && // @ts-expect-error outdated jsonwp cap | ||
(caps.automationName || caps["appium:automationName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.deviceName || caps["appium:deviceName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.appiumVersion || caps["appium:appiumVersion"]) | ||
(caps.automationName || caps["appium:automationName"] || "appium:options" in caps && caps["appium:options"]?.automationName || // @ts-expect-error outdated jsonwp cap | ||
caps.deviceName || caps["appium:deviceName"] || "appium:options" in caps && caps["appium:options"]?.deviceName || "lt:options" in caps && caps["lt:options"]?.deviceName || // @ts-expect-error outdated jsonwp cap | ||
caps.appiumVersion || caps["appium:appiumVersion"] || "appium:options" in caps && caps["appium:options"]?.appiumVersion || "lt:options" in caps && caps["lt:options"]?.appiumVersion) | ||
); | ||
@@ -309,0 +309,0 @@ } |
@@ -261,5 +261,5 @@ // src/node/startWebDriver.ts | ||
caps && // @ts-expect-error outdated jsonwp cap | ||
(caps.automationName || caps["appium:automationName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.deviceName || caps["appium:deviceName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.appiumVersion || caps["appium:appiumVersion"]) | ||
(caps.automationName || caps["appium:automationName"] || "appium:options" in caps && caps["appium:options"]?.automationName || // @ts-expect-error outdated jsonwp cap | ||
caps.deviceName || caps["appium:deviceName"] || "appium:options" in caps && caps["appium:options"]?.deviceName || "lt:options" in caps && caps["lt:options"]?.deviceName || // @ts-expect-error outdated jsonwp cap | ||
caps.appiumVersion || caps["appium:appiumVersion"] || "appium:options" in caps && caps["appium:options"]?.appiumVersion || "lt:options" in caps && caps["lt:options"]?.appiumVersion) | ||
); | ||
@@ -266,0 +266,0 @@ } |
{ | ||
"name": "@wdio/utils", | ||
"version": "9.4.4", | ||
"version": "9.5.0", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -41,3 +41,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@wdio/logger": "9.4.4", | ||
"@wdio/types": "9.4.4", | ||
"@wdio/types": "9.5.0", | ||
"decamelize": "^6.0.0", | ||
@@ -57,3 +57,3 @@ "deepmerge-ts": "^7.0.3", | ||
}, | ||
"gitHead": "d327d86e07d16eaa0ecdf0656c1868ba73261393" | ||
"gitHead": "379782cd89707c184a038d6702b46b852817803a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120616
+ Added@wdio/types@9.5.0(transitive)
+ Addedbare-events@2.5.2(transitive)
- Removed@wdio/types@9.4.4(transitive)
- Removedbare-events@2.5.3(transitive)
Updated@wdio/types@9.5.0