appium-espresso-driver 2.13.4 → 2.13.5
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,5 @@
|
|
|
1
|
+
## [2.13.5](https://github.com/appium/appium-espresso-driver/compare/v2.13.4...v2.13.5) (2022-11-06)
|
|
2
|
+
|
|
1
3
|
## [2.13.4](https://github.com/appium/appium-espresso-driver/compare/v2.13.3...v2.13.4) (2022-11-06)
|
|
2
4
|
|
|
3
5
|
## [1.0.0-beta.3](https://github.com/appium/appium-espresso-driver/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2017-06-16)
|
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.13.
|
|
9
|
+
"version": "2.13.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.4.3",
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"license": "MIT"
|
|
1213
1213
|
},
|
|
1214
1214
|
"node_modules/appium-adb": {
|
|
1215
|
-
"version": "9.10.
|
|
1215
|
+
"version": "9.10.16",
|
|
1216
1216
|
"license": "Apache-2.0",
|
|
1217
1217
|
"dependencies": {
|
|
1218
1218
|
"@appium/support": "^2.60.0",
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
}
|
|
1259
1259
|
},
|
|
1260
1260
|
"node_modules/appium-android-driver": {
|
|
1261
|
-
"version": "5.7.
|
|
1261
|
+
"version": "5.7.1",
|
|
1262
1262
|
"license": "Apache-2.0",
|
|
1263
1263
|
"dependencies": {
|
|
1264
1264
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
}
|
|
1323
1323
|
},
|
|
1324
1324
|
"node_modules/appium-chromedriver": {
|
|
1325
|
-
"version": "5.2.
|
|
1325
|
+
"version": "5.2.6",
|
|
1326
1326
|
"hasInstallScript": true,
|
|
1327
1327
|
"license": "Apache-2.0",
|
|
1328
1328
|
"dependencies": {
|
|
@@ -6017,7 +6017,7 @@
|
|
|
6017
6017
|
"version": "1.1.0"
|
|
6018
6018
|
},
|
|
6019
6019
|
"appium-adb": {
|
|
6020
|
-
"version": "9.10.
|
|
6020
|
+
"version": "9.10.16",
|
|
6021
6021
|
"requires": {
|
|
6022
6022
|
"@appium/support": "^2.60.0",
|
|
6023
6023
|
"@babel/runtime": "^7.0.0",
|
|
@@ -6051,7 +6051,7 @@
|
|
|
6051
6051
|
}
|
|
6052
6052
|
},
|
|
6053
6053
|
"appium-android-driver": {
|
|
6054
|
-
"version": "5.7.
|
|
6054
|
+
"version": "5.7.1",
|
|
6055
6055
|
"requires": {
|
|
6056
6056
|
"@babel/runtime": "^7.0.0",
|
|
6057
6057
|
"appium-adb": "^9.10.9",
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
}
|
|
6100
6100
|
},
|
|
6101
6101
|
"appium-chromedriver": {
|
|
6102
|
-
"version": "5.2.
|
|
6102
|
+
"version": "5.2.6",
|
|
6103
6103
|
"requires": {
|
|
6104
6104
|
"@babel/runtime": "^7.0.0",
|
|
6105
6105
|
"@xmldom/xmldom": "^0.x",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.13.
|
|
10
|
+
"version": "2.13.5",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
104
104
|
"@babel/preset-env": "^7.18.10",
|
|
105
105
|
"@babel/register": "^7.18.9",
|
|
106
|
-
"@semantic-release/git": "^10.0.1",
|
|
107
106
|
"@semantic-release/changelog": "^6.0.1",
|
|
107
|
+
"@semantic-release/git": "^10.0.1",
|
|
108
108
|
"@xmldom/xmldom": "^0.x",
|
|
109
109
|
"babel-plugin-source-map-support": "^2.2.0",
|
|
110
110
|
"android-apidemos": "^4.1.1",
|