appium-espresso-driver 2.34.0 → 2.34.1
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,10 @@
|
|
|
1
|
+
## [2.34.1](https://github.com/appium/appium-espresso-driver/compare/v2.34.0...v2.34.1) (2024-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* createADB ([#974](https://github.com/appium/appium-espresso-driver/issues/974)) ([5b5376e](https://github.com/appium/appium-espresso-driver/commit/5b5376ed0dd2e845953b189e5dbc0dc82709e7a2))
|
|
7
|
+
|
|
1
8
|
## [2.34.0](https://github.com/appium/appium-espresso-driver/compare/v2.33.2...v2.34.0) (2024-01-26)
|
|
2
9
|
|
|
3
10
|
|
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.34.
|
|
9
|
+
"version": "2.34.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.0.0",
|
|
13
|
-
"appium-android-driver": "^8.1.
|
|
13
|
+
"appium-android-driver": "^8.1.6",
|
|
14
14
|
"asyncbox": "^3.0.0",
|
|
15
15
|
"bluebird": "^3.5.0",
|
|
16
16
|
"io.appium.settings": "^5.7.2",
|
|
@@ -884,9 +884,9 @@
|
|
|
884
884
|
}
|
|
885
885
|
},
|
|
886
886
|
"node_modules/appium-android-driver": {
|
|
887
|
-
"version": "8.1.
|
|
888
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-8.1.
|
|
889
|
-
"integrity": "sha512-
|
|
887
|
+
"version": "8.1.6",
|
|
888
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-8.1.6.tgz",
|
|
889
|
+
"integrity": "sha512-tXKpMJ7d+xSZ/BTBPbzZoNCcHrQYT0tDkx8PHp9RL7phVjxZ0yWD6X6DdhA6RvphzN63Dy5bBzdygtP2M22Erg==",
|
|
890
890
|
"dependencies": {
|
|
891
891
|
"@appium/support": "^4.2.0",
|
|
892
892
|
"@colors/colors": "^1.6.0",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.34.
|
|
10
|
+
"version": "2.34.1",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
],
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"appium-adb": "^12.0.0",
|
|
81
|
-
"appium-android-driver": "^8.1.
|
|
81
|
+
"appium-android-driver": "^8.1.6",
|
|
82
82
|
"asyncbox": "^3.0.0",
|
|
83
83
|
"bluebird": "^3.5.0",
|
|
84
84
|
"io.appium.settings": "^5.7.2",
|