appium-android-driver 9.14.12 → 9.15.0
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.15.0](https://github.com/appium/appium-android-driver/compare/v9.14.13...v9.15.0) (2025-01-24)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* bump appium-adb to handle screenState=SCREEN_STATE_OFF as locked ([#980](https://github.com/appium/appium-android-driver/issues/980)) ([838ddaf](https://github.com/appium/appium-android-driver/commit/838ddafb928dbd4c2e238fb5b89e697f4b27c53d))
|
|
6
|
+
|
|
7
|
+
## [9.14.13](https://github.com/appium/appium-android-driver/compare/v9.14.12...v9.14.13) (2025-01-16)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* bump io.appium.settings to include the broad cast receiver update ([#979](https://github.com/appium/appium-android-driver/issues/979)) ([27fc11e](https://github.com/appium/appium-android-driver/commit/27fc11ef2fe5a3dfd243e11364b1d06f827aff05))
|
|
12
|
+
|
|
1
13
|
## [9.14.12](https://github.com/appium/appium-android-driver/compare/v9.14.11...v9.14.12) (2025-01-09)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.0",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@appium/support": "^6.0.0",
|
|
52
52
|
"@colors/colors": "^1.6.0",
|
|
53
|
-
"appium-adb": "^12.
|
|
53
|
+
"appium-adb": "^12.12.0",
|
|
54
54
|
"appium-chromedriver": "^6.0.1",
|
|
55
55
|
"asyncbox": "^3.0.0",
|
|
56
56
|
"axios": "^1.x",
|
|
57
57
|
"bluebird": "^3.4.7",
|
|
58
|
-
"io.appium.settings": "^5.12.
|
|
58
|
+
"io.appium.settings": "^5.12.22",
|
|
59
59
|
"lodash": "^4.17.4",
|
|
60
60
|
"lru-cache": "^10.0.1",
|
|
61
61
|
"moment": "^2.24.0",
|