appium-espresso-driver 6.2.2 → 6.2.3
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.2.3](https://github.com/appium/appium-espresso-driver/compare/v6.2.2...v6.2.3) (2025-12-13)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump actions/cache from 4 to 5 ([#1120](https://github.com/appium/appium-espresso-driver/issues/1120)) ([4ca970f](https://github.com/appium/appium-espresso-driver/commit/4ca970f87851e31a869afd56c052cc58b341e81a))
|
|
6
|
+
|
|
1
7
|
## [6.2.2](https://github.com/appium/appium-espresso-driver/compare/v6.2.1...v6.2.2) (2025-12-12)
|
|
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.2.
|
|
5
|
+
private const val VERSION = "6.2.3"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "6.2.
|
|
9
|
+
"version": "6.2.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|