appium-espresso-driver 6.0.2 → 6.0.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.0.3](https://github.com/appium/appium-espresso-driver/compare/v6.0.2...v6.0.3) (2025-10-31)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump gradle to 8.13 ([#1098](https://github.com/appium/appium-espresso-driver/issues/1098)) ([a4cbbfb](https://github.com/appium/appium-espresso-driver/commit/a4cbbfb754c4de1443b865f21c900e2c1c799391))
6
+
1
7
  ## [6.0.2](https://github.com/appium/appium-espresso-driver/compare/v6.0.1...v6.0.2) (2025-10-28)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -89,6 +89,9 @@ export declare const ESPRESSO_CONSTRAINTS: {
89
89
  readonly chromedriverArgs: {
90
90
  readonly isObject: true;
91
91
  };
92
+ readonly chromedriverForwardBiDi: {
93
+ readonly isBoolean: true;
94
+ };
92
95
  readonly chromedriverExecutable: {
93
96
  readonly isString: true;
94
97
  };
@@ -1 +1 @@
1
- {"version":3,"file":"constraints.d.ts","sourceRoot":"","sources":["../../lib/constraints.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCD,CAAC;AAEjC,MAAM,MAAM,mBAAmB,GAAG,OAAO,oBAAoB,CAAC"}
1
+ {"version":3,"file":"constraints.d.ts","sourceRoot":"","sources":["../../lib/constraints.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCD,CAAC;AAEjC,MAAM,MAAM,mBAAmB,GAAG,OAAO,oBAAoB,CAAC"}
@@ -1,6 +1,7 @@
1
+ #Thu Oct 30 22:49:03 CET 2025
1
2
  distributionBase=GRADLE_USER_HOME
2
3
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4
5
  networkTimeout=10000
5
6
  validateDistributionUrl=true
6
7
  zipStoreBase=GRADLE_USER_HOME
@@ -34,7 +34,7 @@ appiumSourceCompatibility=VERSION_1_8
34
34
  appiumTargetCompatibility=VERSION_1_8
35
35
  appiumJvmTarget=1.8
36
36
 
37
- appiumAndroidGradlePlugin=8.5.0
37
+ appiumAndroidGradlePlugin=8.13.0
38
38
  appiumKotlin=1.8.10
39
39
  appiumAndroidxTestVersion=1.5.0
40
40
  appiumAnnotationVersion=1.6.0
@@ -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.2"
5
+ private const val VERSION = "6.0.3"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION