@appium/types
Advanced tools
Comparing version 0.19.2 to 0.20.1
@@ -75,2 +75,6 @@ /** | ||
/** | ||
* Log format (text|json|pretty_json) | ||
*/ | ||
export type LogFormatConfig = "text" | "json" | "pretty_json"; | ||
/** | ||
* Do not use color in console output | ||
@@ -172,2 +176,3 @@ */ | ||
"log-level"?: LogLevelConfig; | ||
"log-format"?: LogFormatConfig; | ||
"log-no-colors"?: LogNoColorsConfig; | ||
@@ -174,0 +179,0 @@ "log-timestamp"?: LogTimestampConfig; |
@@ -97,2 +97,6 @@ /* eslint-disable */ | ||
/** | ||
* Log format (text|json|pretty_json) | ||
*/ | ||
export type LogFormatConfig = "text" | "json" | "pretty_json"; | ||
/** | ||
* Do not use color in console output | ||
@@ -195,2 +199,3 @@ */ | ||
"log-level"?: LogLevelConfig; | ||
"log-format"?: LogFormatConfig; | ||
"log-no-colors"?: LogNoColorsConfig; | ||
@@ -197,0 +202,0 @@ "log-timestamp"?: LogTimestampConfig; |
{ | ||
"name": "@appium/types", | ||
"version": "0.19.2", | ||
"version": "0.20.1", | ||
"description": "Various type declarations used across Appium", | ||
@@ -41,8 +41,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@appium/logger": "^1.3.0", | ||
"@appium/schema": "^0.5.0", | ||
"@appium/logger": "^1.4.1", | ||
"@appium/schema": "^0.6.0", | ||
"@appium/tsconfig": "^0.3.3", | ||
"@types/express": "4.17.21", | ||
"@types/ws": "8.5.10", | ||
"type-fest": "4.19.0" | ||
"type-fest": "4.20.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "engines": { | ||
}, | ||
"gitHead": "d4ce2a82d9b70af7cecf5174ec2521b0911f737d" | ||
"gitHead": "192f1f379301539540aa7882f4b667a802cbc4a8" | ||
} |
Sorry, the diff of this file is not supported yet
286488
6516
+ Added@appium/schema@0.6.1(transitive)
+ Addedtype-fest@4.20.0(transitive)
- Removed@appium/schema@0.5.0(transitive)
- Removedtype-fest@4.19.0(transitive)
Updated@appium/logger@^1.4.1
Updated@appium/schema@^0.6.0
Updatedtype-fest@4.20.0