appium-espresso-driver 6.0.7 → 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,15 @@
|
|
|
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
|
+
|
|
7
|
+
## [6.0.8](https://github.com/appium/appium-espresso-driver/compare/v6.0.7...v6.0.8) (2025-11-21)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** bump actions/checkout from 5 to 6 ([#1109](https://github.com/appium/appium-espresso-driver/issues/1109)) ([82bf71a](https://github.com/appium/appium-espresso-driver/commit/82bf71a2a308a25982d9c8ee44df67c03129cf82))
|
|
12
|
+
|
|
1
13
|
## [6.0.7](https://github.com/appium/appium-espresso-driver/compare/v6.0.6...v6.0.7) (2025-11-19)
|
|
2
14
|
|
|
3
15
|
### 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",
|
|
@@ -2217,28 +2217,23 @@
|
|
|
2217
2217
|
"optional": true
|
|
2218
2218
|
},
|
|
2219
2219
|
"node_modules/http-errors": {
|
|
2220
|
-
"version": "2.0.
|
|
2221
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
2222
|
-
"integrity": "sha512-
|
|
2220
|
+
"version": "2.0.1",
|
|
2221
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
2222
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
2223
2223
|
"license": "MIT",
|
|
2224
2224
|
"dependencies": {
|
|
2225
|
-
"depd": "2.0.0",
|
|
2226
|
-
"inherits": "2.0.4",
|
|
2227
|
-
"setprototypeof": "1.2.0",
|
|
2228
|
-
"statuses": "2.0.
|
|
2229
|
-
"toidentifier": "1.0.1"
|
|
2225
|
+
"depd": "~2.0.0",
|
|
2226
|
+
"inherits": "~2.0.4",
|
|
2227
|
+
"setprototypeof": "~1.2.0",
|
|
2228
|
+
"statuses": "~2.0.2",
|
|
2229
|
+
"toidentifier": "~1.0.1"
|
|
2230
2230
|
},
|
|
2231
2231
|
"engines": {
|
|
2232
2232
|
"node": ">= 0.8"
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
2238
|
-
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
2239
|
-
"license": "MIT",
|
|
2240
|
-
"engines": {
|
|
2241
|
-
"node": ">= 0.8"
|
|
2233
|
+
},
|
|
2234
|
+
"funding": {
|
|
2235
|
+
"type": "opencollective",
|
|
2236
|
+
"url": "https://opencollective.com/express"
|
|
2242
2237
|
}
|
|
2243
2238
|
},
|
|
2244
2239
|
"node_modules/http-status-codes": {
|
|
@@ -2716,15 +2711,19 @@
|
|
|
2716
2711
|
}
|
|
2717
2712
|
},
|
|
2718
2713
|
"node_modules/mime-types": {
|
|
2719
|
-
"version": "3.0.
|
|
2720
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.
|
|
2721
|
-
"integrity": "sha512-
|
|
2714
|
+
"version": "3.0.2",
|
|
2715
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
2716
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
2722
2717
|
"license": "MIT",
|
|
2723
2718
|
"dependencies": {
|
|
2724
2719
|
"mime-db": "^1.54.0"
|
|
2725
2720
|
},
|
|
2726
2721
|
"engines": {
|
|
2727
|
-
"node": ">=
|
|
2722
|
+
"node": ">=18"
|
|
2723
|
+
},
|
|
2724
|
+
"funding": {
|
|
2725
|
+
"type": "opencollective",
|
|
2726
|
+
"url": "https://opencollective.com/express"
|
|
2728
2727
|
}
|
|
2729
2728
|
},
|
|
2730
2729
|
"node_modules/mimic-fn": {
|
|
@@ -3263,6 +3262,22 @@
|
|
|
3263
3262
|
"node": ">= 0.10"
|
|
3264
3263
|
}
|
|
3265
3264
|
},
|
|
3265
|
+
"node_modules/raw-body/node_modules/http-errors": {
|
|
3266
|
+
"version": "2.0.0",
|
|
3267
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
3268
|
+
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
3269
|
+
"license": "MIT",
|
|
3270
|
+
"dependencies": {
|
|
3271
|
+
"depd": "2.0.0",
|
|
3272
|
+
"inherits": "2.0.4",
|
|
3273
|
+
"setprototypeof": "1.2.0",
|
|
3274
|
+
"statuses": "2.0.1",
|
|
3275
|
+
"toidentifier": "1.0.1"
|
|
3276
|
+
},
|
|
3277
|
+
"engines": {
|
|
3278
|
+
"node": ">= 0.8"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3266
3281
|
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3267
3282
|
"version": "0.7.0",
|
|
3268
3283
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
@@ -3279,6 +3294,15 @@
|
|
|
3279
3294
|
"url": "https://opencollective.com/express"
|
|
3280
3295
|
}
|
|
3281
3296
|
},
|
|
3297
|
+
"node_modules/raw-body/node_modules/statuses": {
|
|
3298
|
+
"version": "2.0.1",
|
|
3299
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
3300
|
+
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
3301
|
+
"license": "MIT",
|
|
3302
|
+
"engines": {
|
|
3303
|
+
"node": ">= 0.8"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3282
3306
|
"node_modules/read-pkg": {
|
|
3283
3307
|
"version": "5.2.0",
|
|
3284
3308
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
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",
|