appium-espresso-driver 2.26.3 → 2.26.4
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.4](https://github.com/appium/appium-espresso-driver/compare/v2.26.3...v2.26.4) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps:** bump appium-adb from 10.0.0 to 11.0.1 ([#926](https://github.com/appium/appium-espresso-driver/issues/926)) ([662bab5](https://github.com/appium/appium-espresso-driver/commit/662bab5d4ac027432957e8a336c1757b320956a3))
|
|
7
|
+
|
|
1
8
|
## [2.26.3](https://github.com/appium/appium-espresso-driver/compare/v2.26.2...v2.26.3) (2023-10-19)
|
|
2
9
|
|
|
3
10
|
|
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.4",
|
|
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.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"appium-adb": "^
|
|
12
|
+
"appium-adb": "^11.0.1",
|
|
13
13
|
"appium-android-driver": "^7.1.3",
|
|
14
14
|
"asyncbox": "^2.3.1",
|
|
15
15
|
"bluebird": "^3.5.0",
|
|
@@ -70,18 +70,18 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"node_modules/@appium/base-driver": {
|
|
73
|
-
"version": "9.4.
|
|
73
|
+
"version": "9.4.1",
|
|
74
74
|
"license": "Apache-2.0",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@appium/support": "^4.1.
|
|
77
|
-
"@appium/types": "^0.14.
|
|
76
|
+
"@appium/support": "^4.1.8",
|
|
77
|
+
"@appium/types": "^0.14.1",
|
|
78
78
|
"@colors/colors": "1.6.0",
|
|
79
|
-
"@types/async-lock": "1.4.
|
|
80
|
-
"@types/bluebird": "3.5.
|
|
81
|
-
"@types/express": "4.17.
|
|
82
|
-
"@types/lodash": "4.14.
|
|
83
|
-
"@types/method-override": "0.0.
|
|
84
|
-
"@types/serve-favicon": "2.5.
|
|
79
|
+
"@types/async-lock": "1.4.1",
|
|
80
|
+
"@types/bluebird": "3.5.41",
|
|
81
|
+
"@types/express": "4.17.20",
|
|
82
|
+
"@types/lodash": "4.14.200",
|
|
83
|
+
"@types/method-override": "0.0.34",
|
|
84
|
+
"@types/serve-favicon": "2.5.6",
|
|
85
85
|
"async-lock": "1.4.0",
|
|
86
86
|
"asyncbox": "2.9.4",
|
|
87
87
|
"axios": "1.5.1",
|
|
@@ -108,21 +108,13 @@
|
|
|
108
108
|
"spdy": "4.0.2"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"node_modules/@appium/base-driver/node_modules/@types/bluebird": {
|
|
112
|
-
"version": "3.5.40",
|
|
113
|
-
"license": "MIT"
|
|
114
|
-
},
|
|
115
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
116
|
-
"version": "4.14.199",
|
|
117
|
-
"license": "MIT"
|
|
118
|
-
},
|
|
119
111
|
"node_modules/@appium/base-plugin": {
|
|
120
|
-
"version": "2.2.
|
|
112
|
+
"version": "2.2.22",
|
|
121
113
|
"extraneous": true,
|
|
122
114
|
"license": "Apache-2.0",
|
|
123
115
|
"dependencies": {
|
|
124
|
-
"@appium/base-driver": "^9.4.
|
|
125
|
-
"@appium/support": "^4.1.
|
|
116
|
+
"@appium/base-driver": "^9.4.1",
|
|
117
|
+
"@appium/support": "^4.1.8"
|
|
126
118
|
},
|
|
127
119
|
"engines": {
|
|
128
120
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -130,13 +122,13 @@
|
|
|
130
122
|
}
|
|
131
123
|
},
|
|
132
124
|
"node_modules/@appium/docutils": {
|
|
133
|
-
"version": "0.4.
|
|
125
|
+
"version": "0.4.11",
|
|
134
126
|
"extraneous": true,
|
|
135
127
|
"license": "Apache-2.0",
|
|
136
128
|
"dependencies": {
|
|
137
|
-
"@appium/support": "^4.1.
|
|
138
|
-
"@appium/tsconfig": "^0.
|
|
139
|
-
"@appium/typedoc-plugin-appium": "^0.
|
|
129
|
+
"@appium/support": "^4.1.8",
|
|
130
|
+
"@appium/tsconfig": "^0.x",
|
|
131
|
+
"@appium/typedoc-plugin-appium": "^0.x",
|
|
140
132
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
141
133
|
"@types/which": "3.0.0",
|
|
142
134
|
"chalk": "4.1.2",
|
|
@@ -298,10 +290,10 @@
|
|
|
298
290
|
}
|
|
299
291
|
},
|
|
300
292
|
"node_modules/@appium/schema": {
|
|
301
|
-
"version": "0.4.
|
|
293
|
+
"version": "0.4.1",
|
|
302
294
|
"license": "Apache-2.0",
|
|
303
295
|
"dependencies": {
|
|
304
|
-
"@types/json-schema": "7.0.
|
|
296
|
+
"@types/json-schema": "7.0.14",
|
|
305
297
|
"json-schema": "0.4.0",
|
|
306
298
|
"source-map-support": "0.5.21"
|
|
307
299
|
},
|
|
@@ -311,27 +303,27 @@
|
|
|
311
303
|
}
|
|
312
304
|
},
|
|
313
305
|
"node_modules/@appium/support": {
|
|
314
|
-
"version": "4.1.
|
|
306
|
+
"version": "4.1.8",
|
|
315
307
|
"license": "Apache-2.0",
|
|
316
308
|
"dependencies": {
|
|
317
|
-
"@appium/tsconfig": "^0.
|
|
318
|
-
"@appium/types": "^0.14.
|
|
309
|
+
"@appium/tsconfig": "^0.x",
|
|
310
|
+
"@appium/types": "^0.14.1",
|
|
319
311
|
"@colors/colors": "1.6.0",
|
|
320
|
-
"@types/archiver": "5.3.
|
|
321
|
-
"@types/base64-stream": "1.0.
|
|
322
|
-
"@types/find-root": "1.1.
|
|
323
|
-
"@types/jsftp": "2.1.
|
|
324
|
-
"@types/klaw": "3.0.
|
|
325
|
-
"@types/lockfile": "1.0.
|
|
326
|
-
"@types/mv": "2.1.
|
|
327
|
-
"@types/ncp": "2.0.
|
|
328
|
-
"@types/npmlog": "4.1.
|
|
329
|
-
"@types/pluralize": "0.0.
|
|
330
|
-
"@types/semver": "7.5.
|
|
331
|
-
"@types/shell-quote": "1.7.
|
|
332
|
-
"@types/supports-color": "8.1.
|
|
312
|
+
"@types/archiver": "5.3.4",
|
|
313
|
+
"@types/base64-stream": "1.0.4",
|
|
314
|
+
"@types/find-root": "1.1.3",
|
|
315
|
+
"@types/jsftp": "2.1.4",
|
|
316
|
+
"@types/klaw": "3.0.5",
|
|
317
|
+
"@types/lockfile": "1.0.3",
|
|
318
|
+
"@types/mv": "2.1.3",
|
|
319
|
+
"@types/ncp": "2.0.7",
|
|
320
|
+
"@types/npmlog": "4.1.5",
|
|
321
|
+
"@types/pluralize": "0.0.32",
|
|
322
|
+
"@types/semver": "7.5.4",
|
|
323
|
+
"@types/shell-quote": "1.7.3",
|
|
324
|
+
"@types/supports-color": "8.1.2",
|
|
333
325
|
"@types/teen_process": "2.0.1",
|
|
334
|
-
"@types/uuid": "9.0.
|
|
326
|
+
"@types/uuid": "9.0.6",
|
|
335
327
|
"@types/which": "3.0.0",
|
|
336
328
|
"archiver": "6.0.1",
|
|
337
329
|
"axios": "1.5.1",
|
|
@@ -376,10 +368,6 @@
|
|
|
376
368
|
"sharp": "0.32.6"
|
|
377
369
|
}
|
|
378
370
|
},
|
|
379
|
-
"node_modules/@appium/support/node_modules/@types/semver": {
|
|
380
|
-
"version": "7.5.3",
|
|
381
|
-
"license": "MIT"
|
|
382
|
-
},
|
|
383
371
|
"node_modules/@appium/support/node_modules/@types/teen_process": {
|
|
384
372
|
"version": "2.0.1",
|
|
385
373
|
"license": "MIT",
|
|
@@ -413,14 +401,14 @@
|
|
|
413
401
|
}
|
|
414
402
|
},
|
|
415
403
|
"node_modules/@appium/types": {
|
|
416
|
-
"version": "0.14.
|
|
404
|
+
"version": "0.14.1",
|
|
417
405
|
"license": "Apache-2.0",
|
|
418
406
|
"dependencies": {
|
|
419
|
-
"@appium/schema": "^0.4.
|
|
420
|
-
"@appium/tsconfig": "^0.
|
|
421
|
-
"@types/express": "4.17.
|
|
422
|
-
"@types/npmlog": "4.1.
|
|
423
|
-
"@types/ws": "8.5.
|
|
407
|
+
"@appium/schema": "^0.4.1",
|
|
408
|
+
"@appium/tsconfig": "^0.x",
|
|
409
|
+
"@types/express": "4.17.20",
|
|
410
|
+
"@types/npmlog": "4.1.5",
|
|
411
|
+
"@types/ws": "8.5.8",
|
|
424
412
|
"type-fest": "3.13.1"
|
|
425
413
|
},
|
|
426
414
|
"engines": {
|
|
@@ -740,23 +728,23 @@
|
|
|
740
728
|
"license": "MIT"
|
|
741
729
|
},
|
|
742
730
|
"node_modules/@types/archiver": {
|
|
743
|
-
"version": "5.3.
|
|
731
|
+
"version": "5.3.4",
|
|
744
732
|
"license": "MIT",
|
|
745
733
|
"dependencies": {
|
|
746
734
|
"@types/readdir-glob": "*"
|
|
747
735
|
}
|
|
748
736
|
},
|
|
749
737
|
"node_modules/@types/argparse": {
|
|
750
|
-
"version": "2.0.
|
|
738
|
+
"version": "2.0.12",
|
|
751
739
|
"extraneous": true,
|
|
752
740
|
"license": "MIT"
|
|
753
741
|
},
|
|
754
742
|
"node_modules/@types/async-lock": {
|
|
755
|
-
"version": "1.4.
|
|
743
|
+
"version": "1.4.1",
|
|
756
744
|
"license": "MIT"
|
|
757
745
|
},
|
|
758
746
|
"node_modules/@types/base64-stream": {
|
|
759
|
-
"version": "1.0.
|
|
747
|
+
"version": "1.0.4",
|
|
760
748
|
"license": "MIT",
|
|
761
749
|
"dependencies": {
|
|
762
750
|
"@types/node": "*"
|
|
@@ -782,7 +770,7 @@
|
|
|
782
770
|
}
|
|
783
771
|
},
|
|
784
772
|
"node_modules/@types/express": {
|
|
785
|
-
"version": "4.17.
|
|
773
|
+
"version": "4.17.20",
|
|
786
774
|
"license": "MIT",
|
|
787
775
|
"dependencies": {
|
|
788
776
|
"@types/body-parser": "*",
|
|
@@ -792,7 +780,7 @@
|
|
|
792
780
|
}
|
|
793
781
|
},
|
|
794
782
|
"node_modules/@types/express-serve-static-core": {
|
|
795
|
-
"version": "4.17.
|
|
783
|
+
"version": "4.17.39",
|
|
796
784
|
"license": "MIT",
|
|
797
785
|
"dependencies": {
|
|
798
786
|
"@types/node": "*",
|
|
@@ -802,12 +790,12 @@
|
|
|
802
790
|
}
|
|
803
791
|
},
|
|
804
792
|
"node_modules/@types/fancy-log": {
|
|
805
|
-
"version": "2.0.
|
|
793
|
+
"version": "2.0.1",
|
|
806
794
|
"extraneous": true,
|
|
807
795
|
"license": "MIT"
|
|
808
796
|
},
|
|
809
797
|
"node_modules/@types/find-root": {
|
|
810
|
-
"version": "1.1.
|
|
798
|
+
"version": "1.1.3",
|
|
811
799
|
"license": "MIT"
|
|
812
800
|
},
|
|
813
801
|
"node_modules/@types/http-errors": {
|
|
@@ -815,29 +803,33 @@
|
|
|
815
803
|
"license": "MIT"
|
|
816
804
|
},
|
|
817
805
|
"node_modules/@types/jsftp": {
|
|
818
|
-
"version": "2.1.
|
|
806
|
+
"version": "2.1.4",
|
|
819
807
|
"license": "MIT",
|
|
820
808
|
"dependencies": {
|
|
821
809
|
"@types/node": "*"
|
|
822
810
|
}
|
|
823
811
|
},
|
|
824
812
|
"node_modules/@types/json-schema": {
|
|
825
|
-
"version": "7.0.
|
|
813
|
+
"version": "7.0.14",
|
|
826
814
|
"license": "MIT"
|
|
827
815
|
},
|
|
828
816
|
"node_modules/@types/klaw": {
|
|
829
|
-
"version": "3.0.
|
|
817
|
+
"version": "3.0.5",
|
|
830
818
|
"license": "MIT",
|
|
831
819
|
"dependencies": {
|
|
832
820
|
"@types/node": "*"
|
|
833
821
|
}
|
|
834
822
|
},
|
|
835
823
|
"node_modules/@types/lockfile": {
|
|
836
|
-
"version": "1.0.
|
|
824
|
+
"version": "1.0.3",
|
|
825
|
+
"license": "MIT"
|
|
826
|
+
},
|
|
827
|
+
"node_modules/@types/lodash": {
|
|
828
|
+
"version": "4.14.200",
|
|
837
829
|
"license": "MIT"
|
|
838
830
|
},
|
|
839
831
|
"node_modules/@types/method-override": {
|
|
840
|
-
"version": "0.0.
|
|
832
|
+
"version": "0.0.34",
|
|
841
833
|
"license": "MIT",
|
|
842
834
|
"dependencies": {
|
|
843
835
|
"@types/express": "*"
|
|
@@ -848,11 +840,11 @@
|
|
|
848
840
|
"license": "MIT"
|
|
849
841
|
},
|
|
850
842
|
"node_modules/@types/mv": {
|
|
851
|
-
"version": "2.1.
|
|
843
|
+
"version": "2.1.3",
|
|
852
844
|
"license": "MIT"
|
|
853
845
|
},
|
|
854
846
|
"node_modules/@types/ncp": {
|
|
855
|
-
"version": "2.0.
|
|
847
|
+
"version": "2.0.7",
|
|
856
848
|
"license": "MIT",
|
|
857
849
|
"dependencies": {
|
|
858
850
|
"@types/node": "*"
|
|
@@ -870,11 +862,14 @@
|
|
|
870
862
|
"license": "MIT"
|
|
871
863
|
},
|
|
872
864
|
"node_modules/@types/npmlog": {
|
|
873
|
-
"version": "4.1.
|
|
874
|
-
"license": "MIT"
|
|
865
|
+
"version": "4.1.5",
|
|
866
|
+
"license": "MIT",
|
|
867
|
+
"dependencies": {
|
|
868
|
+
"@types/node": "*"
|
|
869
|
+
}
|
|
875
870
|
},
|
|
876
871
|
"node_modules/@types/pluralize": {
|
|
877
|
-
"version": "0.0.
|
|
872
|
+
"version": "0.0.32",
|
|
878
873
|
"license": "MIT"
|
|
879
874
|
},
|
|
880
875
|
"node_modules/@types/qs": {
|
|
@@ -892,6 +887,10 @@
|
|
|
892
887
|
"@types/node": "*"
|
|
893
888
|
}
|
|
894
889
|
},
|
|
890
|
+
"node_modules/@types/semver": {
|
|
891
|
+
"version": "7.5.4",
|
|
892
|
+
"license": "MIT"
|
|
893
|
+
},
|
|
895
894
|
"node_modules/@types/send": {
|
|
896
895
|
"version": "0.17.3",
|
|
897
896
|
"license": "MIT",
|
|
@@ -901,7 +900,7 @@
|
|
|
901
900
|
}
|
|
902
901
|
},
|
|
903
902
|
"node_modules/@types/serve-favicon": {
|
|
904
|
-
"version": "2.5.
|
|
903
|
+
"version": "2.5.6",
|
|
905
904
|
"license": "MIT",
|
|
906
905
|
"dependencies": {
|
|
907
906
|
"@types/express": "*"
|
|
@@ -917,11 +916,11 @@
|
|
|
917
916
|
}
|
|
918
917
|
},
|
|
919
918
|
"node_modules/@types/shell-quote": {
|
|
920
|
-
"version": "1.7.
|
|
919
|
+
"version": "1.7.3",
|
|
921
920
|
"license": "MIT"
|
|
922
921
|
},
|
|
923
922
|
"node_modules/@types/supports-color": {
|
|
924
|
-
"version": "8.1.
|
|
923
|
+
"version": "8.1.2",
|
|
925
924
|
"license": "MIT"
|
|
926
925
|
},
|
|
927
926
|
"node_modules/@types/triple-beam": {
|
|
@@ -930,7 +929,7 @@
|
|
|
930
929
|
"license": "MIT"
|
|
931
930
|
},
|
|
932
931
|
"node_modules/@types/uuid": {
|
|
933
|
-
"version": "9.0.
|
|
932
|
+
"version": "9.0.6",
|
|
934
933
|
"license": "MIT"
|
|
935
934
|
},
|
|
936
935
|
"node_modules/@types/which": {
|
|
@@ -943,7 +942,7 @@
|
|
|
943
942
|
"license": "MIT"
|
|
944
943
|
},
|
|
945
944
|
"node_modules/@types/ws": {
|
|
946
|
-
"version": "8.5.
|
|
945
|
+
"version": "8.5.8",
|
|
947
946
|
"license": "MIT",
|
|
948
947
|
"dependencies": {
|
|
949
948
|
"@types/node": "*"
|
|
@@ -1053,7 +1052,7 @@
|
|
|
1053
1052
|
}
|
|
1054
1053
|
},
|
|
1055
1054
|
"node_modules/appium-adb": {
|
|
1056
|
-
"version": "
|
|
1055
|
+
"version": "11.0.1",
|
|
1057
1056
|
"license": "Apache-2.0",
|
|
1058
1057
|
"dependencies": {
|
|
1059
1058
|
"@appium/support": "^4.0.0",
|
|
@@ -1102,6 +1101,27 @@
|
|
|
1102
1101
|
"appium": "^2.0.0-beta.40"
|
|
1103
1102
|
}
|
|
1104
1103
|
},
|
|
1104
|
+
"node_modules/appium-android-driver/node_modules/appium-adb": {
|
|
1105
|
+
"version": "10.0.0",
|
|
1106
|
+
"license": "Apache-2.0",
|
|
1107
|
+
"dependencies": {
|
|
1108
|
+
"@appium/support": "^4.0.0",
|
|
1109
|
+
"adbkit-apkreader": "^3.1.2",
|
|
1110
|
+
"async-lock": "^1.0.0",
|
|
1111
|
+
"asyncbox": "^2.6.0",
|
|
1112
|
+
"bluebird": "^3.4.7",
|
|
1113
|
+
"ini": "^4.1.1",
|
|
1114
|
+
"lodash": "^4.0.0",
|
|
1115
|
+
"lru-cache": "^10.0.0",
|
|
1116
|
+
"semver": "^7.0.0",
|
|
1117
|
+
"source-map-support": "^0.x",
|
|
1118
|
+
"teen_process": "^2.0.1"
|
|
1119
|
+
},
|
|
1120
|
+
"engines": {
|
|
1121
|
+
"node": ">=14",
|
|
1122
|
+
"npm": ">=8"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1105
1125
|
"node_modules/appium-android-driver/node_modules/type-fest": {
|
|
1106
1126
|
"version": "4.5.0",
|
|
1107
1127
|
"license": "(MIT OR CC0-1.0)",
|
|
@@ -1137,27 +1157,6 @@
|
|
|
1137
1157
|
"npm": ">=8"
|
|
1138
1158
|
}
|
|
1139
1159
|
},
|
|
1140
|
-
"node_modules/appium-chromedriver/node_modules/appium-adb": {
|
|
1141
|
-
"version": "11.0.1",
|
|
1142
|
-
"license": "Apache-2.0",
|
|
1143
|
-
"dependencies": {
|
|
1144
|
-
"@appium/support": "^4.0.0",
|
|
1145
|
-
"adbkit-apkreader": "^3.1.2",
|
|
1146
|
-
"async-lock": "^1.0.0",
|
|
1147
|
-
"asyncbox": "^2.6.0",
|
|
1148
|
-
"bluebird": "^3.4.7",
|
|
1149
|
-
"ini": "^4.1.1",
|
|
1150
|
-
"lodash": "^4.0.0",
|
|
1151
|
-
"lru-cache": "^10.0.0",
|
|
1152
|
-
"semver": "^7.0.0",
|
|
1153
|
-
"source-map-support": "^0.x",
|
|
1154
|
-
"teen_process": "^2.0.1"
|
|
1155
|
-
},
|
|
1156
|
-
"engines": {
|
|
1157
|
-
"node": ">=14",
|
|
1158
|
-
"npm": ">=8"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
1160
|
"node_modules/aproba": {
|
|
1162
1161
|
"version": "2.0.0",
|
|
1163
1162
|
"license": "ISC"
|
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.4",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"npm-shrinkwrap.json"
|
|
69
69
|
],
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"appium-adb": "^
|
|
71
|
+
"appium-adb": "^11.0.1",
|
|
72
72
|
"appium-android-driver": "^7.1.3",
|
|
73
73
|
"asyncbox": "^2.3.1",
|
|
74
74
|
"bluebird": "^3.5.0",
|