appium-xcuitest-driver 10.4.3 → 10.5.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/npm-shrinkwrap.json +496 -61
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.5.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.4.3...v10.5.0) (2025-11-11)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* Bump appium-remote-debugger for iOS 26.2 beta webview ([#2652](https://github.com/appium/appium-xcuitest-driver/issues/2652)) ([20c5591](https://github.com/appium/appium-xcuitest-driver/commit/20c55917cc35faf287e49fd2f6a321af4e7e2215))
|
|
6
|
+
|
|
1
7
|
## [10.4.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.4.2...v10.4.3) (2025-11-03)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.
|
|
9
|
+
"version": "10.5.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-idb": "^2.0.0",
|
|
15
15
|
"appium-ios-device": "^3.0.0",
|
|
16
16
|
"appium-ios-simulator": "^7.0.0",
|
|
17
|
-
"appium-remote-debugger": "^15.0
|
|
17
|
+
"appium-remote-debugger": "^15.2.0",
|
|
18
18
|
"appium-webdriveragent": "^10.2.1",
|
|
19
19
|
"appium-xcode": "^6.0.2",
|
|
20
20
|
"async-lock": "^1.4.0",
|
|
@@ -274,6 +274,424 @@
|
|
|
274
274
|
"sharp": "0.34.4"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
|
+
"node_modules/@appium/support/node_modules/@img/sharp-darwin-arm64": {
|
|
278
|
+
"version": "0.34.4",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
|
|
280
|
+
"integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
|
|
281
|
+
"cpu": [
|
|
282
|
+
"arm64"
|
|
283
|
+
],
|
|
284
|
+
"license": "Apache-2.0",
|
|
285
|
+
"optional": true,
|
|
286
|
+
"os": [
|
|
287
|
+
"darwin"
|
|
288
|
+
],
|
|
289
|
+
"engines": {
|
|
290
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
291
|
+
},
|
|
292
|
+
"funding": {
|
|
293
|
+
"url": "https://opencollective.com/libvips"
|
|
294
|
+
},
|
|
295
|
+
"optionalDependencies": {
|
|
296
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.3"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"node_modules/@appium/support/node_modules/@img/sharp-darwin-x64": {
|
|
300
|
+
"version": "0.34.4",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
|
|
302
|
+
"integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
|
|
303
|
+
"cpu": [
|
|
304
|
+
"x64"
|
|
305
|
+
],
|
|
306
|
+
"license": "Apache-2.0",
|
|
307
|
+
"optional": true,
|
|
308
|
+
"os": [
|
|
309
|
+
"darwin"
|
|
310
|
+
],
|
|
311
|
+
"engines": {
|
|
312
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
313
|
+
},
|
|
314
|
+
"funding": {
|
|
315
|
+
"url": "https://opencollective.com/libvips"
|
|
316
|
+
},
|
|
317
|
+
"optionalDependencies": {
|
|
318
|
+
"@img/sharp-libvips-darwin-x64": "1.2.3"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
322
|
+
"version": "1.2.3",
|
|
323
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
|
|
324
|
+
"integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
|
|
325
|
+
"cpu": [
|
|
326
|
+
"arm64"
|
|
327
|
+
],
|
|
328
|
+
"license": "LGPL-3.0-or-later",
|
|
329
|
+
"optional": true,
|
|
330
|
+
"os": [
|
|
331
|
+
"darwin"
|
|
332
|
+
],
|
|
333
|
+
"funding": {
|
|
334
|
+
"url": "https://opencollective.com/libvips"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-x64": {
|
|
338
|
+
"version": "1.2.3",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
|
|
340
|
+
"integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
|
|
341
|
+
"cpu": [
|
|
342
|
+
"x64"
|
|
343
|
+
],
|
|
344
|
+
"license": "LGPL-3.0-or-later",
|
|
345
|
+
"optional": true,
|
|
346
|
+
"os": [
|
|
347
|
+
"darwin"
|
|
348
|
+
],
|
|
349
|
+
"funding": {
|
|
350
|
+
"url": "https://opencollective.com/libvips"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm": {
|
|
354
|
+
"version": "1.2.3",
|
|
355
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
|
|
356
|
+
"integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
|
|
357
|
+
"cpu": [
|
|
358
|
+
"arm"
|
|
359
|
+
],
|
|
360
|
+
"license": "LGPL-3.0-or-later",
|
|
361
|
+
"optional": true,
|
|
362
|
+
"os": [
|
|
363
|
+
"linux"
|
|
364
|
+
],
|
|
365
|
+
"funding": {
|
|
366
|
+
"url": "https://opencollective.com/libvips"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
370
|
+
"version": "1.2.3",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
|
|
372
|
+
"integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
|
|
373
|
+
"cpu": [
|
|
374
|
+
"arm64"
|
|
375
|
+
],
|
|
376
|
+
"license": "LGPL-3.0-or-later",
|
|
377
|
+
"optional": true,
|
|
378
|
+
"os": [
|
|
379
|
+
"linux"
|
|
380
|
+
],
|
|
381
|
+
"funding": {
|
|
382
|
+
"url": "https://opencollective.com/libvips"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
386
|
+
"version": "1.2.3",
|
|
387
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
|
|
388
|
+
"integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
|
|
389
|
+
"cpu": [
|
|
390
|
+
"ppc64"
|
|
391
|
+
],
|
|
392
|
+
"license": "LGPL-3.0-or-later",
|
|
393
|
+
"optional": true,
|
|
394
|
+
"os": [
|
|
395
|
+
"linux"
|
|
396
|
+
],
|
|
397
|
+
"funding": {
|
|
398
|
+
"url": "https://opencollective.com/libvips"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-s390x": {
|
|
402
|
+
"version": "1.2.3",
|
|
403
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
|
|
404
|
+
"integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
|
|
405
|
+
"cpu": [
|
|
406
|
+
"s390x"
|
|
407
|
+
],
|
|
408
|
+
"license": "LGPL-3.0-or-later",
|
|
409
|
+
"optional": true,
|
|
410
|
+
"os": [
|
|
411
|
+
"linux"
|
|
412
|
+
],
|
|
413
|
+
"funding": {
|
|
414
|
+
"url": "https://opencollective.com/libvips"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
418
|
+
"version": "1.2.3",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
|
|
420
|
+
"integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
|
|
421
|
+
"cpu": [
|
|
422
|
+
"x64"
|
|
423
|
+
],
|
|
424
|
+
"license": "LGPL-3.0-or-later",
|
|
425
|
+
"optional": true,
|
|
426
|
+
"os": [
|
|
427
|
+
"linux"
|
|
428
|
+
],
|
|
429
|
+
"funding": {
|
|
430
|
+
"url": "https://opencollective.com/libvips"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
434
|
+
"version": "1.2.3",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
|
|
436
|
+
"integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
|
|
437
|
+
"cpu": [
|
|
438
|
+
"arm64"
|
|
439
|
+
],
|
|
440
|
+
"license": "LGPL-3.0-or-later",
|
|
441
|
+
"optional": true,
|
|
442
|
+
"os": [
|
|
443
|
+
"linux"
|
|
444
|
+
],
|
|
445
|
+
"funding": {
|
|
446
|
+
"url": "https://opencollective.com/libvips"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
450
|
+
"version": "1.2.3",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
|
|
452
|
+
"integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
|
|
453
|
+
"cpu": [
|
|
454
|
+
"x64"
|
|
455
|
+
],
|
|
456
|
+
"license": "LGPL-3.0-or-later",
|
|
457
|
+
"optional": true,
|
|
458
|
+
"os": [
|
|
459
|
+
"linux"
|
|
460
|
+
],
|
|
461
|
+
"funding": {
|
|
462
|
+
"url": "https://opencollective.com/libvips"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm": {
|
|
466
|
+
"version": "0.34.4",
|
|
467
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
|
|
468
|
+
"integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
|
|
469
|
+
"cpu": [
|
|
470
|
+
"arm"
|
|
471
|
+
],
|
|
472
|
+
"license": "Apache-2.0",
|
|
473
|
+
"optional": true,
|
|
474
|
+
"os": [
|
|
475
|
+
"linux"
|
|
476
|
+
],
|
|
477
|
+
"engines": {
|
|
478
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
479
|
+
},
|
|
480
|
+
"funding": {
|
|
481
|
+
"url": "https://opencollective.com/libvips"
|
|
482
|
+
},
|
|
483
|
+
"optionalDependencies": {
|
|
484
|
+
"@img/sharp-libvips-linux-arm": "1.2.3"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm64": {
|
|
488
|
+
"version": "0.34.4",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
|
|
490
|
+
"integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
|
|
491
|
+
"cpu": [
|
|
492
|
+
"arm64"
|
|
493
|
+
],
|
|
494
|
+
"license": "Apache-2.0",
|
|
495
|
+
"optional": true,
|
|
496
|
+
"os": [
|
|
497
|
+
"linux"
|
|
498
|
+
],
|
|
499
|
+
"engines": {
|
|
500
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
501
|
+
},
|
|
502
|
+
"funding": {
|
|
503
|
+
"url": "https://opencollective.com/libvips"
|
|
504
|
+
},
|
|
505
|
+
"optionalDependencies": {
|
|
506
|
+
"@img/sharp-libvips-linux-arm64": "1.2.3"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-ppc64": {
|
|
510
|
+
"version": "0.34.4",
|
|
511
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
|
|
512
|
+
"integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
|
|
513
|
+
"cpu": [
|
|
514
|
+
"ppc64"
|
|
515
|
+
],
|
|
516
|
+
"license": "Apache-2.0",
|
|
517
|
+
"optional": true,
|
|
518
|
+
"os": [
|
|
519
|
+
"linux"
|
|
520
|
+
],
|
|
521
|
+
"engines": {
|
|
522
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
523
|
+
},
|
|
524
|
+
"funding": {
|
|
525
|
+
"url": "https://opencollective.com/libvips"
|
|
526
|
+
},
|
|
527
|
+
"optionalDependencies": {
|
|
528
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.3"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-s390x": {
|
|
532
|
+
"version": "0.34.4",
|
|
533
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
|
|
534
|
+
"integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
|
|
535
|
+
"cpu": [
|
|
536
|
+
"s390x"
|
|
537
|
+
],
|
|
538
|
+
"license": "Apache-2.0",
|
|
539
|
+
"optional": true,
|
|
540
|
+
"os": [
|
|
541
|
+
"linux"
|
|
542
|
+
],
|
|
543
|
+
"engines": {
|
|
544
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
545
|
+
},
|
|
546
|
+
"funding": {
|
|
547
|
+
"url": "https://opencollective.com/libvips"
|
|
548
|
+
},
|
|
549
|
+
"optionalDependencies": {
|
|
550
|
+
"@img/sharp-libvips-linux-s390x": "1.2.3"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
554
|
+
"version": "0.34.4",
|
|
555
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
|
|
556
|
+
"integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
|
|
557
|
+
"cpu": [
|
|
558
|
+
"x64"
|
|
559
|
+
],
|
|
560
|
+
"license": "Apache-2.0",
|
|
561
|
+
"optional": true,
|
|
562
|
+
"os": [
|
|
563
|
+
"linux"
|
|
564
|
+
],
|
|
565
|
+
"engines": {
|
|
566
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
567
|
+
},
|
|
568
|
+
"funding": {
|
|
569
|
+
"url": "https://opencollective.com/libvips"
|
|
570
|
+
},
|
|
571
|
+
"optionalDependencies": {
|
|
572
|
+
"@img/sharp-libvips-linux-x64": "1.2.3"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-arm64": {
|
|
576
|
+
"version": "0.34.4",
|
|
577
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
|
|
578
|
+
"integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
|
|
579
|
+
"cpu": [
|
|
580
|
+
"arm64"
|
|
581
|
+
],
|
|
582
|
+
"license": "Apache-2.0",
|
|
583
|
+
"optional": true,
|
|
584
|
+
"os": [
|
|
585
|
+
"linux"
|
|
586
|
+
],
|
|
587
|
+
"engines": {
|
|
588
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
589
|
+
},
|
|
590
|
+
"funding": {
|
|
591
|
+
"url": "https://opencollective.com/libvips"
|
|
592
|
+
},
|
|
593
|
+
"optionalDependencies": {
|
|
594
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
598
|
+
"version": "0.34.4",
|
|
599
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
|
|
600
|
+
"integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
|
|
601
|
+
"cpu": [
|
|
602
|
+
"x64"
|
|
603
|
+
],
|
|
604
|
+
"license": "Apache-2.0",
|
|
605
|
+
"optional": true,
|
|
606
|
+
"os": [
|
|
607
|
+
"linux"
|
|
608
|
+
],
|
|
609
|
+
"engines": {
|
|
610
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
611
|
+
},
|
|
612
|
+
"funding": {
|
|
613
|
+
"url": "https://opencollective.com/libvips"
|
|
614
|
+
},
|
|
615
|
+
"optionalDependencies": {
|
|
616
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.3"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"node_modules/@appium/support/node_modules/@img/sharp-wasm32": {
|
|
620
|
+
"version": "0.34.4",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
|
|
622
|
+
"integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
|
|
623
|
+
"cpu": [
|
|
624
|
+
"wasm32"
|
|
625
|
+
],
|
|
626
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
627
|
+
"optional": true,
|
|
628
|
+
"dependencies": {
|
|
629
|
+
"@emnapi/runtime": "^1.5.0"
|
|
630
|
+
},
|
|
631
|
+
"engines": {
|
|
632
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
633
|
+
},
|
|
634
|
+
"funding": {
|
|
635
|
+
"url": "https://opencollective.com/libvips"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-arm64": {
|
|
639
|
+
"version": "0.34.4",
|
|
640
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
|
|
641
|
+
"integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
|
|
642
|
+
"cpu": [
|
|
643
|
+
"arm64"
|
|
644
|
+
],
|
|
645
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
646
|
+
"optional": true,
|
|
647
|
+
"os": [
|
|
648
|
+
"win32"
|
|
649
|
+
],
|
|
650
|
+
"engines": {
|
|
651
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
652
|
+
},
|
|
653
|
+
"funding": {
|
|
654
|
+
"url": "https://opencollective.com/libvips"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-ia32": {
|
|
658
|
+
"version": "0.34.4",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
|
|
660
|
+
"integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
|
|
661
|
+
"cpu": [
|
|
662
|
+
"ia32"
|
|
663
|
+
],
|
|
664
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
665
|
+
"optional": true,
|
|
666
|
+
"os": [
|
|
667
|
+
"win32"
|
|
668
|
+
],
|
|
669
|
+
"engines": {
|
|
670
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
671
|
+
},
|
|
672
|
+
"funding": {
|
|
673
|
+
"url": "https://opencollective.com/libvips"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-x64": {
|
|
677
|
+
"version": "0.34.4",
|
|
678
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
|
|
679
|
+
"integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
|
|
680
|
+
"cpu": [
|
|
681
|
+
"x64"
|
|
682
|
+
],
|
|
683
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
684
|
+
"optional": true,
|
|
685
|
+
"os": [
|
|
686
|
+
"win32"
|
|
687
|
+
],
|
|
688
|
+
"engines": {
|
|
689
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
690
|
+
},
|
|
691
|
+
"funding": {
|
|
692
|
+
"url": "https://opencollective.com/libvips"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
277
695
|
"node_modules/@appium/support/node_modules/axios": {
|
|
278
696
|
"version": "1.12.2",
|
|
279
697
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
@@ -285,6 +703,49 @@
|
|
|
285
703
|
"proxy-from-env": "^1.1.0"
|
|
286
704
|
}
|
|
287
705
|
},
|
|
706
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
707
|
+
"version": "0.34.4",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
709
|
+
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
710
|
+
"hasInstallScript": true,
|
|
711
|
+
"license": "Apache-2.0",
|
|
712
|
+
"optional": true,
|
|
713
|
+
"dependencies": {
|
|
714
|
+
"@img/colour": "^1.0.0",
|
|
715
|
+
"detect-libc": "^2.1.0",
|
|
716
|
+
"semver": "^7.7.2"
|
|
717
|
+
},
|
|
718
|
+
"engines": {
|
|
719
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
720
|
+
},
|
|
721
|
+
"funding": {
|
|
722
|
+
"url": "https://opencollective.com/libvips"
|
|
723
|
+
},
|
|
724
|
+
"optionalDependencies": {
|
|
725
|
+
"@img/sharp-darwin-arm64": "0.34.4",
|
|
726
|
+
"@img/sharp-darwin-x64": "0.34.4",
|
|
727
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
728
|
+
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
729
|
+
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
730
|
+
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
731
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
732
|
+
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
733
|
+
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
734
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
735
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
736
|
+
"@img/sharp-linux-arm": "0.34.4",
|
|
737
|
+
"@img/sharp-linux-arm64": "0.34.4",
|
|
738
|
+
"@img/sharp-linux-ppc64": "0.34.4",
|
|
739
|
+
"@img/sharp-linux-s390x": "0.34.4",
|
|
740
|
+
"@img/sharp-linux-x64": "0.34.4",
|
|
741
|
+
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
742
|
+
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
743
|
+
"@img/sharp-wasm32": "0.34.4",
|
|
744
|
+
"@img/sharp-win32-arm64": "0.34.4",
|
|
745
|
+
"@img/sharp-win32-ia32": "0.34.4",
|
|
746
|
+
"@img/sharp-win32-x64": "0.34.4"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
288
749
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
289
750
|
"version": "3.0.1",
|
|
290
751
|
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
@@ -373,6 +834,16 @@
|
|
|
373
834
|
"kuler": "^2.0.0"
|
|
374
835
|
}
|
|
375
836
|
},
|
|
837
|
+
"node_modules/@emnapi/runtime": {
|
|
838
|
+
"version": "1.7.0",
|
|
839
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
840
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
841
|
+
"license": "MIT",
|
|
842
|
+
"optional": true,
|
|
843
|
+
"dependencies": {
|
|
844
|
+
"tslib": "^2.4.0"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
376
847
|
"node_modules/@img/colour": {
|
|
377
848
|
"version": "1.0.0",
|
|
378
849
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
@@ -666,9 +1137,9 @@
|
|
|
666
1137
|
}
|
|
667
1138
|
},
|
|
668
1139
|
"node_modules/appium-ios-remotexpc": {
|
|
669
|
-
"version": "0.
|
|
670
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
671
|
-
"integrity": "sha512-
|
|
1140
|
+
"version": "0.13.0",
|
|
1141
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.13.0.tgz",
|
|
1142
|
+
"integrity": "sha512-q7Y0WvrPCfe/U/UsjLGuD1UWYTKyi33t1MdABzEhF/sH+62iiIF+SS1+EfCfH1qBP5vMPff6Amaavr1L5VSdFw==",
|
|
672
1143
|
"license": "Apache-2.0",
|
|
673
1144
|
"optional": true,
|
|
674
1145
|
"dependencies": {
|
|
@@ -726,9 +1197,9 @@
|
|
|
726
1197
|
}
|
|
727
1198
|
},
|
|
728
1199
|
"node_modules/appium-remote-debugger": {
|
|
729
|
-
"version": "15.
|
|
730
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.
|
|
731
|
-
"integrity": "sha512-
|
|
1200
|
+
"version": "15.2.0",
|
|
1201
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.0.tgz",
|
|
1202
|
+
"integrity": "sha512-hgFV+lPLgIcnn0oGatCJPN3aQN9qOTbRYamZEb6JgnPT1eSquU/dyxyXlja2dC33Hjd1xC5hml+0NI9AkSRtfw==",
|
|
732
1203
|
"license": "Apache-2.0",
|
|
733
1204
|
"dependencies": {
|
|
734
1205
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -974,9 +1445,9 @@
|
|
|
974
1445
|
"license": "MIT"
|
|
975
1446
|
},
|
|
976
1447
|
"node_modules/axios": {
|
|
977
|
-
"version": "1.13.
|
|
978
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
979
|
-
"integrity": "sha512-
|
|
1448
|
+
"version": "1.13.2",
|
|
1449
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
1450
|
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
980
1451
|
"license": "MIT",
|
|
981
1452
|
"dependencies": {
|
|
982
1453
|
"follow-redirects": "^1.15.6",
|
|
@@ -1005,9 +1476,9 @@
|
|
|
1005
1476
|
"license": "MIT"
|
|
1006
1477
|
},
|
|
1007
1478
|
"node_modules/bare-events": {
|
|
1008
|
-
"version": "2.8.
|
|
1009
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.
|
|
1010
|
-
"integrity": "sha512-
|
|
1479
|
+
"version": "2.8.2",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
1481
|
+
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
1011
1482
|
"license": "Apache-2.0",
|
|
1012
1483
|
"peerDependencies": {
|
|
1013
1484
|
"bare-abort-controller": "*"
|
|
@@ -3354,9 +3825,9 @@
|
|
|
3354
3825
|
"license": "MIT"
|
|
3355
3826
|
},
|
|
3356
3827
|
"node_modules/path-scurry": {
|
|
3357
|
-
"version": "2.0.
|
|
3358
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
3359
|
-
"integrity": "sha512-
|
|
3828
|
+
"version": "2.0.1",
|
|
3829
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
|
|
3830
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
3360
3831
|
"license": "BlueOak-1.0.0",
|
|
3361
3832
|
"dependencies": {
|
|
3362
3833
|
"lru-cache": "^11.0.0",
|
|
@@ -3892,49 +4363,6 @@
|
|
|
3892
4363
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3893
4364
|
"license": "ISC"
|
|
3894
4365
|
},
|
|
3895
|
-
"node_modules/sharp": {
|
|
3896
|
-
"version": "0.34.4",
|
|
3897
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
3898
|
-
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
3899
|
-
"devOptional": true,
|
|
3900
|
-
"hasInstallScript": true,
|
|
3901
|
-
"license": "Apache-2.0",
|
|
3902
|
-
"dependencies": {
|
|
3903
|
-
"@img/colour": "^1.0.0",
|
|
3904
|
-
"detect-libc": "^2.1.0",
|
|
3905
|
-
"semver": "^7.7.2"
|
|
3906
|
-
},
|
|
3907
|
-
"engines": {
|
|
3908
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3909
|
-
},
|
|
3910
|
-
"funding": {
|
|
3911
|
-
"url": "https://opencollective.com/libvips"
|
|
3912
|
-
},
|
|
3913
|
-
"optionalDependencies": {
|
|
3914
|
-
"@img/sharp-darwin-arm64": "0.34.4",
|
|
3915
|
-
"@img/sharp-darwin-x64": "0.34.4",
|
|
3916
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
3917
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
3918
|
-
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
3919
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
3920
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
3921
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
3922
|
-
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
3923
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
3924
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
3925
|
-
"@img/sharp-linux-arm": "0.34.4",
|
|
3926
|
-
"@img/sharp-linux-arm64": "0.34.4",
|
|
3927
|
-
"@img/sharp-linux-ppc64": "0.34.4",
|
|
3928
|
-
"@img/sharp-linux-s390x": "0.34.4",
|
|
3929
|
-
"@img/sharp-linux-x64": "0.34.4",
|
|
3930
|
-
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
3931
|
-
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
3932
|
-
"@img/sharp-wasm32": "0.34.4",
|
|
3933
|
-
"@img/sharp-win32-arm64": "0.34.4",
|
|
3934
|
-
"@img/sharp-win32-ia32": "0.34.4",
|
|
3935
|
-
"@img/sharp-win32-x64": "0.34.4"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
4366
|
"node_modules/shebang-command": {
|
|
3939
4367
|
"version": "2.0.0",
|
|
3940
4368
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4420,6 +4848,13 @@
|
|
|
4420
4848
|
"utf8-byte-length": "^1.0.1"
|
|
4421
4849
|
}
|
|
4422
4850
|
},
|
|
4851
|
+
"node_modules/tslib": {
|
|
4852
|
+
"version": "2.8.1",
|
|
4853
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4854
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4855
|
+
"devOptional": true,
|
|
4856
|
+
"license": "0BSD"
|
|
4857
|
+
},
|
|
4423
4858
|
"node_modules/type-fest": {
|
|
4424
4859
|
"version": "5.0.1",
|
|
4425
4860
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.
|
|
11
|
+
"version": "10.5.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"appium-idb": "^2.0.0",
|
|
86
86
|
"appium-ios-device": "^3.0.0",
|
|
87
87
|
"appium-ios-simulator": "^7.0.0",
|
|
88
|
-
"appium-remote-debugger": "^15.0
|
|
88
|
+
"appium-remote-debugger": "^15.2.0",
|
|
89
89
|
"appium-webdriveragent": "^10.2.1",
|
|
90
90
|
"appium-xcode": "^6.0.2",
|
|
91
91
|
"async-lock": "^1.4.0",
|