appium-uiautomator2-driver 6.1.0 → 6.1.2
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 +12 -0
- package/build/lib/constraints.d.ts +1 -1
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +1 -5
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts +49 -83
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +150 -190
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +4 -9
- package/lib/{uiautomator2.js → uiautomator2.ts} +291 -261
- package/npm-shrinkwrap.json +130 -161
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "6.1.
|
|
9
|
+
"version": "6.1.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
47
47
|
"mocha": "^11.0.1",
|
|
48
48
|
"prettier": "^3.0.3",
|
|
49
|
-
"semantic-release": "^25.0.
|
|
49
|
+
"semantic-release": "^25.0.2",
|
|
50
50
|
"sharp": "^0.x",
|
|
51
51
|
"sinon": "^21.0.0",
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"node_modules/@appium/base-driver": {
|
|
67
|
-
"version": "10.1.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.
|
|
69
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "10.1.1",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.1.tgz",
|
|
69
|
+
"integrity": "sha512-7I6SxkqkUojD+LzasixT+G6HEZs1a4sRMbeqwkSPCwf7WlvV0WctFFWNmjDrk+XVVqctafXLrqrDWpfGouw4bQ==",
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@appium/support": "^7.0.
|
|
73
|
-
"@appium/types": "^1.1.
|
|
72
|
+
"@appium/support": "^7.0.3",
|
|
73
|
+
"@appium/types": "^1.1.1",
|
|
74
74
|
"@colors/colors": "1.6.0",
|
|
75
75
|
"async-lock": "1.4.1",
|
|
76
76
|
"asyncbox": "3.0.0",
|
|
77
|
-
"axios": "1.
|
|
77
|
+
"axios": "1.13.2",
|
|
78
78
|
"bluebird": "3.7.2",
|
|
79
79
|
"body-parser": "2.2.0",
|
|
80
80
|
"express": "5.1.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"path-to-regexp": "8.3.0",
|
|
88
88
|
"serve-favicon": "2.5.1",
|
|
89
89
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "5.0
|
|
90
|
+
"type-fest": "5.2.0"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
93
93
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -97,25 +97,14 @@
|
|
|
97
97
|
"spdy": "4.0.2"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
101
|
-
"version": "1.12.2",
|
|
102
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
103
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"dependencies": {
|
|
106
|
-
"follow-redirects": "^1.15.6",
|
|
107
|
-
"form-data": "^4.0.4",
|
|
108
|
-
"proxy-from-env": "^1.1.0"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
100
|
"node_modules/@appium/base-plugin": {
|
|
112
|
-
"version": "3.0.
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.
|
|
114
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "3.0.4",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.4.tgz",
|
|
103
|
+
"integrity": "sha512-qpIkPT99EadfKQ2Jr8kHaY4uWeaRR77UVEbzjPTti4W82/nG9GCAWYJv2ORt3AY6PIGl1/Cp95tsOq9eatDQVA==",
|
|
115
104
|
"license": "Apache-2.0",
|
|
116
105
|
"dependencies": {
|
|
117
|
-
"@appium/base-driver": "^10.1.
|
|
118
|
-
"@appium/support": "^7.0.
|
|
106
|
+
"@appium/base-driver": "^10.1.1",
|
|
107
|
+
"@appium/support": "^7.0.3"
|
|
119
108
|
},
|
|
120
109
|
"engines": {
|
|
121
110
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -123,12 +112,12 @@
|
|
|
123
112
|
}
|
|
124
113
|
},
|
|
125
114
|
"node_modules/@appium/docutils": {
|
|
126
|
-
"version": "2.1.
|
|
127
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.
|
|
128
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "2.1.2",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.2.tgz",
|
|
117
|
+
"integrity": "sha512-zJYdL0wWZfgE7uoCgcYCHmhgopehGAA6WEMc5fj4Sj81YdbVJsR3sqD3xj832GmbtP5FEoaFWi2xiHoovreA9w==",
|
|
129
118
|
"license": "Apache-2.0",
|
|
130
119
|
"dependencies": {
|
|
131
|
-
"@appium/support": "^7.0.
|
|
120
|
+
"@appium/support": "^7.0.3",
|
|
132
121
|
"chalk": "4.1.2",
|
|
133
122
|
"consola": "3.4.2",
|
|
134
123
|
"diff": "8.0.2",
|
|
@@ -137,8 +126,8 @@
|
|
|
137
126
|
"pkg-dir": "5.0.0",
|
|
138
127
|
"read-pkg": "5.2.0",
|
|
139
128
|
"source-map-support": "0.5.21",
|
|
140
|
-
"teen_process": "3.0.
|
|
141
|
-
"type-fest": "5.0
|
|
129
|
+
"teen_process": "3.0.2",
|
|
130
|
+
"type-fest": "5.2.0",
|
|
142
131
|
"yaml": "2.8.1",
|
|
143
132
|
"yargs": "18.0.0",
|
|
144
133
|
"yargs-parser": "22.0.0"
|
|
@@ -152,9 +141,9 @@
|
|
|
152
141
|
}
|
|
153
142
|
},
|
|
154
143
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
155
|
-
"version": "3.0.
|
|
156
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
157
|
-
"integrity": "sha512-
|
|
144
|
+
"version": "3.0.2",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
146
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
158
147
|
"license": "Apache-2.0",
|
|
159
148
|
"dependencies": {
|
|
160
149
|
"bluebird": "^3.7.2",
|
|
@@ -198,17 +187,17 @@
|
|
|
198
187
|
}
|
|
199
188
|
},
|
|
200
189
|
"node_modules/@appium/support": {
|
|
201
|
-
"version": "7.0.
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
203
|
-
"integrity": "sha512-
|
|
190
|
+
"version": "7.0.3",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.3.tgz",
|
|
192
|
+
"integrity": "sha512-r4vHjR+wQxg4DND9StWUM2GZvNO3+6ePVplBMKFU+HfKgxw07qjxf08CYMXvJb/YUMwhAhhbVRqzmGudNAk+bg==",
|
|
204
193
|
"license": "Apache-2.0",
|
|
205
194
|
"dependencies": {
|
|
206
195
|
"@appium/logger": "^2.0.2",
|
|
207
196
|
"@appium/tsconfig": "^1.1.0",
|
|
208
|
-
"@appium/types": "^1.1.
|
|
197
|
+
"@appium/types": "^1.1.1",
|
|
209
198
|
"@colors/colors": "1.6.0",
|
|
210
199
|
"archiver": "7.0.1",
|
|
211
|
-
"axios": "1.
|
|
200
|
+
"axios": "1.13.2",
|
|
212
201
|
"base64-stream": "1.0.0",
|
|
213
202
|
"bluebird": "3.7.2",
|
|
214
203
|
"bplist-creator": "0.1.1",
|
|
@@ -233,8 +222,8 @@
|
|
|
233
222
|
"shell-quote": "1.8.3",
|
|
234
223
|
"source-map-support": "0.5.21",
|
|
235
224
|
"supports-color": "8.1.1",
|
|
236
|
-
"teen_process": "3.0.
|
|
237
|
-
"type-fest": "5.0
|
|
225
|
+
"teen_process": "3.0.2",
|
|
226
|
+
"type-fest": "5.2.0",
|
|
238
227
|
"uuid": "13.0.0",
|
|
239
228
|
"which": "5.0.0",
|
|
240
229
|
"yauzl": "3.2.0"
|
|
@@ -244,24 +233,13 @@
|
|
|
244
233
|
"npm": ">=10"
|
|
245
234
|
},
|
|
246
235
|
"optionalDependencies": {
|
|
247
|
-
"sharp": "0.34.
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
251
|
-
"version": "1.12.2",
|
|
252
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
253
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
254
|
-
"license": "MIT",
|
|
255
|
-
"dependencies": {
|
|
256
|
-
"follow-redirects": "^1.15.6",
|
|
257
|
-
"form-data": "^4.0.4",
|
|
258
|
-
"proxy-from-env": "^1.1.0"
|
|
236
|
+
"sharp": "0.34.5"
|
|
259
237
|
}
|
|
260
238
|
},
|
|
261
239
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
262
|
-
"version": "3.0.
|
|
263
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
264
|
-
"integrity": "sha512-
|
|
240
|
+
"version": "3.0.2",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
242
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
265
243
|
"license": "Apache-2.0",
|
|
266
244
|
"dependencies": {
|
|
267
245
|
"bluebird": "^3.7.2",
|
|
@@ -288,15 +266,15 @@
|
|
|
288
266
|
}
|
|
289
267
|
},
|
|
290
268
|
"node_modules/@appium/types": {
|
|
291
|
-
"version": "1.1.
|
|
292
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
293
|
-
"integrity": "sha512-
|
|
269
|
+
"version": "1.1.1",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.1.tgz",
|
|
271
|
+
"integrity": "sha512-zYuCH/QmDfh1F8S3+vz0GUjtAjvpKQdb6H41bhVuK+ZOQbhNWI8f+UdKXoCSOrtVK7dQ2R9uYm8hriJYLjadJw==",
|
|
294
272
|
"license": "Apache-2.0",
|
|
295
273
|
"dependencies": {
|
|
296
274
|
"@appium/logger": "^2.0.2",
|
|
297
275
|
"@appium/schema": "^1.0.0",
|
|
298
276
|
"@appium/tsconfig": "^1.1.0",
|
|
299
|
-
"type-fest": "5.0
|
|
277
|
+
"type-fest": "5.2.0"
|
|
300
278
|
},
|
|
301
279
|
"engines": {
|
|
302
280
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -555,26 +533,26 @@
|
|
|
555
533
|
}
|
|
556
534
|
},
|
|
557
535
|
"node_modules/appium": {
|
|
558
|
-
"version": "3.1.
|
|
559
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
560
|
-
"integrity": "sha512-
|
|
536
|
+
"version": "3.1.1",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.1.tgz",
|
|
538
|
+
"integrity": "sha512-0XEpQ7kIAIMPHT4eZRuczfzZhh/X/n6+IGX7URSCSm67ppyPl0zZvS3ZzLHXdfBIPiQi4T00CT1Id/9Ni26wdQ==",
|
|
561
539
|
"hasInstallScript": true,
|
|
562
540
|
"license": "Apache-2.0",
|
|
563
541
|
"dependencies": {
|
|
564
|
-
"@appium/base-driver": "^10.1.
|
|
565
|
-
"@appium/base-plugin": "^3.0.
|
|
566
|
-
"@appium/docutils": "^2.1.
|
|
542
|
+
"@appium/base-driver": "^10.1.1",
|
|
543
|
+
"@appium/base-plugin": "^3.0.4",
|
|
544
|
+
"@appium/docutils": "^2.1.2",
|
|
567
545
|
"@appium/logger": "^2.0.2",
|
|
568
546
|
"@appium/schema": "^1.0.0",
|
|
569
|
-
"@appium/support": "^7.0.
|
|
570
|
-
"@appium/types": "^1.1.
|
|
547
|
+
"@appium/support": "^7.0.3",
|
|
548
|
+
"@appium/types": "^1.1.1",
|
|
571
549
|
"@sidvind/better-ajv-errors": "4.0.0",
|
|
572
550
|
"ajv": "8.17.1",
|
|
573
551
|
"ajv-formats": "3.0.1",
|
|
574
552
|
"argparse": "2.0.1",
|
|
575
553
|
"async-lock": "1.4.1",
|
|
576
554
|
"asyncbox": "3.0.0",
|
|
577
|
-
"axios": "1.
|
|
555
|
+
"axios": "1.13.2",
|
|
578
556
|
"bluebird": "3.7.2",
|
|
579
557
|
"lilconfig": "3.1.3",
|
|
580
558
|
"lodash": "4.17.21",
|
|
@@ -584,8 +562,8 @@
|
|
|
584
562
|
"resolve-from": "5.0.0",
|
|
585
563
|
"semver": "7.7.3",
|
|
586
564
|
"source-map-support": "0.5.21",
|
|
587
|
-
"teen_process": "3.0.
|
|
588
|
-
"type-fest": "5.0
|
|
565
|
+
"teen_process": "3.0.2",
|
|
566
|
+
"type-fest": "5.2.0",
|
|
589
567
|
"winston": "3.18.3",
|
|
590
568
|
"wrap-ansi": "7.0.0",
|
|
591
569
|
"ws": "8.18.3",
|
|
@@ -600,9 +578,9 @@
|
|
|
600
578
|
}
|
|
601
579
|
},
|
|
602
580
|
"node_modules/appium-adb": {
|
|
603
|
-
"version": "14.0.
|
|
604
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.
|
|
605
|
-
"integrity": "sha512-
|
|
581
|
+
"version": "14.0.2",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.2.tgz",
|
|
583
|
+
"integrity": "sha512-g0w4GIxjbHHAP75HjzEeMX9AhyLsO7IGbb2PKifNpUvyxu8SYE1sr1H+2RelH6wvQoqJYQEGghIxunTpKpn9pw==",
|
|
606
584
|
"license": "Apache-2.0",
|
|
607
585
|
"dependencies": {
|
|
608
586
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -622,9 +600,9 @@
|
|
|
622
600
|
}
|
|
623
601
|
},
|
|
624
602
|
"node_modules/appium-android-driver": {
|
|
625
|
-
"version": "12.1.
|
|
626
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.1.
|
|
627
|
-
"integrity": "sha512-
|
|
603
|
+
"version": "12.1.2",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.1.2.tgz",
|
|
605
|
+
"integrity": "sha512-5JfWEMCeoTkpjV5u65QXyn6DGsQ819uXrn/CHB/SooWIZ8RdtqoFq600rrTVMdsDX0oWXlMmPvR3on5/HdtL2A==",
|
|
628
606
|
"license": "Apache-2.0",
|
|
629
607
|
"dependencies": {
|
|
630
608
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -634,7 +612,7 @@
|
|
|
634
612
|
"asyncbox": "^3.0.0",
|
|
635
613
|
"axios": "^1.x",
|
|
636
614
|
"bluebird": "^3.4.7",
|
|
637
|
-
"io.appium.settings": "^7.0.
|
|
615
|
+
"io.appium.settings": "^7.0.3",
|
|
638
616
|
"lodash": "^4.17.4",
|
|
639
617
|
"lru-cache": "^11.1.0",
|
|
640
618
|
"moment": "^2.24.0",
|
|
@@ -654,9 +632,9 @@
|
|
|
654
632
|
}
|
|
655
633
|
},
|
|
656
634
|
"node_modules/appium-chromedriver": {
|
|
657
|
-
"version": "8.0.
|
|
658
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
659
|
-
"integrity": "sha512-
|
|
635
|
+
"version": "8.0.20",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.20.tgz",
|
|
637
|
+
"integrity": "sha512-5RcVAmiu1Wbns5RqfBR0G4+ViQm8MA2GMjtNuGtwmiAc7KAFIwS+55eCAFHl9KABMrJl9IyxUWDZx124RLx0sg==",
|
|
660
638
|
"license": "Apache-2.0",
|
|
661
639
|
"dependencies": {
|
|
662
640
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -679,30 +657,19 @@
|
|
|
679
657
|
}
|
|
680
658
|
},
|
|
681
659
|
"node_modules/appium-uiautomator2-server": {
|
|
682
|
-
"version": "9.1.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.
|
|
684
|
-
"integrity": "sha512
|
|
660
|
+
"version": "9.1.2",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.2.tgz",
|
|
662
|
+
"integrity": "sha512-/d81TKVymlUYl6N0UpUUe64PeomjwCu0bUtQKROKleoZP5JDMedaXROVFDUoDveLIz50STejVom5fsoPLOrqAg==",
|
|
685
663
|
"license": "Apache-2.0",
|
|
686
664
|
"engines": {
|
|
687
665
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
688
666
|
"npm": ">=10"
|
|
689
667
|
}
|
|
690
668
|
},
|
|
691
|
-
"node_modules/appium/node_modules/axios": {
|
|
692
|
-
"version": "1.12.2",
|
|
693
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
694
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
695
|
-
"license": "MIT",
|
|
696
|
-
"dependencies": {
|
|
697
|
-
"follow-redirects": "^1.15.6",
|
|
698
|
-
"form-data": "^4.0.4",
|
|
699
|
-
"proxy-from-env": "^1.1.0"
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
669
|
"node_modules/appium/node_modules/teen_process": {
|
|
703
|
-
"version": "3.0.
|
|
704
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
705
|
-
"integrity": "sha512-
|
|
670
|
+
"version": "3.0.2",
|
|
671
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
672
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
706
673
|
"license": "Apache-2.0",
|
|
707
674
|
"dependencies": {
|
|
708
675
|
"bluebird": "^3.7.2",
|
|
@@ -871,9 +838,9 @@
|
|
|
871
838
|
"license": "MIT"
|
|
872
839
|
},
|
|
873
840
|
"node_modules/axios": {
|
|
874
|
-
"version": "1.13.
|
|
875
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
876
|
-
"integrity": "sha512-
|
|
841
|
+
"version": "1.13.2",
|
|
842
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
843
|
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
877
844
|
"license": "MIT",
|
|
878
845
|
"dependencies": {
|
|
879
846
|
"follow-redirects": "^1.15.6",
|
|
@@ -902,9 +869,9 @@
|
|
|
902
869
|
"license": "MIT"
|
|
903
870
|
},
|
|
904
871
|
"node_modules/bare-events": {
|
|
905
|
-
"version": "2.8.
|
|
906
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.
|
|
907
|
-
"integrity": "sha512-
|
|
872
|
+
"version": "2.8.2",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
874
|
+
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
908
875
|
"license": "Apache-2.0",
|
|
909
876
|
"peerDependencies": {
|
|
910
877
|
"bare-abort-controller": "*"
|
|
@@ -1245,13 +1212,13 @@
|
|
|
1245
1212
|
}
|
|
1246
1213
|
},
|
|
1247
1214
|
"node_modules/color": {
|
|
1248
|
-
"version": "5.0.
|
|
1249
|
-
"resolved": "https://registry.npmjs.org/color/-/color-5.0.
|
|
1250
|
-
"integrity": "sha512-
|
|
1215
|
+
"version": "5.0.3",
|
|
1216
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
|
|
1217
|
+
"integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
|
|
1251
1218
|
"license": "MIT",
|
|
1252
1219
|
"dependencies": {
|
|
1253
|
-
"color-convert": "^3.
|
|
1254
|
-
"color-string": "^2.
|
|
1220
|
+
"color-convert": "^3.1.3",
|
|
1221
|
+
"color-string": "^2.1.3"
|
|
1255
1222
|
},
|
|
1256
1223
|
"engines": {
|
|
1257
1224
|
"node": ">=18"
|
|
@@ -1276,9 +1243,9 @@
|
|
|
1276
1243
|
"license": "MIT"
|
|
1277
1244
|
},
|
|
1278
1245
|
"node_modules/color-string": {
|
|
1279
|
-
"version": "2.1.
|
|
1280
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.
|
|
1281
|
-
"integrity": "sha512-
|
|
1246
|
+
"version": "2.1.4",
|
|
1247
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
|
|
1248
|
+
"integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
|
|
1282
1249
|
"license": "MIT",
|
|
1283
1250
|
"dependencies": {
|
|
1284
1251
|
"color-name": "^2.0.0"
|
|
@@ -1288,18 +1255,18 @@
|
|
|
1288
1255
|
}
|
|
1289
1256
|
},
|
|
1290
1257
|
"node_modules/color-string/node_modules/color-name": {
|
|
1291
|
-
"version": "2.0
|
|
1292
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1293
|
-
"integrity": "sha512-
|
|
1258
|
+
"version": "2.1.0",
|
|
1259
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1260
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1294
1261
|
"license": "MIT",
|
|
1295
1262
|
"engines": {
|
|
1296
1263
|
"node": ">=12.20"
|
|
1297
1264
|
}
|
|
1298
1265
|
},
|
|
1299
1266
|
"node_modules/color/node_modules/color-convert": {
|
|
1300
|
-
"version": "3.1.
|
|
1301
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.
|
|
1302
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "3.1.3",
|
|
1268
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
|
|
1269
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
1303
1270
|
"license": "MIT",
|
|
1304
1271
|
"dependencies": {
|
|
1305
1272
|
"color-name": "^2.0.0"
|
|
@@ -1309,9 +1276,9 @@
|
|
|
1309
1276
|
}
|
|
1310
1277
|
},
|
|
1311
1278
|
"node_modules/color/node_modules/color-name": {
|
|
1312
|
-
"version": "2.0
|
|
1313
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1314
|
-
"integrity": "sha512-
|
|
1279
|
+
"version": "2.1.0",
|
|
1280
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1281
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1315
1282
|
"license": "MIT",
|
|
1316
1283
|
"engines": {
|
|
1317
1284
|
"node": ">=12.20"
|
|
@@ -2326,9 +2293,9 @@
|
|
|
2326
2293
|
}
|
|
2327
2294
|
},
|
|
2328
2295
|
"node_modules/io.appium.settings": {
|
|
2329
|
-
"version": "7.0.
|
|
2330
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2331
|
-
"integrity": "sha512-
|
|
2296
|
+
"version": "7.0.3",
|
|
2297
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.3.tgz",
|
|
2298
|
+
"integrity": "sha512-0zHXfjGnYnSe2t9dkO3DQ7ipegiak9AhQoCVVwfT0eMrUg+T2dIEWmv4Lubb10Th+GcwJjX61xETE/8GfwW+6A==",
|
|
2332
2299
|
"license": "Apache-2.0",
|
|
2333
2300
|
"dependencies": {
|
|
2334
2301
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3132,9 +3099,9 @@
|
|
|
3132
3099
|
"license": "MIT"
|
|
3133
3100
|
},
|
|
3134
3101
|
"node_modules/path-scurry": {
|
|
3135
|
-
"version": "2.0.
|
|
3136
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
3137
|
-
"integrity": "sha512-
|
|
3102
|
+
"version": "2.0.1",
|
|
3103
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
|
|
3104
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
3138
3105
|
"license": "BlueOak-1.0.0",
|
|
3139
3106
|
"dependencies": {
|
|
3140
3107
|
"lru-cache": "^11.0.0",
|
|
@@ -3616,16 +3583,16 @@
|
|
|
3616
3583
|
"license": "ISC"
|
|
3617
3584
|
},
|
|
3618
3585
|
"node_modules/sharp": {
|
|
3619
|
-
"version": "0.34.
|
|
3620
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.
|
|
3621
|
-
"integrity": "sha512-
|
|
3586
|
+
"version": "0.34.5",
|
|
3587
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3588
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3622
3589
|
"devOptional": true,
|
|
3623
3590
|
"hasInstallScript": true,
|
|
3624
3591
|
"license": "Apache-2.0",
|
|
3625
3592
|
"dependencies": {
|
|
3626
3593
|
"@img/colour": "^1.0.0",
|
|
3627
|
-
"detect-libc": "^2.1.
|
|
3628
|
-
"semver": "^7.7.
|
|
3594
|
+
"detect-libc": "^2.1.2",
|
|
3595
|
+
"semver": "^7.7.3"
|
|
3629
3596
|
},
|
|
3630
3597
|
"engines": {
|
|
3631
3598
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
@@ -3634,28 +3601,30 @@
|
|
|
3634
3601
|
"url": "https://opencollective.com/libvips"
|
|
3635
3602
|
},
|
|
3636
3603
|
"optionalDependencies": {
|
|
3637
|
-
"@img/sharp-darwin-arm64": "0.34.
|
|
3638
|
-
"@img/sharp-darwin-x64": "0.34.
|
|
3639
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.
|
|
3640
|
-
"@img/sharp-libvips-darwin-x64": "1.2.
|
|
3641
|
-
"@img/sharp-libvips-linux-arm": "1.2.
|
|
3642
|
-
"@img/sharp-libvips-linux-arm64": "1.2.
|
|
3643
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.
|
|
3644
|
-
"@img/sharp-libvips-linux-
|
|
3645
|
-
"@img/sharp-libvips-linux-
|
|
3646
|
-
"@img/sharp-libvips-
|
|
3647
|
-
"@img/sharp-libvips-linuxmusl-
|
|
3648
|
-
"@img/sharp-
|
|
3649
|
-
"@img/sharp-linux-
|
|
3650
|
-
"@img/sharp-linux-
|
|
3651
|
-
"@img/sharp-linux-
|
|
3652
|
-
"@img/sharp-linux-
|
|
3653
|
-
"@img/sharp-
|
|
3654
|
-
"@img/sharp-
|
|
3655
|
-
"@img/sharp-
|
|
3656
|
-
"@img/sharp-
|
|
3657
|
-
"@img/sharp-
|
|
3658
|
-
"@img/sharp-win32-
|
|
3604
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
3605
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
3606
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
3607
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
3608
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
3609
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
3610
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
3611
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
3612
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
3613
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
3614
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
3615
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
3616
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
3617
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
3618
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
3619
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
3620
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
3621
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
3622
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
3623
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
3624
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
3625
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
3626
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
3627
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
3659
3628
|
}
|
|
3660
3629
|
},
|
|
3661
3630
|
"node_modules/shebang-command": {
|
|
@@ -4071,9 +4040,9 @@
|
|
|
4071
4040
|
}
|
|
4072
4041
|
},
|
|
4073
4042
|
"node_modules/teen_process": {
|
|
4074
|
-
"version": "3.0.
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4076
|
-
"integrity": "sha512-
|
|
4043
|
+
"version": "3.0.3",
|
|
4044
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.3.tgz",
|
|
4045
|
+
"integrity": "sha512-pYAojbLkaqXHpgze5AEdchW71OKownDPpqYpLTQsU/pUGMv3zr4yo2mSv/NnRAkRmsrNF2BP9byh2MVk9Y5H9A==",
|
|
4077
4046
|
"license": "Apache-2.0",
|
|
4078
4047
|
"dependencies": {
|
|
4079
4048
|
"bluebird": "^3.7.2",
|
|
@@ -4135,9 +4104,9 @@
|
|
|
4135
4104
|
}
|
|
4136
4105
|
},
|
|
4137
4106
|
"node_modules/type-fest": {
|
|
4138
|
-
"version": "5.0
|
|
4139
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.
|
|
4140
|
-
"integrity": "sha512-
|
|
4107
|
+
"version": "5.2.0",
|
|
4108
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
|
|
4109
|
+
"integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
|
|
4141
4110
|
"license": "(MIT OR CC0-1.0)",
|
|
4142
4111
|
"dependencies": {
|
|
4143
4112
|
"tagged-tag": "^1.0.0"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "6.1.
|
|
10
|
+
"version": "6.1.2",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
94
94
|
"mocha": "^11.0.1",
|
|
95
95
|
"prettier": "^3.0.3",
|
|
96
|
-
"semantic-release": "^25.0.
|
|
96
|
+
"semantic-release": "^25.0.2",
|
|
97
97
|
"sharp": "^0.x",
|
|
98
98
|
"sinon": "^21.0.0",
|
|
99
99
|
"ts-node": "^10.9.1",
|