appium-espresso-driver 4.0.2 → 4.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,10 @@
|
|
|
1
|
+
## [4.0.3](https://github.com/appium/appium-espresso-driver/compare/v4.0.2...v4.0.3) (2025-02-14)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump webdriverio from 8.42.0 to 9.9.0 ([#1047](https://github.com/appium/appium-espresso-driver/issues/1047)) ([54e5039](https://github.com/appium/appium-espresso-driver/commit/54e5039090a51f76a22fd2cb7761d20a4c51aa98))
|
|
6
|
+
* **deps-dev:** remove unused @types/sinon-chai ([#1044](https://github.com/appium/appium-espresso-driver/issues/1044)) ([c9124e1](https://github.com/appium/appium-espresso-driver/commit/c9124e1704fd55b1aa99e1b97527307ce1e36889))
|
|
7
|
+
|
|
1
8
|
## [4.0.2](https://github.com/appium/appium-espresso-driver/compare/v4.0.1...v4.0.2) (2025-02-14)
|
|
2
9
|
|
|
3
10
|
### 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 = "4.0.
|
|
5
|
+
private const val VERSION = "4.0.3"
|
|
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": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.12.0",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"@types/mocha": "^10.0.1",
|
|
33
33
|
"@types/node": "^20.4.7",
|
|
34
34
|
"@types/sinon": "^17.0.0",
|
|
35
|
-
"@types/sinon-chai": "^3.2.9",
|
|
36
35
|
"@types/teen_process": "^2.0.2",
|
|
37
36
|
"@xmldom/xmldom": "^0.x",
|
|
38
37
|
"android-apidemos": "^4.1.1",
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
"sinon": "^17.0.0",
|
|
49
48
|
"ts-node": "^10.9.1",
|
|
50
49
|
"typescript": "^5.4.2",
|
|
51
|
-
"webdriverio": "^
|
|
50
|
+
"webdriverio": "^9.9.0",
|
|
52
51
|
"xpath": "^0.x"
|
|
53
52
|
},
|
|
54
53
|
"engines": {
|
|
@@ -1031,31 +1030,6 @@
|
|
|
1031
1030
|
"concat-map": "0.0.1"
|
|
1032
1031
|
}
|
|
1033
1032
|
},
|
|
1034
|
-
"node_modules/buffer": {
|
|
1035
|
-
"version": "5.7.1",
|
|
1036
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
1037
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
1038
|
-
"extraneous": true,
|
|
1039
|
-
"funding": [
|
|
1040
|
-
{
|
|
1041
|
-
"type": "github",
|
|
1042
|
-
"url": "https://github.com/sponsors/feross"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"type": "patreon",
|
|
1046
|
-
"url": "https://www.patreon.com/feross"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"type": "consulting",
|
|
1050
|
-
"url": "https://feross.org/support"
|
|
1051
|
-
}
|
|
1052
|
-
],
|
|
1053
|
-
"license": "MIT",
|
|
1054
|
-
"dependencies": {
|
|
1055
|
-
"base64-js": "^1.3.1",
|
|
1056
|
-
"ieee754": "^1.1.13"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
1033
|
"node_modules/buffer-crc32": {
|
|
1060
1034
|
"version": "1.0.0",
|
|
1061
1035
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "4.0.
|
|
10
|
+
"version": "4.0.3",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
"@types/mocha": "^10.0.1",
|
|
122
122
|
"@types/node": "^20.4.7",
|
|
123
123
|
"@types/sinon": "^17.0.0",
|
|
124
|
-
"@types/sinon-chai": "^3.2.9",
|
|
125
124
|
"@types/teen_process": "^2.0.2",
|
|
126
125
|
"@xmldom/xmldom": "^0.x",
|
|
127
126
|
"android-apidemos": "^4.1.1",
|
|
@@ -137,7 +136,7 @@
|
|
|
137
136
|
"semver": "^7.3.7",
|
|
138
137
|
"ts-node": "^10.9.1",
|
|
139
138
|
"typescript": "^5.4.2",
|
|
140
|
-
"webdriverio": "^
|
|
139
|
+
"webdriverio": "^9.9.0",
|
|
141
140
|
"xpath": "^0.x"
|
|
142
141
|
}
|
|
143
142
|
}
|