appium-espresso-driver 6.0.8 → 6.1.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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [6.1.0](https://github.com/appium/appium-espresso-driver/compare/v6.0.8...v6.1.0) (2025-11-21)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add context for BiDi - log.entryAdded event ([#1110](https://github.com/appium/appium-espresso-driver/issues/1110)) ([074654b](https://github.com/appium/appium-espresso-driver/commit/074654ba142e2a10095117fd7b42fe28d5789046))
|
|
6
|
+
|
|
1
7
|
## [6.0.8](https://github.com/appium/appium-espresso-driver/compare/v6.0.7...v6.0.8) (2025-11-21)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt
CHANGED
|
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
|
|
|
2
2
|
|
|
3
3
|
// This value is updated automatically by the NPM versioning script
|
|
4
4
|
// It should be in sync with the NPM module version from package.json
|
|
5
|
-
private const val VERSION = "6.0
|
|
5
|
+
private const val VERSION = "6.1.0"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "6.0
|
|
9
|
+
"version": "6.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
13
|
-
"appium-android-driver": "^12.0
|
|
13
|
+
"appium-android-driver": "^12.3.0",
|
|
14
14
|
"asyncbox": "^3.0.0",
|
|
15
15
|
"axios": "^1.12.2",
|
|
16
16
|
"bluebird": "^3.5.0",
|
|
@@ -640,9 +640,9 @@
|
|
|
640
640
|
}
|
|
641
641
|
},
|
|
642
642
|
"node_modules/appium-android-driver": {
|
|
643
|
-
"version": "12.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.
|
|
645
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "12.3.0",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.3.0.tgz",
|
|
645
|
+
"integrity": "sha512-EhtSzTRgVKh51cwSSfw/198tk/fF9Psvx+y3Wklk3CtdFPAcTyIqmtfQigt1xBnYOvOm/NxV6qViZBLuN6RoEg==",
|
|
646
646
|
"license": "Apache-2.0",
|
|
647
647
|
"dependencies": {
|
|
648
648
|
"@appium/support": "^7.0.0-rc.1",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "6.0
|
|
10
|
+
"version": "6.1.0",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"appium-adb": "^14.0.0",
|
|
78
|
-
"appium-android-driver": "^12.0
|
|
78
|
+
"appium-android-driver": "^12.3.0",
|
|
79
79
|
"asyncbox": "^3.0.0",
|
|
80
80
|
"axios": "^1.12.2",
|
|
81
81
|
"bluebird": "^3.5.0",
|