appium-android-driver 5.8.10 → 5.8.11
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 +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.8.11](https://github.com/appium/appium-android-driver/compare/v5.8.10...v5.8.11) (2023-03-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Remove the obsolete override ([4e427e2](https://github.com/appium/appium-android-driver/commit/4e427e2883d2cb08bb7a08b73d754df8b3c3f376))
|
|
7
|
+
|
|
1
8
|
## [5.8.10](https://github.com/appium/appium-android-driver/compare/v5.8.9...v5.8.10) (2023-02-22)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"mobile",
|
|
10
10
|
"mobile testing"
|
|
11
11
|
],
|
|
12
|
-
"version": "5.8.
|
|
12
|
+
"version": "5.8.11",
|
|
13
13
|
"author": "Appium Contributors",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"repository": {
|
|
@@ -67,9 +67,6 @@
|
|
|
67
67
|
"teen_process": "^2.0.0",
|
|
68
68
|
"ws": "^8.0.0"
|
|
69
69
|
},
|
|
70
|
-
"overrides": {
|
|
71
|
-
"jpeg-js": "0.4.4"
|
|
72
|
-
},
|
|
73
70
|
"scripts": {
|
|
74
71
|
"build": "rimraf build && babel --out-dir=build/lib lib && babel --out-dir=build index.js",
|
|
75
72
|
"dev": "npm run build -- --watch",
|