appium-uiautomator2-driver 4.1.5 → 4.2.0
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 +6 -0
- package/README.md +1 -0
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +188 -67
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.2.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.12.0",
|
|
13
13
|
"appium-android-driver": "^10.2.3",
|
|
14
|
-
"appium-uiautomator2-server": "^7.
|
|
14
|
+
"appium-uiautomator2-server": "^7.4.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
17
17
|
"bluebird": "^3.5.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"rimraf": "^5.0.0",
|
|
53
53
|
"semantic-release": "^24.0.0",
|
|
54
54
|
"sharp": "^0.x",
|
|
55
|
-
"sinon": "^
|
|
55
|
+
"sinon": "^20.0.0",
|
|
56
56
|
"ts-node": "^10.9.1",
|
|
57
57
|
"typescript": "^5.4.2",
|
|
58
58
|
"unzipper": "^0.x",
|
|
@@ -113,6 +113,18 @@
|
|
|
113
113
|
"proxy-from-env": "^1.1.0"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
+
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
117
|
+
"version": "4.37.0",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
119
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
120
|
+
"license": "(MIT OR CC0-1.0)",
|
|
121
|
+
"engines": {
|
|
122
|
+
"node": ">=16"
|
|
123
|
+
},
|
|
124
|
+
"funding": {
|
|
125
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
116
128
|
"node_modules/@appium/base-plugin": {
|
|
117
129
|
"version": "2.3.5",
|
|
118
130
|
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.5.tgz",
|
|
@@ -161,6 +173,31 @@
|
|
|
161
173
|
"npm": ">=8"
|
|
162
174
|
}
|
|
163
175
|
},
|
|
176
|
+
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
177
|
+
"version": "4.37.0",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
179
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
180
|
+
"license": "(MIT OR CC0-1.0)",
|
|
181
|
+
"engines": {
|
|
182
|
+
"node": ">=16"
|
|
183
|
+
},
|
|
184
|
+
"funding": {
|
|
185
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
189
|
+
"version": "5.8.2",
|
|
190
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
191
|
+
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
192
|
+
"license": "Apache-2.0",
|
|
193
|
+
"bin": {
|
|
194
|
+
"tsc": "bin/tsc",
|
|
195
|
+
"tsserver": "bin/tsserver"
|
|
196
|
+
},
|
|
197
|
+
"engines": {
|
|
198
|
+
"node": ">=14.17"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
164
201
|
"node_modules/@appium/logger": {
|
|
165
202
|
"version": "1.6.1",
|
|
166
203
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -242,6 +279,44 @@
|
|
|
242
279
|
"sharp": "0.33.5"
|
|
243
280
|
}
|
|
244
281
|
},
|
|
282
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
283
|
+
"version": "1.0.4",
|
|
284
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
|
|
285
|
+
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
|
|
286
|
+
"cpu": [
|
|
287
|
+
"x64"
|
|
288
|
+
],
|
|
289
|
+
"license": "LGPL-3.0-or-later",
|
|
290
|
+
"optional": true,
|
|
291
|
+
"os": [
|
|
292
|
+
"linux"
|
|
293
|
+
],
|
|
294
|
+
"funding": {
|
|
295
|
+
"url": "https://opencollective.com/libvips"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
299
|
+
"version": "0.33.5",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
|
|
301
|
+
"integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
|
|
302
|
+
"cpu": [
|
|
303
|
+
"x64"
|
|
304
|
+
],
|
|
305
|
+
"license": "Apache-2.0",
|
|
306
|
+
"optional": true,
|
|
307
|
+
"os": [
|
|
308
|
+
"linux"
|
|
309
|
+
],
|
|
310
|
+
"engines": {
|
|
311
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
312
|
+
},
|
|
313
|
+
"funding": {
|
|
314
|
+
"url": "https://opencollective.com/libvips"
|
|
315
|
+
},
|
|
316
|
+
"optionalDependencies": {
|
|
317
|
+
"@img/sharp-libvips-linux-x64": "1.0.4"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
245
320
|
"node_modules/@appium/support/node_modules/axios": {
|
|
246
321
|
"version": "1.8.3",
|
|
247
322
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
|
|
@@ -253,6 +328,58 @@
|
|
|
253
328
|
"proxy-from-env": "^1.1.0"
|
|
254
329
|
}
|
|
255
330
|
},
|
|
331
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
332
|
+
"version": "0.33.5",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
|
|
334
|
+
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
|
|
335
|
+
"hasInstallScript": true,
|
|
336
|
+
"license": "Apache-2.0",
|
|
337
|
+
"optional": true,
|
|
338
|
+
"dependencies": {
|
|
339
|
+
"color": "^4.2.3",
|
|
340
|
+
"detect-libc": "^2.0.3",
|
|
341
|
+
"semver": "^7.6.3"
|
|
342
|
+
},
|
|
343
|
+
"engines": {
|
|
344
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
345
|
+
},
|
|
346
|
+
"funding": {
|
|
347
|
+
"url": "https://opencollective.com/libvips"
|
|
348
|
+
},
|
|
349
|
+
"optionalDependencies": {
|
|
350
|
+
"@img/sharp-darwin-arm64": "0.33.5",
|
|
351
|
+
"@img/sharp-darwin-x64": "0.33.5",
|
|
352
|
+
"@img/sharp-libvips-darwin-arm64": "1.0.4",
|
|
353
|
+
"@img/sharp-libvips-darwin-x64": "1.0.4",
|
|
354
|
+
"@img/sharp-libvips-linux-arm": "1.0.5",
|
|
355
|
+
"@img/sharp-libvips-linux-arm64": "1.0.4",
|
|
356
|
+
"@img/sharp-libvips-linux-s390x": "1.0.4",
|
|
357
|
+
"@img/sharp-libvips-linux-x64": "1.0.4",
|
|
358
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
|
|
359
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
|
|
360
|
+
"@img/sharp-linux-arm": "0.33.5",
|
|
361
|
+
"@img/sharp-linux-arm64": "0.33.5",
|
|
362
|
+
"@img/sharp-linux-s390x": "0.33.5",
|
|
363
|
+
"@img/sharp-linux-x64": "0.33.5",
|
|
364
|
+
"@img/sharp-linuxmusl-arm64": "0.33.5",
|
|
365
|
+
"@img/sharp-linuxmusl-x64": "0.33.5",
|
|
366
|
+
"@img/sharp-wasm32": "0.33.5",
|
|
367
|
+
"@img/sharp-win32-ia32": "0.33.5",
|
|
368
|
+
"@img/sharp-win32-x64": "0.33.5"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"node_modules/@appium/support/node_modules/type-fest": {
|
|
372
|
+
"version": "4.37.0",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
374
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
375
|
+
"license": "(MIT OR CC0-1.0)",
|
|
376
|
+
"engines": {
|
|
377
|
+
"node": ">=16"
|
|
378
|
+
},
|
|
379
|
+
"funding": {
|
|
380
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
256
383
|
"node_modules/@appium/tsconfig": {
|
|
257
384
|
"version": "0.3.5",
|
|
258
385
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.5.tgz",
|
|
@@ -282,6 +409,18 @@
|
|
|
282
409
|
"npm": ">=8"
|
|
283
410
|
}
|
|
284
411
|
},
|
|
412
|
+
"node_modules/@appium/types/node_modules/type-fest": {
|
|
413
|
+
"version": "4.37.0",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
415
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
416
|
+
"license": "(MIT OR CC0-1.0)",
|
|
417
|
+
"engines": {
|
|
418
|
+
"node": ">=16"
|
|
419
|
+
},
|
|
420
|
+
"funding": {
|
|
421
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
285
424
|
"node_modules/@babel/code-frame": {
|
|
286
425
|
"version": "7.26.2",
|
|
287
426
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -325,6 +464,16 @@
|
|
|
325
464
|
"kuler": "^2.0.0"
|
|
326
465
|
}
|
|
327
466
|
},
|
|
467
|
+
"node_modules/@emnapi/runtime": {
|
|
468
|
+
"version": "1.4.0",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.0.tgz",
|
|
470
|
+
"integrity": "sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==",
|
|
471
|
+
"extraneous": true,
|
|
472
|
+
"license": "MIT",
|
|
473
|
+
"dependencies": {
|
|
474
|
+
"tslib": "^2.4.0"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
328
477
|
"node_modules/@isaacs/cliui": {
|
|
329
478
|
"version": "8.0.2",
|
|
330
479
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -629,9 +778,9 @@
|
|
|
629
778
|
}
|
|
630
779
|
},
|
|
631
780
|
"node_modules/appium-android-driver": {
|
|
632
|
-
"version": "10.2.
|
|
633
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.
|
|
634
|
-
"integrity": "sha512-
|
|
781
|
+
"version": "10.2.4",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.4.tgz",
|
|
783
|
+
"integrity": "sha512-iWlEf5W1/ntNvhtiAVwzJi57WWpqbrFpcxZToQFQTl89DmuAiYxC3pPN1aWAjZeXiQJUlZVJXdgHZPiMAWuymw==",
|
|
635
784
|
"license": "Apache-2.0",
|
|
636
785
|
"dependencies": {
|
|
637
786
|
"@appium/support": "^6.0.0",
|
|
@@ -662,9 +811,9 @@
|
|
|
662
811
|
}
|
|
663
812
|
},
|
|
664
813
|
"node_modules/appium-chromedriver": {
|
|
665
|
-
"version": "7.0.
|
|
666
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.
|
|
667
|
-
"integrity": "sha512-
|
|
814
|
+
"version": "7.0.13",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.13.tgz",
|
|
816
|
+
"integrity": "sha512-iI6COnlzTHyHQ1awlqcgtj3Zygo2pbhIs1IDQdqWEPNBiGm1tiRMaS/L7c90RB0+eQmoQ8dbEaYC7qrNn8N/3g==",
|
|
668
817
|
"license": "Apache-2.0",
|
|
669
818
|
"dependencies": {
|
|
670
819
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -687,9 +836,9 @@
|
|
|
687
836
|
}
|
|
688
837
|
},
|
|
689
838
|
"node_modules/appium-uiautomator2-server": {
|
|
690
|
-
"version": "7.
|
|
691
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.
|
|
692
|
-
"integrity": "sha512-
|
|
839
|
+
"version": "7.4.0",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.4.0.tgz",
|
|
841
|
+
"integrity": "sha512-MJXImvD1Af3tgVyOwO8Xn/HIMoAwFfhqAREu2sAoGwlrTcFROI9I/xxvht42CR/eSEYh/mY7Yv6IIIpQW0/1Jg==",
|
|
693
842
|
"license": "Apache-2.0",
|
|
694
843
|
"engines": {
|
|
695
844
|
"node": ">=14",
|
|
@@ -707,6 +856,18 @@
|
|
|
707
856
|
"proxy-from-env": "^1.1.0"
|
|
708
857
|
}
|
|
709
858
|
},
|
|
859
|
+
"node_modules/appium/node_modules/type-fest": {
|
|
860
|
+
"version": "4.37.0",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
862
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
863
|
+
"license": "(MIT OR CC0-1.0)",
|
|
864
|
+
"engines": {
|
|
865
|
+
"node": ">=16"
|
|
866
|
+
},
|
|
867
|
+
"funding": {
|
|
868
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
710
871
|
"node_modules/archiver": {
|
|
711
872
|
"version": "7.0.1",
|
|
712
873
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1174,8 +1335,8 @@
|
|
|
1174
1335
|
"version": "4.2.3",
|
|
1175
1336
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
1176
1337
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
1177
|
-
"devOptional": true,
|
|
1178
1338
|
"license": "MIT",
|
|
1339
|
+
"optional": true,
|
|
1179
1340
|
"dependencies": {
|
|
1180
1341
|
"color-convert": "^2.0.1",
|
|
1181
1342
|
"color-string": "^1.9.0"
|
|
@@ -1497,8 +1658,8 @@
|
|
|
1497
1658
|
"version": "2.0.3",
|
|
1498
1659
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
1499
1660
|
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
1500
|
-
"devOptional": true,
|
|
1501
1661
|
"license": "Apache-2.0",
|
|
1662
|
+
"optional": true,
|
|
1502
1663
|
"engines": {
|
|
1503
1664
|
"node": ">=8"
|
|
1504
1665
|
}
|
|
@@ -2280,9 +2441,9 @@
|
|
|
2280
2441
|
}
|
|
2281
2442
|
},
|
|
2282
2443
|
"node_modules/io.appium.settings": {
|
|
2283
|
-
"version": "5.14.
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.
|
|
2285
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "5.14.5",
|
|
2445
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.5.tgz",
|
|
2446
|
+
"integrity": "sha512-EBhnt3UBAV5dVSmSXPkuwqZXQmzCIcTDMgbKQct3M/fmmnntAlPv3JGMfJkQTSIxOHQYJGgtYitOx+cVhUgqsw==",
|
|
2286
2447
|
"license": "Apache-2.0",
|
|
2287
2448
|
"dependencies": {
|
|
2288
2449
|
"@appium/logger": "^1.3.0",
|
|
@@ -2798,9 +2959,9 @@
|
|
|
2798
2959
|
}
|
|
2799
2960
|
},
|
|
2800
2961
|
"node_modules/moment-timezone": {
|
|
2801
|
-
"version": "0.5.
|
|
2802
|
-
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.
|
|
2803
|
-
"integrity": "sha512-
|
|
2962
|
+
"version": "0.5.48",
|
|
2963
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz",
|
|
2964
|
+
"integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
|
|
2804
2965
|
"license": "MIT",
|
|
2805
2966
|
"dependencies": {
|
|
2806
2967
|
"moment": "^2.29.4"
|
|
@@ -3692,46 +3853,6 @@
|
|
|
3692
3853
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3693
3854
|
"license": "ISC"
|
|
3694
3855
|
},
|
|
3695
|
-
"node_modules/sharp": {
|
|
3696
|
-
"version": "0.33.5",
|
|
3697
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
|
|
3698
|
-
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
|
|
3699
|
-
"devOptional": true,
|
|
3700
|
-
"hasInstallScript": true,
|
|
3701
|
-
"license": "Apache-2.0",
|
|
3702
|
-
"dependencies": {
|
|
3703
|
-
"color": "^4.2.3",
|
|
3704
|
-
"detect-libc": "^2.0.3",
|
|
3705
|
-
"semver": "^7.6.3"
|
|
3706
|
-
},
|
|
3707
|
-
"engines": {
|
|
3708
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3709
|
-
},
|
|
3710
|
-
"funding": {
|
|
3711
|
-
"url": "https://opencollective.com/libvips"
|
|
3712
|
-
},
|
|
3713
|
-
"optionalDependencies": {
|
|
3714
|
-
"@img/sharp-darwin-arm64": "0.33.5",
|
|
3715
|
-
"@img/sharp-darwin-x64": "0.33.5",
|
|
3716
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.4",
|
|
3717
|
-
"@img/sharp-libvips-darwin-x64": "1.0.4",
|
|
3718
|
-
"@img/sharp-libvips-linux-arm": "1.0.5",
|
|
3719
|
-
"@img/sharp-libvips-linux-arm64": "1.0.4",
|
|
3720
|
-
"@img/sharp-libvips-linux-s390x": "1.0.4",
|
|
3721
|
-
"@img/sharp-libvips-linux-x64": "1.0.4",
|
|
3722
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
|
|
3723
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
|
|
3724
|
-
"@img/sharp-linux-arm": "0.33.5",
|
|
3725
|
-
"@img/sharp-linux-arm64": "0.33.5",
|
|
3726
|
-
"@img/sharp-linux-s390x": "0.33.5",
|
|
3727
|
-
"@img/sharp-linux-x64": "0.33.5",
|
|
3728
|
-
"@img/sharp-linuxmusl-arm64": "0.33.5",
|
|
3729
|
-
"@img/sharp-linuxmusl-x64": "0.33.5",
|
|
3730
|
-
"@img/sharp-wasm32": "0.33.5",
|
|
3731
|
-
"@img/sharp-win32-ia32": "0.33.5",
|
|
3732
|
-
"@img/sharp-win32-x64": "0.33.5"
|
|
3733
|
-
}
|
|
3734
|
-
},
|
|
3735
3856
|
"node_modules/shebang-command": {
|
|
3736
3857
|
"version": "2.0.0",
|
|
3737
3858
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4220,9 +4341,9 @@
|
|
|
4220
4341
|
"license": "0BSD"
|
|
4221
4342
|
},
|
|
4222
4343
|
"node_modules/type-fest": {
|
|
4223
|
-
"version": "4.
|
|
4224
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4225
|
-
"integrity": "sha512-
|
|
4344
|
+
"version": "4.39.1",
|
|
4345
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz",
|
|
4346
|
+
"integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==",
|
|
4226
4347
|
"license": "(MIT OR CC0-1.0)",
|
|
4227
4348
|
"engines": {
|
|
4228
4349
|
"node": ">=16"
|
|
@@ -4245,9 +4366,9 @@
|
|
|
4245
4366
|
}
|
|
4246
4367
|
},
|
|
4247
4368
|
"node_modules/typescript": {
|
|
4248
|
-
"version": "5.8.
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.
|
|
4250
|
-
"integrity": "sha512-
|
|
4369
|
+
"version": "5.8.3",
|
|
4370
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
|
4371
|
+
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
|
4251
4372
|
"license": "Apache-2.0",
|
|
4252
4373
|
"bin": {
|
|
4253
4374
|
"tsc": "bin/tsc",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "4.
|
|
10
|
+
"version": "4.2.0",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^12.12.0",
|
|
60
60
|
"appium-android-driver": "^10.2.3",
|
|
61
|
-
"appium-uiautomator2-server": "^7.
|
|
61
|
+
"appium-uiautomator2-server": "^7.4.0",
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.6.5",
|
|
64
64
|
"bluebird": "^3.5.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"rimraf": "^5.0.0",
|
|
100
100
|
"semantic-release": "^24.0.0",
|
|
101
101
|
"sharp": "^0.x",
|
|
102
|
-
"sinon": "^
|
|
102
|
+
"sinon": "^20.0.0",
|
|
103
103
|
"ts-node": "^10.9.1",
|
|
104
104
|
"typescript": "^5.4.2",
|
|
105
105
|
"unzipper": "^0.x",
|