@wdio/types
Advanced tools
Comparing version 7.7.3 to 7.7.5
@@ -182,3 +182,3 @@ /// <reference types="node" /> | ||
} | ||
export declare type SauceRegions = 'us' | 'eu' | 'apac' | 'us-west-1' | 'us-east-1' | 'eu-central-1' | 'apac-southeast-1'; | ||
export declare type SauceRegions = 'us' | 'eu' | 'apac' | 'us-west-1' | 'us-east-1' | 'eu-central-1' | 'apac-southeast-1' | 'staging'; | ||
export interface WebdriverIO extends Omit<WebDriver, 'capabilities'> { | ||
@@ -185,0 +185,0 @@ /** |
{ | ||
"name": "@wdio/types", | ||
"version": "7.7.3", | ||
"version": "7.7.5", | ||
"description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -32,6 +32,6 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"dependencies": { | ||
"@types/node": "^14.14.31", | ||
"@types/node": "^15.12.5", | ||
"got": "^11.8.1" | ||
}, | ||
"gitHead": "622993743a170d0f9d782cf50284c6d41f483100" | ||
"gitHead": "3cbc9645fdf42e24d6306bc5ac42c34920093970" | ||
} |
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
95526
+ Added@types/node@15.14.9(transitive)
- Removed@types/node@14.18.63(transitive)
Updated@types/node@^15.12.5