appium-espresso-driver 6.3.5 → 6.3.6

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.3.6](https://github.com/appium/appium-espresso-driver/compare/v6.3.5...v6.3.6) (2026-01-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Migrate index to typescript ([#1128](https://github.com/appium/appium-espresso-driver/issues/1128)) ([e99c476](https://github.com/appium/appium-espresso-driver/commit/e99c47641318e75d9d07988b1cb688c287ebdf01))
6
+
1
7
  ## [6.3.5](https://github.com/appium/appium-espresso-driver/compare/v6.3.4...v6.3.5) (2026-01-17)
2
8
 
3
9
  ### 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"}
@@ -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.6"
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;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "6.3.5",
9
+ "version": "6.3.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
@@ -104,6 +104,12 @@
104
104
  "node": ">=16"
105
105
  }
106
106
  },
107
+ "node_modules/@appium/base-driver/node_modules/lodash": {
108
+ "version": "4.17.21",
109
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
110
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
111
+ "license": "MIT"
112
+ },
107
113
  "node_modules/@appium/base-plugin": {
108
114
  "version": "3.0.5",
109
115
  "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
@@ -147,6 +153,12 @@
147
153
  "npm": ">=10"
148
154
  }
149
155
  },
156
+ "node_modules/@appium/docutils/node_modules/lodash": {
157
+ "version": "4.17.21",
158
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
159
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
160
+ "license": "MIT"
161
+ },
150
162
  "node_modules/@appium/docutils/node_modules/teen_process": {
151
163
  "version": "3.0.4",
152
164
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
@@ -179,6 +191,12 @@
179
191
  "npm": ">=10"
180
192
  }
181
193
  },
194
+ "node_modules/@appium/logger/node_modules/lodash": {
195
+ "version": "4.17.21",
196
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
197
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
198
+ "license": "MIT"
199
+ },
182
200
  "node_modules/@appium/schema": {
183
201
  "version": "1.0.0",
184
202
  "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
@@ -243,6 +261,12 @@
243
261
  "sharp": "0.34.5"
244
262
  }
245
263
  },
264
+ "node_modules/@appium/support/node_modules/lodash": {
265
+ "version": "4.17.21",
266
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
267
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
268
+ "license": "MIT"
269
+ },
246
270
  "node_modules/@appium/support/node_modules/teen_process": {
247
271
  "version": "3.0.4",
248
272
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
@@ -671,9 +695,9 @@
671
695
  }
672
696
  },
673
697
  "node_modules/appium-adb": {
674
- "version": "14.1.8",
675
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.8.tgz",
676
- "integrity": "sha512-GjJg3/1ZmwFk2YEWsPc/4CuejnpC4G3UN7ZP0dlBpYNHmbaLuUswnZnAhGpp/7yU2cAZXWZf43/5aJdFeoRxJg==",
698
+ "version": "14.1.9",
699
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.9.tgz",
700
+ "integrity": "sha512-OJjfhqLbWmorzzLmaqCeOS+RyP8lPC3O/aMxwWgBZvCUszAhVaeStpAsTEL6dHV36y9nagdn//Xsy4jNaYpRtg==",
677
701
  "license": "Apache-2.0",
678
702
  "dependencies": {
679
703
  "@appium/support": "^7.0.0-rc.1",
@@ -723,9 +747,9 @@
723
747
  }
724
748
  },
725
749
  "node_modules/appium-chromedriver": {
726
- "version": "8.2.1",
727
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.1.tgz",
728
- "integrity": "sha512-LOzCY1oMa+WUX+69OEfUu45Vrv67YdR00oyYHMuWLHsrTDXPX8gB3O8Ja6rOC2jbUAB08bxiAFso2H4RRHjAaw==",
750
+ "version": "8.2.2",
751
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.2.tgz",
752
+ "integrity": "sha512-hLDxkgQ0V8uYixA/L/nrvUoZ/I+p9zafVnnh1r2SlshJj2X6gdzNjJd58jVfVJODIZVVtDvpu/Ded7wIVCgVEQ==",
729
753
  "license": "Apache-2.0",
730
754
  "dependencies": {
731
755
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -760,6 +784,12 @@
760
784
  "node": ">=16"
761
785
  }
762
786
  },
787
+ "node_modules/appium/node_modules/lodash": {
788
+ "version": "4.17.21",
789
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
790
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
791
+ "license": "MIT"
792
+ },
763
793
  "node_modules/appium/node_modules/teen_process": {
764
794
  "version": "3.0.4",
765
795
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
@@ -897,9 +927,9 @@
897
927
  "license": "MIT"
898
928
  },
899
929
  "node_modules/asyncbox": {
900
- "version": "4.0.1",
901
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.0.1.tgz",
902
- "integrity": "sha512-JtbRZ6JWq1eT0mq/Eg2yObjnX9+80QcYQXDYyLxeNcbu2jHjbV18De2eyn69GTWbbLvDm52Pp/4SFDtte3q/bQ==",
930
+ "version": "4.1.1",
931
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.1.1.tgz",
932
+ "integrity": "sha512-j2O7uJ2UmPM9ok++6nVcGC+w1KreiAM2Cjw4IKpX0cgKV621sZeftfGxzPBWGfOsit+hIKIjpAHvppGdXxfDcg==",
903
933
  "license": "Apache-2.0",
904
934
  "dependencies": {
905
935
  "bluebird": "^3.5.1",
@@ -2649,9 +2679,9 @@
2649
2679
  }
2650
2680
  },
2651
2681
  "node_modules/lodash": {
2652
- "version": "4.17.21",
2653
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
2654
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
2682
+ "version": "4.17.23",
2683
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
2684
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
2655
2685
  "license": "MIT"
2656
2686
  },
2657
2687
  "node_modules/lodash.isfinite": {
@@ -4078,12 +4108,11 @@
4078
4108
  }
4079
4109
  },
4080
4110
  "node_modules/teen_process": {
4081
- "version": "4.0.7",
4082
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.7.tgz",
4083
- "integrity": "sha512-t7+1xY+WfihWM8M2JxL9ueH/SfDE7bhMuuVMR8bqrttQ0nn95hvOpGqThtZ2S/4+RvrJx2+UWO9no7wDFrOdsw==",
4111
+ "version": "4.0.8",
4112
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.8.tgz",
4113
+ "integrity": "sha512-0DTX2KfgVOr6+8TVmheEdiJHZ/bPOPeJuX0yvv5VOX3x+OFteNkmWkI+hX6zTkzxjddrktsrXkacfS2Gom1YyA==",
4084
4114
  "license": "Apache-2.0",
4085
4115
  "dependencies": {
4086
- "bluebird": "^3.7.2",
4087
4116
  "lodash": "^4.17.21",
4088
4117
  "shell-quote": "^1.8.1"
4089
4118
  },
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "6.3.5",
10
+ "version": "6.3.6",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -44,15 +44,14 @@
44
44
  ]
45
45
  }
46
46
  },
47
- "main": "./build/index.js",
47
+ "main": "./build/lib/index.js",
48
+ "types": "./build/lib/index.d.ts",
48
49
  "bin": {},
49
50
  "directories": {
50
51
  "lib": "lib"
51
52
  },
52
53
  "files": [
53
- "index.js",
54
54
  "lib",
55
- "build/index.js",
56
55
  "build/lib",
57
56
  "espresso-server/app/src",
58
57
  "espresso-server/app/build/outputs/apk",
package/index.js DELETED
@@ -1,5 +0,0 @@
1
- // transpile:main
2
- import { EspressoDriver } from './lib/driver';
3
-
4
- export { EspressoDriver };
5
- export default EspressoDriver;