@appium/types
Advanced tools
Comparing version 0.14.3 to 0.15.0
@@ -84,3 +84,3 @@ "use strict"; | ||
Key["R_DELETE"] = "\uE05D"; | ||
})(Key = exports.Key || (exports.Key = {})); | ||
})(Key || (exports.Key = Key = {})); | ||
//# sourceMappingURL=action.js.map |
@@ -83,2 +83,10 @@ /** | ||
/** | ||
* The maximum amount of plugins that could be imported in parallel on server startup | ||
*/ | ||
export type PluginsImportChunkSizeConfig = number; | ||
/** | ||
* The maximum amount of drivers that could be imported in parallel on server startup | ||
*/ | ||
export type DriversImportChunkSizeConfig = number; | ||
/** | ||
* Add long stack traces to log entries. Recommended for debugging only. | ||
@@ -88,3 +96,3 @@ */ | ||
/** | ||
* Do not check that needed files are readable and/or writable | ||
* Skip various permission checks on the server startup if set to true | ||
*/ | ||
@@ -167,2 +175,4 @@ export type NoPermsCheckConfig = boolean; | ||
"log-timestamp"?: LogTimestampConfig; | ||
"plugins-import-chunk-size"?: PluginsImportChunkSizeConfig; | ||
"drivers-import-chunk-size"?: DriversImportChunkSizeConfig; | ||
"long-stacktrace"?: LongStacktraceConfig; | ||
@@ -169,0 +179,0 @@ "no-perms-check"?: NoPermsCheckConfig; |
@@ -105,2 +105,10 @@ /* eslint-disable */ | ||
/** | ||
* The maximum amount of plugins that could be imported in parallel on server startup | ||
*/ | ||
export type PluginsImportChunkSizeConfig = number; | ||
/** | ||
* The maximum amount of drivers that could be imported in parallel on server startup | ||
*/ | ||
export type DriversImportChunkSizeConfig = number; | ||
/** | ||
* Add long stack traces to log entries. Recommended for debugging only. | ||
@@ -110,3 +118,3 @@ */ | ||
/** | ||
* Do not check that needed files are readable and/or writable | ||
* Skip various permission checks on the server startup if set to true | ||
*/ | ||
@@ -190,2 +198,4 @@ export type NoPermsCheckConfig = boolean; | ||
"log-timestamp"?: LogTimestampConfig; | ||
"plugins-import-chunk-size"?: PluginsImportChunkSizeConfig; | ||
"drivers-import-chunk-size"?: DriversImportChunkSizeConfig; | ||
"long-stacktrace"?: LongStacktraceConfig; | ||
@@ -192,0 +202,0 @@ "no-perms-check"?: NoPermsCheckConfig; |
{ | ||
"name": "@appium/types", | ||
"version": "0.14.3", | ||
"version": "0.15.0", | ||
"description": "Various type declarations used across Appium", | ||
@@ -41,8 +41,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@appium/schema": "^0.4.2", | ||
"@appium/schema": "^0.5.0", | ||
"@appium/tsconfig": "^0.x", | ||
"@types/express": "4.17.21", | ||
"@types/npmlog": "4.1.6", | ||
"@types/npmlog": "7.0.0", | ||
"@types/ws": "8.5.10", | ||
"type-fest": "3.13.1" | ||
"type-fest": "4.8.3" | ||
}, | ||
@@ -56,6 +56,3 @@ "engines": { | ||
}, | ||
"gitHead": "67504604b7d4602561db2cb3529860b241bec427", | ||
"typedoc": { | ||
"entryPoint": "./lib/index.ts" | ||
} | ||
"gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b" | ||
} |
Sorry, the diff of this file is not supported yet
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
276613
6252
+ Added@appium/schema@0.5.0(transitive)
+ Added@types/npmlog@7.0.0(transitive)
+ Addedtype-fest@4.8.3(transitive)
- Removed@appium/schema@0.4.2(transitive)
- Removed@types/npmlog@4.1.6(transitive)
- Removedtype-fest@3.13.1(transitive)
Updated@appium/schema@^0.5.0
Updated@types/npmlog@7.0.0
Updatedtype-fest@4.8.3