appium-espresso-driver 2.26.9 → 2.26.10
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
|
+
## [2.26.10](https://github.com/appium/appium-espresso-driver/compare/v2.26.9...v2.26.10) (2023-10-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* missing /gradle.properties ([bedf0be](https://github.com/appium/appium-espresso-driver/commit/bedf0bece36efd4d4b59e6a11c8a9a483804bdce))
|
|
7
|
+
|
|
1
8
|
## [2.26.9](https://github.com/appium/appium-espresso-driver/compare/v2.26.8...v2.26.9) (2023-10-24)
|
|
2
9
|
|
|
3
10
|
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Project-wide Gradle settings.
|
|
2
|
+
|
|
3
|
+
# IDE (e.g. Android Studio) users:
|
|
4
|
+
# Gradle settings configured through the IDE *will override*
|
|
5
|
+
# any settings specified in this file.
|
|
6
|
+
|
|
7
|
+
# For more details on how to configure your build environment visit
|
|
8
|
+
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
9
|
+
|
|
10
|
+
# Specifies the JVM arguments used for the daemon process.
|
|
11
|
+
# The setting is particularly useful for tweaking memory settings.
|
|
12
|
+
org.gradle.jvmargs=-Xmx1536m
|
|
13
|
+
|
|
14
|
+
# When configured, Gradle will run in incubating parallel mode.
|
|
15
|
+
# This option should only be used with decoupled projects. More details, visit
|
|
16
|
+
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
17
|
+
# org.gradle.parallel=true
|
|
18
|
+
|
|
19
|
+
org.gradle.configureondemand=false
|
|
20
|
+
|
|
21
|
+
android.useAndroidX=true
|
|
22
|
+
|
|
23
|
+
org.gradle.vfs.watch=true
|
|
24
|
+
org.gradle.caching=true
|
|
25
|
+
# https://youtrack.jetbrains.com/issue/KT-46708
|
|
26
|
+
kotlin.stdlib.default.dependency=false
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.26.
|
|
9
|
+
"version": "2.26.10",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^11.0.1",
|
|
@@ -851,10 +851,10 @@
|
|
|
851
851
|
}
|
|
852
852
|
},
|
|
853
853
|
"node_modules/@types/node": {
|
|
854
|
-
"version": "20.8.
|
|
854
|
+
"version": "20.8.9",
|
|
855
855
|
"license": "MIT",
|
|
856
856
|
"dependencies": {
|
|
857
|
-
"undici-types": "~5.
|
|
857
|
+
"undici-types": "~5.26.4"
|
|
858
858
|
}
|
|
859
859
|
},
|
|
860
860
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
}
|
|
1053
1053
|
},
|
|
1054
1054
|
"node_modules/appium-adb": {
|
|
1055
|
-
"version": "11.0.
|
|
1055
|
+
"version": "11.0.4",
|
|
1056
1056
|
"license": "Apache-2.0",
|
|
1057
1057
|
"dependencies": {
|
|
1058
1058
|
"@appium/support": "^4.0.0",
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
}
|
|
1103
1103
|
},
|
|
1104
1104
|
"node_modules/appium-android-driver/node_modules/type-fest": {
|
|
1105
|
-
"version": "4.
|
|
1105
|
+
"version": "4.6.0",
|
|
1106
1106
|
"license": "(MIT OR CC0-1.0)",
|
|
1107
1107
|
"engines": {
|
|
1108
1108
|
"node": ">=16"
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/appium-chromedriver": {
|
|
1115
|
-
"version": "5.6.
|
|
1115
|
+
"version": "5.6.20",
|
|
1116
1116
|
"hasInstallScript": true,
|
|
1117
1117
|
"license": "Apache-2.0",
|
|
1118
1118
|
"dependencies": {
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
}
|
|
4254
4254
|
},
|
|
4255
4255
|
"node_modules/teen_process": {
|
|
4256
|
-
"version": "2.0.
|
|
4256
|
+
"version": "2.0.68",
|
|
4257
4257
|
"license": "Apache-2.0",
|
|
4258
4258
|
"dependencies": {
|
|
4259
4259
|
"bluebird": "3.7.2",
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
}
|
|
4359
4359
|
},
|
|
4360
4360
|
"node_modules/undici-types": {
|
|
4361
|
-
"version": "5.
|
|
4361
|
+
"version": "5.26.5",
|
|
4362
4362
|
"license": "MIT"
|
|
4363
4363
|
},
|
|
4364
4364
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.26.
|
|
10
|
+
"version": "2.26.10",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"espresso-server/gradle",
|
|
61
61
|
"espresso-server/gradlew",
|
|
62
62
|
"espresso-server/gradlew.bat",
|
|
63
|
+
"espresso-server/gradle.properties",
|
|
63
64
|
"espresso-server/build.gradle.kts",
|
|
64
65
|
"espresso-server/settings.gradle.kts",
|
|
65
66
|
"espresso-server/lint.xml",
|