@appium/types
Advanced tools
Comparing version
@@ -9,5 +9,3 @@ /** | ||
*/ | ||
export type AddressConfig = AddressConfig1 & AddressConfig2; | ||
export type AddressConfig1 = string; | ||
export type AddressConfig2 = string; | ||
export type AddressConfig = string; | ||
/** | ||
@@ -14,0 +12,0 @@ * Whether the Appium server should allow web browser connections from any host |
@@ -11,5 +11,3 @@ /* eslint-disable */ | ||
*/ | ||
export type AddressConfig = AddressConfig1 & AddressConfig2; | ||
export type AddressConfig1 = string; | ||
export type AddressConfig2 = string; | ||
export type AddressConfig = string; | ||
/** | ||
@@ -16,0 +14,0 @@ * Whether the Appium server should allow web browser connections from any host |
{ | ||
"name": "@appium/types", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"description": "Various type declarations used across Appium", | ||
@@ -41,8 +41,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@appium/logger": "^1.6.0", | ||
"@appium/logger": "^1.6.1", | ||
"@appium/schema": "^0.6.1", | ||
"@appium/tsconfig": "^0.3.3", | ||
"@types/express": "4.17.21", | ||
"@types/ws": "8.5.10", | ||
"type-fest": "4.21.0" | ||
"@types/ws": "8.5.12", | ||
"type-fest": "4.23.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "engines": { | ||
}, | ||
"gitHead": "74292e229269120a58cc716ed1d8d56c8ff9c079" | ||
"gitHead": "edf2593e1729d8f06002fa5c5622e26d71d79545" | ||
} |
Sorry, the diff of this file is not supported yet
288475
-0.1%6570
-0.06%+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated