appium-android-driver 9.0.3 → 9.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [9.0.4](https://github.com/appium/appium-android-driver/compare/v9.0.3...v9.0.4) (2024-04-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update appium-adb ([45abf47](https://github.com/appium/appium-android-driver/commit/45abf4779a304c1042e74d30756a242fbf388164))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* bump adb ([7ef85ae](https://github.com/appium/appium-android-driver/commit/7ef85aea7d7c1c8c59db8131f216e45507734653))
|
|
12
|
+
* tune moment-timezone import ([7ddde8f](https://github.com/appium/appium-android-driver/commit/7ddde8faeaf3c9f7e2877b15aaa8cdfd4b083b44))
|
|
13
|
+
|
|
1
14
|
## [9.0.3](https://github.com/appium/appium-android-driver/compare/v9.0.2...v9.0.3) (2024-03-18)
|
|
2
15
|
|
|
3
16
|
|
|
@@ -31,7 +31,7 @@ export function mobileUnlock(this: import("../../driver").AndroidDriver, opts?:
|
|
|
31
31
|
* @param {AndroidDriverCaps?} [caps=null]
|
|
32
32
|
* @returns {Promise<void>}
|
|
33
33
|
*/
|
|
34
|
-
export function unlockWithOptions(this: import("../../driver").AndroidDriver, caps?: import("@appium/types").
|
|
34
|
+
export function unlockWithOptions(this: import("../../driver").AndroidDriver, caps?: import("@appium/types").ConstraintsToCaps<{
|
|
35
35
|
readonly platformName: {
|
|
36
36
|
readonly isString: true;
|
|
37
37
|
readonly inclusionCaseInsensitive: readonly ["Android"];
|
|
@@ -9,7 +9,7 @@ export function toCredentialType(unlockType: import('../types').UnlockType): str
|
|
|
9
9
|
* @param {T} caps
|
|
10
10
|
* @returns {T}
|
|
11
11
|
*/
|
|
12
|
-
export function validateUnlockCapabilities<T extends import("@appium/types").
|
|
12
|
+
export function validateUnlockCapabilities<T extends import("@appium/types").ConstraintsToCaps<{
|
|
13
13
|
readonly platformName: {
|
|
14
14
|
readonly isString: true;
|
|
15
15
|
readonly inclusionCaseInsensitive: readonly ["Android"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@appium/support": "^4.2.0",
|
|
52
52
|
"@colors/colors": "^1.6.0",
|
|
53
|
-
"appium-adb": "^12.0.
|
|
53
|
+
"appium-adb": "^12.0.6",
|
|
54
54
|
"appium-chromedriver": "^5.5.1",
|
|
55
55
|
"asyncbox": "^3.0.0",
|
|
56
56
|
"axios": "^1.x",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"lodash": "^4.17.4",
|
|
60
60
|
"lru-cache": "^10.0.1",
|
|
61
61
|
"moment": "^2.24.0",
|
|
62
|
-
"moment-timezone": "^0.
|
|
62
|
+
"moment-timezone": "^0.x",
|
|
63
63
|
"portscanner": "^2.2.0",
|
|
64
64
|
"semver": "^7.0.0",
|
|
65
65
|
"source-map-support": "^0.x",
|