appium-android-driver 7.5.1 → 7.6.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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [7.6.0](https://github.com/appium/appium-android-driver/compare/v7.5.1...v7.6.0) (2024-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* update io.appium.settings to use newer location deps ([#894](https://github.com/appium/appium-android-driver/issues/894)) ([7712428](https://github.com/appium/appium-android-driver/commit/771242866db9cf8f1fd00e2e669325e09a328ee2))
|
|
7
|
+
|
|
1
8
|
## [7.5.1](https://github.com/appium/appium-android-driver/compare/v7.5.0...v7.5.1) (2024-01-05)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.x",
|
|
64
64
|
"bluebird": "^3.4.7",
|
|
65
|
-
"io.appium.settings": "^5.
|
|
65
|
+
"io.appium.settings": "^5.3.0",
|
|
66
66
|
"lodash": "^4.17.4",
|
|
67
67
|
"lru-cache": "^10.0.1",
|
|
68
68
|
"moment": "^2.24.0",
|