@wdio/utils
Advanced tools
Comparing version 8.24.0 to 8.24.2
@@ -275,3 +275,3 @@ import logger from '@wdio/logger'; | ||
done = true; | ||
if (result && typeof result.finally === 'function') { | ||
if (typeof result === 'object' && 'finally' in result && typeof result.finally === 'function') { | ||
result.catch((err) => err); | ||
@@ -278,0 +278,0 @@ } |
{ | ||
"name": "@wdio/utils", | ||
"version": "8.24.0", | ||
"version": "8.24.2", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -42,3 +42,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@wdio/logger": "8.16.17", | ||
"@wdio/types": "8.24.0", | ||
"@wdio/types": "8.24.2", | ||
"decamelize": "^6.0.0", | ||
@@ -59,3 +59,3 @@ "deepmerge-ts": "^5.1.0", | ||
}, | ||
"gitHead": "5fe7908a837461102ada6edf71c160f2c66dd88f" | ||
"gitHead": "6c01d2d2c47c32988e8b01ee9c43279f813b2e41" | ||
} |
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
157821
+ Added@wdio/types@8.24.2(transitive)
+ Addedstreamx@2.20.1(transitive)
- Removed@wdio/types@8.24.0(transitive)
- Removedstreamx@2.20.2(transitive)
Updated@wdio/types@8.24.2