appium-espresso-driver 6.2.1 → 6.2.2
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.2](https://github.com/appium/appium-espresso-driver/compare/v6.2.1...v6.2.2) (2025-12-12)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/chai from 4.3.20 to 5.2.3 ([#1119](https://github.com/appium/appium-espresso-driver/issues/1119)) ([9716974](https://github.com/appium/appium-espresso-driver/commit/971697447164da71f24a56f9b544e0acafd03699))
|
|
6
|
+
|
|
1
7
|
## [6.2.1](https://github.com/appium/appium-espresso-driver/compare/v6.2.0...v6.2.1) (2025-12-11)
|
|
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.2"
|
|
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.2",
|
|
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.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"@semantic-release/changelog": "^6.0.1",
|
|
29
29
|
"@semantic-release/git": "^10.0.1",
|
|
30
30
|
"@types/bluebird": "^3.5.38",
|
|
31
|
+
"@types/chai": "^5.2.3",
|
|
32
|
+
"@types/chai-as-promised": "^7.1.8",
|
|
31
33
|
"@types/lodash": "^4.14.196",
|
|
32
34
|
"@types/mocha": "^10.0.1",
|
|
33
35
|
"@types/node": "^25.0.0",
|
|
@@ -656,9 +658,9 @@
|
|
|
656
658
|
}
|
|
657
659
|
},
|
|
658
660
|
"node_modules/appium-adb": {
|
|
659
|
-
"version": "14.1.
|
|
660
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.
|
|
661
|
-
"integrity": "sha512-
|
|
661
|
+
"version": "14.1.5",
|
|
662
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.5.tgz",
|
|
663
|
+
"integrity": "sha512-pR7HPfnm58rxWvxywowjeDt89KHglZvnQbDFLk2aMcrnQIli++fHqV3E9FuDp5w/34VuguX6GTjYMfnGTaYkhA==",
|
|
662
664
|
"license": "Apache-2.0",
|
|
663
665
|
"dependencies": {
|
|
664
666
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -669,7 +671,6 @@
|
|
|
669
671
|
"lodash": "^4.0.0",
|
|
670
672
|
"lru-cache": "^11.1.0",
|
|
671
673
|
"semver": "^7.0.0",
|
|
672
|
-
"source-map-support": "^0.x",
|
|
673
674
|
"teen_process": "^3.0.0"
|
|
674
675
|
},
|
|
675
676
|
"engines": {
|
|
@@ -678,9 +679,9 @@
|
|
|
678
679
|
}
|
|
679
680
|
},
|
|
680
681
|
"node_modules/appium-android-driver": {
|
|
681
|
-
"version": "12.4.
|
|
682
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.4.
|
|
683
|
-
"integrity": "sha512-
|
|
682
|
+
"version": "12.4.5",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.4.5.tgz",
|
|
684
|
+
"integrity": "sha512-x1nF7+vzpu21GmzcLG8gINH08Bh8kUJrXZSoB1lD5WIWRPvK0S+KmfBfSpYPye/b67pXtWYzvKm/uaM4bHQ/NQ==",
|
|
684
685
|
"license": "Apache-2.0",
|
|
685
686
|
"dependencies": {
|
|
686
687
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -697,7 +698,6 @@
|
|
|
697
698
|
"moment-timezone": "^0.x",
|
|
698
699
|
"portscanner": "^2.2.0",
|
|
699
700
|
"semver": "^7.0.0",
|
|
700
|
-
"source-map-support": "^0.x",
|
|
701
701
|
"teen_process": "^3.0.0",
|
|
702
702
|
"ws": "^8.0.0"
|
|
703
703
|
},
|
|
@@ -710,9 +710,9 @@
|
|
|
710
710
|
}
|
|
711
711
|
},
|
|
712
712
|
"node_modules/appium-chromedriver": {
|
|
713
|
-
"version": "8.0.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
715
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "8.0.27",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.27.tgz",
|
|
715
|
+
"integrity": "sha512-4GaoxCghx8zxmvcj1adXPsD6Eqk0VXQyZN/TTfVvKpbInpuRZbkLJJgnRE7gVwlRe2JnzzXtzzNEbmAWUBxaFQ==",
|
|
716
716
|
"license": "Apache-2.0",
|
|
717
717
|
"dependencies": {
|
|
718
718
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -725,7 +725,6 @@
|
|
|
725
725
|
"compare-versions": "^6.0.0",
|
|
726
726
|
"lodash": "^4.17.4",
|
|
727
727
|
"semver": "^7.0.0",
|
|
728
|
-
"source-map-support": "^0.x",
|
|
729
728
|
"teen_process": "^3.0.0",
|
|
730
729
|
"xpath": "^0.x"
|
|
731
730
|
},
|
|
@@ -2284,9 +2283,9 @@
|
|
|
2284
2283
|
"license": "MIT"
|
|
2285
2284
|
},
|
|
2286
2285
|
"node_modules/iconv-lite": {
|
|
2287
|
-
"version": "0.7.
|
|
2288
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.
|
|
2289
|
-
"integrity": "sha512-
|
|
2286
|
+
"version": "0.7.1",
|
|
2287
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
|
|
2288
|
+
"integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
|
|
2290
2289
|
"license": "MIT",
|
|
2291
2290
|
"dependencies": {
|
|
2292
2291
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
@@ -2335,9 +2334,9 @@
|
|
|
2335
2334
|
}
|
|
2336
2335
|
},
|
|
2337
2336
|
"node_modules/io.appium.settings": {
|
|
2338
|
-
"version": "7.0.
|
|
2339
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2340
|
-
"integrity": "sha512-
|
|
2337
|
+
"version": "7.0.6",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.6.tgz",
|
|
2339
|
+
"integrity": "sha512-OJF8IgZNZLt7ClWlMOUUhH9q5J5DFL0yDko1jIeMU/Np9wMIf06Y5RmiJosFOKc64Xe51zFB+a4LQ67VJaEuGg==",
|
|
2341
2340
|
"license": "Apache-2.0",
|
|
2342
2341
|
"dependencies": {
|
|
2343
2342
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2345,7 +2344,6 @@
|
|
|
2345
2344
|
"bluebird": "^3.5.1",
|
|
2346
2345
|
"lodash": "^4.2.1",
|
|
2347
2346
|
"semver": "^7.5.4",
|
|
2348
|
-
"source-map-support": "^0.x",
|
|
2349
2347
|
"teen_process": "^3.0.0"
|
|
2350
2348
|
},
|
|
2351
2349
|
"engines": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "6.2.
|
|
10
|
+
"version": "6.2.2",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"test:node": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"",
|
|
106
106
|
"test:server": "cd espresso-server && ./gradlew test --stacktrace || cd ..",
|
|
107
107
|
"version": "npm run sync-version && npm run build:server",
|
|
108
|
-
"e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.
|
|
108
|
+
"e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.ts\""
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"appium": "^3.0.0-rc.2"
|
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
"@semantic-release/changelog": "^6.0.1",
|
|
118
118
|
"@semantic-release/git": "^10.0.1",
|
|
119
119
|
"@types/bluebird": "^3.5.38",
|
|
120
|
+
"@types/chai": "^5.2.3",
|
|
121
|
+
"@types/chai-as-promised": "^7.1.8",
|
|
120
122
|
"@types/lodash": "^4.14.196",
|
|
121
123
|
"@types/mocha": "^10.0.1",
|
|
122
124
|
"@types/node": "^25.0.0",
|