appium-espresso-driver 6.3.5 → 6.3.7

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,15 @@
1
+ ## [6.3.7](https://github.com/appium/appium-espresso-driver/compare/v6.3.6...v6.3.7) (2026-01-27)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * use gradle 8.14 ([#1132](https://github.com/appium/appium-espresso-driver/issues/1132)) ([41b2c11](https://github.com/appium/appium-espresso-driver/commit/41b2c11677dd779234688ceaaf737e35ec5b48e9))
6
+
7
+ ## [6.3.6](https://github.com/appium/appium-espresso-driver/compare/v6.3.5...v6.3.6) (2026-01-23)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Migrate index to typescript ([#1128](https://github.com/appium/appium-espresso-driver/issues/1128)) ([e99c476](https://github.com/appium/appium-espresso-driver/commit/e99c47641318e75d9d07988b1cb688c287ebdf01))
12
+
1
13
  ## [6.3.5](https://github.com/appium/appium-espresso-driver/compare/v6.3.4...v6.3.5) (2026-01-17)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -0,0 +1,4 @@
1
+ import { EspressoDriver } from './driver';
2
+ export { EspressoDriver };
3
+ export default EspressoDriver;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,eAAe,cAAc,CAAC"}
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EspressoDriver = void 0;
4
- // transpile:main
5
- const driver_1 = require("./lib/driver");
4
+ const driver_1 = require("./driver");
6
5
  Object.defineProperty(exports, "EspressoDriver", { enumerable: true, get: function () { return driver_1.EspressoDriver; } });
7
6
  exports.default = driver_1.EspressoDriver;
8
7
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":";;;AAAA,qCAA0C;AAEjC,+FAFA,uBAAc,OAEA;AACvB,kBAAe,uBAAc,CAAC"}
@@ -1,7 +1,6 @@
1
- #Thu Oct 30 22:49:03 CET 2025
2
1
  distributionBase=GRADLE_USER_HOME
3
2
  distributionPath=wrapper/dists
4
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
5
4
  networkTimeout=10000
6
5
  validateDistributionUrl=true
7
6
  zipStoreBase=GRADLE_USER_HOME
@@ -15,6 +15,8 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
 
19
21
  ##############################################################################
20
22
  #
@@ -55,7 +57,7 @@
55
57
  # Darwin, MinGW, and NonStop.
56
58
  #
57
59
  # (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
61
  # within the Gradle project.
60
62
  #
61
63
  # You can find Gradle at https://github.com/gradle/gradle/.
@@ -83,7 +85,8 @@ done
83
85
  # This is normally unused
84
86
  # shellcheck disable=SC2034
85
87
  APP_BASE_NAME=${0##*/}
86
- APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
88
+ # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
+ APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
87
90
 
88
91
  # Use the maximum available, or set MAX_FD != -1 to use that value.
89
92
  MAX_FD=maximum
@@ -144,7 +147,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144
147
  case $MAX_FD in #(
145
148
  max*)
146
149
  # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147
- # shellcheck disable=SC3045
150
+ # shellcheck disable=SC2039,SC3045
148
151
  MAX_FD=$( ulimit -H -n ) ||
149
152
  warn "Could not query maximum file descriptor limit"
150
153
  esac
@@ -152,7 +155,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
152
155
  '' | soft) :;; #(
153
156
  *)
154
157
  # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155
- # shellcheck disable=SC3045
158
+ # shellcheck disable=SC2039,SC3045
156
159
  ulimit -n "$MAX_FD" ||
157
160
  warn "Could not set maximum file descriptor limit to $MAX_FD"
158
161
  esac
@@ -201,11 +204,11 @@ fi
201
204
  # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
202
205
  DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
203
206
 
204
- # Collect all arguments for the java command;
205
- # * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
206
- # shell script including quotes and variable substitutions, so put them in
207
- # double quotes to make sure that they get re-expanded; and
208
- # * put everything else in single quotes, so that it's not re-expanded.
207
+ # Collect all arguments for the java command:
208
+ # * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209
+ # and any embedded shellness will be escaped.
210
+ # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211
+ # treated as '${Hostname}' itself on the command line.
209
212
 
210
213
  set -- \
211
214
  "-Dorg.gradle.appname=$APP_BASE_NAME" \
@@ -13,6 +13,8 @@
13
13
  @rem See the License for the specific language governing permissions and
14
14
  @rem limitations under the License.
15
15
  @rem
16
+ @rem SPDX-License-Identifier: Apache-2.0
17
+ @rem
16
18
 
17
19
  @if "%DEBUG%"=="" @echo off
18
20
  @rem ##########################################################################
@@ -43,11 +45,11 @@ set JAVA_EXE=java.exe
43
45
  %JAVA_EXE% -version >NUL 2>&1
44
46
  if %ERRORLEVEL% equ 0 goto execute
45
47
 
46
- echo.
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo.
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
48
+ echo. 1>&2
49
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50
+ echo. 1>&2
51
+ echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
+ echo location of your Java installation. 1>&2
51
53
 
52
54
  goto fail
53
55
 
@@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
59
 
58
60
  if exist "%JAVA_EXE%" goto execute
59
61
 
60
- echo.
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo.
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
62
+ echo. 1>&2
63
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64
+ echo. 1>&2
65
+ echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
+ echo location of your Java installation. 1>&2
65
67
 
66
68
  goto fail
67
69
 
@@ -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.3.5"
5
+ private const val VERSION = "6.3.7"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
package/lib/index.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { EspressoDriver } from './driver';
2
+
3
+ export { EspressoDriver };
4
+ export default EspressoDriver;