appium-espresso-driver 2.20.0 → 2.20.1
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.20.1](https://github.com/appium/appium-espresso-driver/compare/v2.20.0...v2.20.1) (2023-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump rimraf from 4.4.1 to 5.0.0 ([#868](https://github.com/appium/appium-espresso-driver/issues/868)) ([67cfe30](https://github.com/appium/appium-espresso-driver/commit/67cfe30e1345cbb6ede1d975213179f074aa8151))
|
|
7
|
+
|
|
1
8
|
## [2.20.0](https://github.com/appium/appium-espresso-driver/compare/v2.19.0...v2.20.0) (2023-03-29)
|
|
2
9
|
|
|
3
10
|
|
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.20.
|
|
9
|
+
"version": "2.20.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.4.3",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"lint-staged": "^13.0.3",
|
|
47
47
|
"mocha": "^10.0.0",
|
|
48
48
|
"pre-commit": "^1.2.2",
|
|
49
|
-
"rimraf": "^
|
|
49
|
+
"rimraf": "^5.0.0",
|
|
50
50
|
"semantic-release": "^20.0.2",
|
|
51
51
|
"sinon": "^15.0.0",
|
|
52
52
|
"webdriverio": "^8.0.2",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"node_modules/@appium/base-driver": {
|
|
64
|
-
"version": "9.3.
|
|
64
|
+
"version": "9.3.5",
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@appium/support": "^3.1.
|
|
68
|
-
"@appium/types": "^0.10.
|
|
67
|
+
"@appium/support": "^3.1.9",
|
|
68
|
+
"@appium/types": "^0.10.3",
|
|
69
69
|
"@colors/colors": "1.5.0",
|
|
70
70
|
"@types/async-lock": "1.4.0",
|
|
71
71
|
"@types/bluebird": "3.5.38",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"morgan": "1.10.0",
|
|
87
87
|
"serve-favicon": "2.5.0",
|
|
88
88
|
"source-map-support": "0.5.21",
|
|
89
|
-
"type-fest": "3.7.
|
|
89
|
+
"type-fest": "3.7.2",
|
|
90
90
|
"validate.js": "0.13.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
"node_modules/@appium/base-plugin": {
|
|
105
|
-
"version": "2.2.
|
|
105
|
+
"version": "2.2.5",
|
|
106
106
|
"extraneous": true,
|
|
107
107
|
"license": "Apache-2.0",
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@appium/base-driver": "^9.3.
|
|
110
|
-
"@appium/support": "^3.1.
|
|
109
|
+
"@appium/base-driver": "^9.3.5",
|
|
110
|
+
"@appium/support": "^3.1.9"
|
|
111
111
|
},
|
|
112
112
|
"engines": {
|
|
113
113
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"node_modules/@appium/docutils": {
|
|
118
|
-
"version": "0.3.
|
|
118
|
+
"version": "0.3.4",
|
|
119
119
|
"extraneous": true,
|
|
120
120
|
"license": "Apache-2.0",
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@appium/support": "^3.1.
|
|
122
|
+
"@appium/support": "^3.1.9",
|
|
123
123
|
"@appium/tsconfig": "^0.2.4",
|
|
124
|
-
"@appium/typedoc-plugin-appium": "^0.
|
|
124
|
+
"@appium/typedoc-plugin-appium": "^0.6.0",
|
|
125
125
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
126
126
|
"chalk": "4.1.2",
|
|
127
127
|
"consola": "2.15.3",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"semver": "7.3.8",
|
|
138
138
|
"source-map-support": "0.5.21",
|
|
139
139
|
"teen_process": "2.0.2",
|
|
140
|
-
"type-fest": "3.7.
|
|
140
|
+
"type-fest": "3.7.2",
|
|
141
141
|
"typedoc": "0.23.28",
|
|
142
142
|
"typedoc-plugin-markdown": "3.14.0",
|
|
143
143
|
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
@@ -254,11 +254,11 @@
|
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
"node_modules/@appium/support": {
|
|
257
|
-
"version": "3.1.
|
|
257
|
+
"version": "3.1.9",
|
|
258
258
|
"license": "Apache-2.0",
|
|
259
259
|
"dependencies": {
|
|
260
260
|
"@appium/tsconfig": "^0.2.4",
|
|
261
|
-
"@appium/types": "^0.10.
|
|
261
|
+
"@appium/types": "^0.10.3",
|
|
262
262
|
"@colors/colors": "1.5.0",
|
|
263
263
|
"@types/archiver": "5.3.2",
|
|
264
264
|
"@types/base64-stream": "1.0.2",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"source-map-support": "0.5.21",
|
|
312
312
|
"supports-color": "8.1.1",
|
|
313
313
|
"teen_process": "2.0.2",
|
|
314
|
-
"type-fest": "3.7.
|
|
314
|
+
"type-fest": "3.7.2",
|
|
315
315
|
"uuid": "9.0.0",
|
|
316
316
|
"which": "3.0.0",
|
|
317
317
|
"yauzl": "2.10.0"
|
|
@@ -443,14 +443,14 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"node_modules/@appium/typedoc-plugin-appium": {
|
|
446
|
-
"version": "0.
|
|
446
|
+
"version": "0.6.0",
|
|
447
447
|
"extraneous": true,
|
|
448
448
|
"license": "Apache-2.0",
|
|
449
449
|
"dependencies": {
|
|
450
450
|
"handlebars": "4.7.7",
|
|
451
451
|
"lodash": "4.17.21",
|
|
452
452
|
"pluralize": "8.0.0",
|
|
453
|
-
"type-fest": "3.7.
|
|
453
|
+
"type-fest": "3.7.2"
|
|
454
454
|
},
|
|
455
455
|
"engines": {
|
|
456
456
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -461,11 +461,11 @@
|
|
|
461
461
|
"typedoc": "^0.23.14",
|
|
462
462
|
"typedoc-plugin-markdown": "^3.14.0",
|
|
463
463
|
"typedoc-plugin-resolve-crossmodule-references": "~0.3.3",
|
|
464
|
-
"typescript": "^4.7.0"
|
|
464
|
+
"typescript": "^4.7.0 || ^5.0.0"
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"node_modules/@appium/types": {
|
|
468
|
-
"version": "0.10.
|
|
468
|
+
"version": "0.10.3",
|
|
469
469
|
"license": "Apache-2.0",
|
|
470
470
|
"dependencies": {
|
|
471
471
|
"@appium/schema": "^0.2.6",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"@types/express": "4.17.17",
|
|
474
474
|
"@types/npmlog": "4.1.4",
|
|
475
475
|
"@types/ws": "8.5.4",
|
|
476
|
-
"type-fest": "3.7.
|
|
476
|
+
"type-fest": "3.7.2"
|
|
477
477
|
},
|
|
478
478
|
"engines": {
|
|
479
479
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
"node_modules/@babel/code-frame": {
|
|
484
|
-
"version": "7.
|
|
484
|
+
"version": "7.21.4",
|
|
485
485
|
"license": "MIT",
|
|
486
486
|
"dependencies": {
|
|
487
487
|
"@babel/highlight": "^7.18.6"
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
}
|
|
1226
1226
|
},
|
|
1227
1227
|
"node_modules/@xmldom/xmldom": {
|
|
1228
|
-
"version": "0.8.
|
|
1228
|
+
"version": "0.8.7",
|
|
1229
1229
|
"license": "MIT",
|
|
1230
1230
|
"engines": {
|
|
1231
1231
|
"node": ">=10.0.0"
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"license": "MIT"
|
|
1330
1330
|
},
|
|
1331
1331
|
"node_modules/appium-adb": {
|
|
1332
|
-
"version": "9.
|
|
1332
|
+
"version": "9.11.0",
|
|
1333
1333
|
"license": "Apache-2.0",
|
|
1334
1334
|
"dependencies": {
|
|
1335
1335
|
"@appium/support": "^3.0.0",
|
|
@@ -1386,11 +1386,11 @@
|
|
|
1386
1386
|
"license": "ISC"
|
|
1387
1387
|
},
|
|
1388
1388
|
"node_modules/appium-android-driver": {
|
|
1389
|
-
"version": "5.
|
|
1389
|
+
"version": "5.9.0",
|
|
1390
1390
|
"license": "Apache-2.0",
|
|
1391
1391
|
"dependencies": {
|
|
1392
1392
|
"@babel/runtime": "^7.0.0",
|
|
1393
|
-
"appium-adb": "^9.
|
|
1393
|
+
"appium-adb": "^9.11.0",
|
|
1394
1394
|
"appium-chromedriver": "^5.2.0",
|
|
1395
1395
|
"asyncbox": "^2.8.0",
|
|
1396
1396
|
"axios": "^1.x",
|
|
@@ -1452,7 +1452,7 @@
|
|
|
1452
1452
|
"license": "ISC"
|
|
1453
1453
|
},
|
|
1454
1454
|
"node_modules/appium-chromedriver": {
|
|
1455
|
-
"version": "5.3.
|
|
1455
|
+
"version": "5.3.4",
|
|
1456
1456
|
"hasInstallScript": true,
|
|
1457
1457
|
"license": "Apache-2.0",
|
|
1458
1458
|
"dependencies": {
|
|
@@ -1886,7 +1886,7 @@
|
|
|
1886
1886
|
}
|
|
1887
1887
|
},
|
|
1888
1888
|
"node_modules/cli-spinners": {
|
|
1889
|
-
"version": "2.
|
|
1889
|
+
"version": "2.8.0",
|
|
1890
1890
|
"extraneous": true,
|
|
1891
1891
|
"license": "MIT",
|
|
1892
1892
|
"engines": {
|
|
@@ -3268,7 +3268,7 @@
|
|
|
3268
3268
|
}
|
|
3269
3269
|
},
|
|
3270
3270
|
"node_modules/moment-timezone": {
|
|
3271
|
-
"version": "0.5.
|
|
3271
|
+
"version": "0.5.43",
|
|
3272
3272
|
"license": "MIT",
|
|
3273
3273
|
"dependencies": {
|
|
3274
3274
|
"moment": "^2.29.4"
|
|
@@ -3602,7 +3602,7 @@
|
|
|
3602
3602
|
}
|
|
3603
3603
|
},
|
|
3604
3604
|
"node_modules/package-changed": {
|
|
3605
|
-
"version": "
|
|
3605
|
+
"version": "3.0.0",
|
|
3606
3606
|
"extraneous": true,
|
|
3607
3607
|
"license": "ISC",
|
|
3608
3608
|
"dependencies": {
|
|
@@ -3943,7 +3943,7 @@
|
|
|
3943
3943
|
}
|
|
3944
3944
|
},
|
|
3945
3945
|
"node_modules/readdir-glob": {
|
|
3946
|
-
"version": "1.1.
|
|
3946
|
+
"version": "1.1.3",
|
|
3947
3947
|
"license": "Apache-2.0",
|
|
3948
3948
|
"dependencies": {
|
|
3949
3949
|
"minimatch": "^5.1.0"
|
|
@@ -3987,10 +3987,10 @@
|
|
|
3987
3987
|
}
|
|
3988
3988
|
},
|
|
3989
3989
|
"node_modules/resolve": {
|
|
3990
|
-
"version": "1.22.
|
|
3990
|
+
"version": "1.22.2",
|
|
3991
3991
|
"license": "MIT",
|
|
3992
3992
|
"dependencies": {
|
|
3993
|
-
"is-core-module": "^2.
|
|
3993
|
+
"is-core-module": "^2.11.0",
|
|
3994
3994
|
"path-parse": "^1.0.7",
|
|
3995
3995
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
3996
3996
|
},
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
"license": "0BSD"
|
|
4498
4498
|
},
|
|
4499
4499
|
"node_modules/type-fest": {
|
|
4500
|
-
"version": "3.7.
|
|
4500
|
+
"version": "3.7.2",
|
|
4501
4501
|
"license": "(MIT OR CC0-1.0)",
|
|
4502
4502
|
"engines": {
|
|
4503
4503
|
"node": ">=14.16"
|
|
@@ -4571,7 +4571,7 @@
|
|
|
4571
4571
|
}
|
|
4572
4572
|
},
|
|
4573
4573
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
4574
|
-
"version": "7.4.
|
|
4574
|
+
"version": "7.4.6",
|
|
4575
4575
|
"extraneous": true,
|
|
4576
4576
|
"license": "ISC",
|
|
4577
4577
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.20.
|
|
10
|
+
"version": "2.20.1",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"lint-staged": "^13.0.3",
|
|
127
127
|
"mocha": "^10.0.0",
|
|
128
128
|
"pre-commit": "^1.2.2",
|
|
129
|
-
"rimraf": "^
|
|
129
|
+
"rimraf": "^5.0.0",
|
|
130
130
|
"semantic-release": "^20.0.2",
|
|
131
131
|
"sinon": "^15.0.0",
|
|
132
132
|
"webdriverio": "^8.0.2",
|