appium-xcuitest-driver 10.10.1 → 10.12.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.
Files changed (75) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/lib/app-infos-cache.d.ts +29 -31
  3. package/build/lib/app-infos-cache.d.ts.map +1 -1
  4. package/build/lib/app-infos-cache.js +29 -33
  5. package/build/lib/app-infos-cache.js.map +1 -1
  6. package/build/lib/app-utils.d.ts +30 -59
  7. package/build/lib/app-utils.d.ts.map +1 -1
  8. package/build/lib/app-utils.js +158 -211
  9. package/build/lib/app-utils.js.map +1 -1
  10. package/build/lib/commands/battery.d.ts.map +1 -1
  11. package/build/lib/commands/battery.js +4 -8
  12. package/build/lib/commands/battery.js.map +1 -1
  13. package/build/lib/commands/biometric.d.ts.map +1 -1
  14. package/build/lib/commands/biometric.js +1 -5
  15. package/build/lib/commands/biometric.js.map +1 -1
  16. package/build/lib/commands/condition.js +4 -4
  17. package/build/lib/commands/condition.js.map +1 -1
  18. package/build/lib/commands/content-size.js +1 -1
  19. package/build/lib/commands/content-size.js.map +1 -1
  20. package/build/lib/commands/find.js +2 -2
  21. package/build/lib/commands/find.js.map +1 -1
  22. package/build/lib/commands/increase-contrast.js +1 -1
  23. package/build/lib/commands/increase-contrast.js.map +1 -1
  24. package/build/lib/commands/keychains.d.ts.map +1 -1
  25. package/build/lib/commands/keychains.js +1 -5
  26. package/build/lib/commands/keychains.js.map +1 -1
  27. package/build/lib/commands/localization.d.ts.map +1 -1
  28. package/build/lib/commands/localization.js +1 -5
  29. package/build/lib/commands/localization.js.map +1 -1
  30. package/build/lib/commands/pasteboard.d.ts.map +1 -1
  31. package/build/lib/commands/pasteboard.js +10 -8
  32. package/build/lib/commands/pasteboard.js.map +1 -1
  33. package/build/lib/commands/permissions.js +1 -1
  34. package/build/lib/commands/permissions.js.map +1 -1
  35. package/build/lib/css-converter.d.ts +3 -9
  36. package/build/lib/css-converter.d.ts.map +1 -1
  37. package/build/lib/css-converter.js +41 -52
  38. package/build/lib/css-converter.js.map +1 -1
  39. package/build/lib/device/real-device-management.js +14 -14
  40. package/build/lib/device/real-device-management.js.map +1 -1
  41. package/build/lib/device/simulator-management.d.ts.map +1 -1
  42. package/build/lib/device/simulator-management.js +8 -4
  43. package/build/lib/device/simulator-management.js.map +1 -1
  44. package/build/lib/driver.d.ts.map +1 -1
  45. package/build/lib/driver.js +3 -3
  46. package/build/lib/driver.js.map +1 -1
  47. package/build/lib/logger.d.ts +1 -2
  48. package/build/lib/logger.d.ts.map +1 -1
  49. package/build/lib/logger.js +2 -2
  50. package/build/lib/logger.js.map +1 -1
  51. package/build/lib/utils.d.ts +76 -134
  52. package/build/lib/utils.d.ts.map +1 -1
  53. package/build/lib/utils.js +80 -141
  54. package/build/lib/utils.js.map +1 -1
  55. package/lib/{app-infos-cache.js → app-infos-cache.ts} +44 -46
  56. package/lib/{app-utils.js → app-utils.ts} +215 -245
  57. package/lib/commands/battery.js +3 -4
  58. package/lib/commands/biometric.js +1 -2
  59. package/lib/commands/condition.js +1 -1
  60. package/lib/commands/content-size.js +1 -1
  61. package/lib/commands/find.js +1 -1
  62. package/lib/commands/increase-contrast.js +1 -1
  63. package/lib/commands/keychains.js +1 -2
  64. package/lib/commands/localization.js +1 -2
  65. package/lib/commands/pasteboard.js +9 -8
  66. package/lib/commands/permissions.js +1 -1
  67. package/lib/{css-converter.js → css-converter.ts} +75 -88
  68. package/lib/device/real-device-management.ts +1 -1
  69. package/lib/device/simulator-management.ts +9 -4
  70. package/lib/driver.ts +6 -4
  71. package/lib/logger.ts +3 -0
  72. package/lib/{utils.js → utils.ts} +102 -139
  73. package/npm-shrinkwrap.json +121 -74
  74. package/package.json +4 -4
  75. package/lib/logger.js +0 -5
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.10.1",
3
+ "version": "10.12.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.10.1",
9
+ "version": "10.12.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -15,10 +15,10 @@
15
15
  "appium-ios-device": "^3.0.0",
16
16
  "appium-ios-simulator": "^8.0.0",
17
17
  "appium-remote-debugger": "^15.2.0",
18
- "appium-webdriveragent": "^10.2.1",
18
+ "appium-webdriveragent": "^10.5.0",
19
19
  "appium-xcode": "^6.0.2",
20
20
  "async-lock": "^1.4.0",
21
- "asyncbox": "^3.0.0",
21
+ "asyncbox": "^4.0.1",
22
22
  "bluebird": "^3.7.2",
23
23
  "commander": "^14.0.1",
24
24
  "css-selector-parser": "^3.0.0",
@@ -28,7 +28,7 @@
28
28
  "moment": "^2.29.4",
29
29
  "moment-timezone": "^0.x",
30
30
  "node-devicectl": "^1.1.0",
31
- "node-simctl": "^8.0.0",
31
+ "node-simctl": "^8.1.1",
32
32
  "portscanner": "^2.2.0",
33
33
  "semver": "^7.5.4",
34
34
  "teen_process": "^3.0.0",
@@ -108,6 +108,20 @@
108
108
  "spdy": "4.0.2"
109
109
  }
110
110
  },
111
+ "node_modules/@appium/base-driver/node_modules/asyncbox": {
112
+ "version": "3.0.0",
113
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
114
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
115
+ "license": "Apache-2.0",
116
+ "dependencies": {
117
+ "bluebird": "^3.5.1",
118
+ "lodash": "^4.17.4",
119
+ "source-map-support": "^0.x"
120
+ },
121
+ "engines": {
122
+ "node": ">=16"
123
+ }
124
+ },
111
125
  "node_modules/@appium/base-plugin": {
112
126
  "version": "3.0.5",
113
127
  "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
@@ -641,16 +655,15 @@
641
655
  }
642
656
  },
643
657
  "node_modules/appium-idb": {
644
- "version": "2.0.3",
645
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.3.tgz",
646
- "integrity": "sha512-Fflf3j2qP9Y30Hi+z+i9JgpNQGzwMWNxTI5IziJXIZ0+q/ORdW0k8SLoSvtlqB0Ofdi6vdQT3LSLo8K8bPZE2A==",
658
+ "version": "2.0.6",
659
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.6.tgz",
660
+ "integrity": "sha512-PaWxrXrWXeoGWHzI4/97UlS7oQ+IMQbG4LCVRYYtRwV2NttkeofGkLELTOILJ2/7cKSHSv3eATCBUNxOn9t12Q==",
647
661
  "license": "Apache-2.0",
648
662
  "dependencies": {
649
663
  "@appium/support": "^7.0.0-rc.1",
650
- "asyncbox": "^3.0.0",
664
+ "asyncbox": "^4.0.1",
651
665
  "bluebird": "^3.1.1",
652
666
  "lodash": "^4.0.0",
653
- "source-map-support": "^0.x",
654
667
  "teen_process": "^3.0.0"
655
668
  },
656
669
  "engines": {
@@ -659,20 +672,19 @@
659
672
  }
660
673
  },
661
674
  "node_modules/appium-ios-device": {
662
- "version": "3.1.4",
663
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.4.tgz",
664
- "integrity": "sha512-X3kg6KgQeO0O4JQbflJREGC+2f9ScRQmtxLGwJngwJKMjDD4g2aoAFVFsWSqB2Ca9pQSBwBL5ZdnB2k6JlODPQ==",
675
+ "version": "3.1.6",
676
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.6.tgz",
677
+ "integrity": "sha512-JPMT8qeY2sh0tZYsLJWtjP6xm3kx7L+jTjsIzkFv0cnglJikDywSw2cLkIXrti1pyd/JwJah5Cwdh7briXS/0Q==",
665
678
  "license": "Apache-2.0",
666
679
  "dependencies": {
667
680
  "@appium/support": "^7.0.0-rc.1",
668
- "asyncbox": "^3.0.0",
681
+ "asyncbox": "^4.0.1",
669
682
  "axios": "^1.6.7",
670
683
  "bluebird": "^3.1.1",
671
684
  "bplist-creator": "^0.x",
672
685
  "bplist-parser": "^0.x",
673
686
  "lodash": "^4.17.15",
674
- "semver": "^7.0.0",
675
- "source-map-support": "^0.x"
687
+ "semver": "^7.0.0"
676
688
  },
677
689
  "engines": {
678
690
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -680,15 +692,15 @@
680
692
  }
681
693
  },
682
694
  "node_modules/appium-ios-remotexpc": {
683
- "version": "0.18.0",
684
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.18.0.tgz",
685
- "integrity": "sha512-VX9B2u2V32MNDL/dVbUXdWB1weFAGtJuDWpB/yly9ZXnQKRmweg/c2iPZPUiL3+8kaLmFiS+bY8nrjInwnr9mQ==",
695
+ "version": "0.19.0",
696
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.19.0.tgz",
697
+ "integrity": "sha512-Zv9JF3vmuZNpdUqQHeEgV+mI/QX7fPySY0gg2HVx7AYrWlczGKGXjCOBzxgXr5s/hBkT8uvuO3Xdv9+XNNcpxw==",
686
698
  "license": "Apache-2.0",
687
699
  "optional": true,
688
700
  "dependencies": {
689
701
  "@appium/strongbox": "^1.0.0-rc.1",
690
702
  "@appium/support": "^7.0.0-rc.1",
691
- "@types/node": "^24.0.10",
703
+ "@types/node": "^25.0.2",
692
704
  "@xmldom/xmldom": "^0.9.8",
693
705
  "appium-ios-tuntap": "^0.x",
694
706
  "axios": "^1.12.0",
@@ -699,20 +711,10 @@
699
711
  "npm": ">=10"
700
712
  }
701
713
  },
702
- "node_modules/appium-ios-remotexpc/node_modules/@types/node": {
703
- "version": "24.10.3",
704
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
705
- "integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
706
- "license": "MIT",
707
- "optional": true,
708
- "dependencies": {
709
- "undici-types": "~7.16.0"
710
- }
711
- },
712
714
  "node_modules/appium-ios-simulator": {
713
- "version": "8.0.5",
714
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.5.tgz",
715
- "integrity": "sha512-QIK/glNPsmkmdGGg5WukvK/IMrJ0BFt+dDMkqcCFJRYONaA7PAA6x530DgdmfjGjinWjV4+luTmS53dBvdlZFA==",
715
+ "version": "8.0.7",
716
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.7.tgz",
717
+ "integrity": "sha512-nTVhNK6fuhu2MCXJTjbAW0CmLmt4mfHFreJWYd5FdxarSaEpSE1hiU0z5nbARFP51S97eiZMLahSNcwsnxIppA==",
716
718
  "license": "Apache-2.0",
717
719
  "dependencies": {
718
720
  "@appium/support": "^7.0.0-rc.1",
@@ -722,9 +724,8 @@
722
724
  "asyncbox": "^3.0.0",
723
725
  "bluebird": "^3.5.1",
724
726
  "lodash": "^4.2.1",
725
- "node-simctl": "^8.0.0",
727
+ "node-simctl": "^8.1.1",
726
728
  "semver": "^7.0.0",
727
- "source-map-support": "^0.x",
728
729
  "teen_process": "^3.0.0"
729
730
  },
730
731
  "engines": {
@@ -732,6 +733,20 @@
732
733
  "npm": ">=10"
733
734
  }
734
735
  },
736
+ "node_modules/appium-ios-simulator/node_modules/asyncbox": {
737
+ "version": "3.0.0",
738
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
739
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
740
+ "license": "Apache-2.0",
741
+ "dependencies": {
742
+ "bluebird": "^3.5.1",
743
+ "lodash": "^4.17.4",
744
+ "source-map-support": "^0.x"
745
+ },
746
+ "engines": {
747
+ "node": ">=16"
748
+ }
749
+ },
735
750
  "node_modules/appium-ios-tuntap": {
736
751
  "version": "0.1.2",
737
752
  "resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.2.tgz",
@@ -750,20 +765,19 @@
750
765
  }
751
766
  },
752
767
  "node_modules/appium-remote-debugger": {
753
- "version": "15.2.5",
754
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.5.tgz",
755
- "integrity": "sha512-OBBQh3ITfRUTdOhOGEiWzXUQLEDbdYXez4Ub+MtAdOw1UZ2/oLLaCSPz2OD+3AJWNTSPVycnBf0crbXSMxok/g==",
768
+ "version": "15.2.8",
769
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.8.tgz",
770
+ "integrity": "sha512-Jda/4J7wpQx3RoLCF1fu/3OpTDJHrtbXTzSdIbIio/IaRl6RDvBUXwJNRaN7jHNpRuDOgy2ftuvANMlC2aXMoQ==",
756
771
  "license": "Apache-2.0",
757
772
  "dependencies": {
758
773
  "@appium/base-driver": "^10.0.0-rc.1",
759
774
  "@appium/support": "^7.0.0-rc.1",
760
775
  "appium-ios-device": "^3.0.0",
761
776
  "async-lock": "^1.4.1",
762
- "asyncbox": "^3.0.0",
777
+ "asyncbox": "^4.0.1",
763
778
  "bluebird": "^3.4.7",
764
779
  "glob": "^13.0.0",
765
780
  "lodash": "^4.17.11",
766
- "source-map-support": "^0.x",
767
781
  "teen_process": "^3.0.0"
768
782
  },
769
783
  "engines": {
@@ -772,9 +786,9 @@
772
786
  }
773
787
  },
774
788
  "node_modules/appium-webdriveragent": {
775
- "version": "10.4.2",
776
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.4.2.tgz",
777
- "integrity": "sha512-1a7yEAsiOCQnTQGunyBvacH0SRh6z8gbfWaX+mt6syoF/FkH4ULZ2mvwYWJM7vRGg8im4rvyV58zKCZ9CG6h/A==",
789
+ "version": "10.5.1",
790
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.5.1.tgz",
791
+ "integrity": "sha512-ZrhLfHENwKbcbEebs0pKajfmgTl9C7prlBfrQF/YtRZqNnB0tuaEPGllm9LsIY8c5h0Tws6wIdlDhGh7++8paw==",
778
792
  "license": "Apache-2.0",
779
793
  "dependencies": {
780
794
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -783,11 +797,10 @@
783
797
  "appium-ios-device": "^3.0.0",
784
798
  "appium-ios-simulator": "^8.0.0",
785
799
  "async-lock": "^1.0.0",
786
- "asyncbox": "^3.0.0",
800
+ "asyncbox": "^4.0.1",
787
801
  "axios": "^1.4.0",
788
802
  "bluebird": "^3.5.5",
789
803
  "lodash": "^4.17.11",
790
- "source-map-support": "^0.x",
791
804
  "teen_process": "^3.0.0"
792
805
  },
793
806
  "engines": {
@@ -796,9 +809,9 @@
796
809
  }
797
810
  },
798
811
  "node_modules/appium-xcode": {
799
- "version": "6.1.3",
800
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.3.tgz",
801
- "integrity": "sha512-NtmFbd2bcdJuUzM+gczdXIgZZ1ZXRtNA4hAhTTVspHt4gqSEdloB/zMDFnUTh9dxgcqN/sFKi35KbPJfF704Vw==",
812
+ "version": "6.1.4",
813
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.4.tgz",
814
+ "integrity": "sha512-onvssXYm8BEvciJWTiGsKrLPsIITbDBHlwDqnshIxlV+shbiGYcq1RHynfxu0+Y+/53kfpvPpGLcJzUh1uyRtA==",
802
815
  "license": "Apache-2.0",
803
816
  "dependencies": {
804
817
  "@appium/support": "^7.0.0-rc.1",
@@ -807,7 +820,6 @@
807
820
  "lodash": "^4.17.4",
808
821
  "plist": "^3.0.1",
809
822
  "semver": "^7.0.0",
810
- "source-map-support": "^0.x",
811
823
  "teen_process": "^3.0.0"
812
824
  },
813
825
  "engines": {
@@ -815,6 +827,34 @@
815
827
  "npm": ">=10"
816
828
  }
817
829
  },
830
+ "node_modules/appium-xcode/node_modules/asyncbox": {
831
+ "version": "3.0.0",
832
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
833
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
834
+ "license": "Apache-2.0",
835
+ "dependencies": {
836
+ "bluebird": "^3.5.1",
837
+ "lodash": "^4.17.4",
838
+ "source-map-support": "^0.x"
839
+ },
840
+ "engines": {
841
+ "node": ">=16"
842
+ }
843
+ },
844
+ "node_modules/appium/node_modules/asyncbox": {
845
+ "version": "3.0.0",
846
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
847
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
848
+ "license": "Apache-2.0",
849
+ "dependencies": {
850
+ "bluebird": "^3.5.1",
851
+ "lodash": "^4.17.4",
852
+ "source-map-support": "^0.x"
853
+ },
854
+ "engines": {
855
+ "node": ">=16"
856
+ }
857
+ },
818
858
  "node_modules/appium/node_modules/readable-stream": {
819
859
  "version": "3.6.2",
820
860
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -988,17 +1028,17 @@
988
1028
  "license": "MIT"
989
1029
  },
990
1030
  "node_modules/asyncbox": {
991
- "version": "3.0.0",
992
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
993
- "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
1031
+ "version": "4.0.1",
1032
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.0.1.tgz",
1033
+ "integrity": "sha512-JtbRZ6JWq1eT0mq/Eg2yObjnX9+80QcYQXDYyLxeNcbu2jHjbV18De2eyn69GTWbbLvDm52Pp/4SFDtte3q/bQ==",
994
1034
  "license": "Apache-2.0",
995
1035
  "dependencies": {
996
1036
  "bluebird": "^3.5.1",
997
- "lodash": "^4.17.4",
998
- "source-map-support": "^0.x"
1037
+ "lodash": "^4.17.4"
999
1038
  },
1000
1039
  "engines": {
1001
- "node": ">=16"
1040
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
1041
+ "npm": ">=10"
1002
1042
  }
1003
1043
  },
1004
1044
  "node_modules/asynckit": {
@@ -1626,9 +1666,9 @@
1626
1666
  }
1627
1667
  },
1628
1668
  "node_modules/css-selector-parser": {
1629
- "version": "3.2.0",
1630
- "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.2.0.tgz",
1631
- "integrity": "sha512-L1bdkNKUP5WYxiW5dW6vA2hd3sL8BdRNLy2FCX0rLVise4eNw9nBdeBuJHxlELieSE2H1f6bYQFfwVUwWCV9rQ==",
1669
+ "version": "3.3.0",
1670
+ "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
1671
+ "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
1632
1672
  "funding": [
1633
1673
  {
1634
1674
  "type": "github",
@@ -3037,18 +3077,17 @@
3037
3077
  }
3038
3078
  },
3039
3079
  "node_modules/node-simctl": {
3040
- "version": "8.0.9",
3041
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.9.tgz",
3042
- "integrity": "sha512-19O6lRAPpRZ2ouVkzSs/vqSux4ajFqjakMwF0TwjULZAyY4AF9rY0Q2kVoss7NEsfKXwETri1qZa4URA8bpZBw==",
3080
+ "version": "8.1.2",
3081
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.1.2.tgz",
3082
+ "integrity": "sha512-yjh/D0Tb1/G7IAg/cJdTu1ZXJVjRkcf8WozE5KC966KXMbsitvMlfAx0kc6wXwDqdYqx2Pc8unoF8TeGY07/mQ==",
3043
3083
  "license": "Apache-2.0",
3044
3084
  "dependencies": {
3045
3085
  "@appium/logger": "^2.0.0-rc.1",
3046
- "asyncbox": "^3.0.0",
3086
+ "asyncbox": "^4.0.1",
3047
3087
  "bluebird": "^3.5.1",
3048
3088
  "lodash": "^4.2.1",
3049
3089
  "rimraf": "^6.0.1",
3050
3090
  "semver": "^7.0.0",
3051
- "source-map-support": "^0.x",
3052
3091
  "teen_process": "^3.0.0",
3053
3092
  "uuid": "^13.0.0",
3054
3093
  "which": "^6.0.0"
@@ -3821,25 +3860,29 @@
3821
3860
  }
3822
3861
  },
3823
3862
  "node_modules/send": {
3824
- "version": "1.2.0",
3825
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
3826
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
3863
+ "version": "1.2.1",
3864
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3865
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3827
3866
  "license": "MIT",
3828
3867
  "dependencies": {
3829
- "debug": "^4.3.5",
3868
+ "debug": "^4.4.3",
3830
3869
  "encodeurl": "^2.0.0",
3831
3870
  "escape-html": "^1.0.3",
3832
3871
  "etag": "^1.8.1",
3833
3872
  "fresh": "^2.0.0",
3834
- "http-errors": "^2.0.0",
3835
- "mime-types": "^3.0.1",
3873
+ "http-errors": "^2.0.1",
3874
+ "mime-types": "^3.0.2",
3836
3875
  "ms": "^2.1.3",
3837
3876
  "on-finished": "^2.4.1",
3838
3877
  "range-parser": "^1.2.1",
3839
- "statuses": "^2.0.1"
3878
+ "statuses": "^2.0.2"
3840
3879
  },
3841
3880
  "engines": {
3842
3881
  "node": ">= 18"
3882
+ },
3883
+ "funding": {
3884
+ "type": "opencollective",
3885
+ "url": "https://opencollective.com/express"
3843
3886
  }
3844
3887
  },
3845
3888
  "node_modules/serve-favicon": {
@@ -3888,9 +3931,9 @@
3888
3931
  "license": "MIT"
3889
3932
  },
3890
3933
  "node_modules/serve-static": {
3891
- "version": "2.2.0",
3892
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
3893
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
3934
+ "version": "2.2.1",
3935
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3936
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3894
3937
  "license": "MIT",
3895
3938
  "dependencies": {
3896
3939
  "encodeurl": "^2.0.0",
@@ -3900,6 +3943,10 @@
3900
3943
  },
3901
3944
  "engines": {
3902
3945
  "node": ">= 18"
3946
+ },
3947
+ "funding": {
3948
+ "type": "opencollective",
3949
+ "url": "https://opencollective.com/express"
3903
3950
  }
3904
3951
  },
3905
3952
  "node_modules/set-blocking": {
@@ -4472,7 +4519,7 @@
4472
4519
  "version": "7.16.0",
4473
4520
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4474
4521
  "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4475
- "devOptional": true,
4522
+ "extraneous": true,
4476
4523
  "license": "MIT"
4477
4524
  },
4478
4525
  "node_modules/unorm": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.10.1",
11
+ "version": "10.12.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -86,10 +86,10 @@
86
86
  "appium-ios-device": "^3.0.0",
87
87
  "appium-ios-simulator": "^8.0.0",
88
88
  "appium-remote-debugger": "^15.2.0",
89
- "appium-webdriveragent": "^10.2.1",
89
+ "appium-webdriveragent": "^10.5.0",
90
90
  "appium-xcode": "^6.0.2",
91
91
  "async-lock": "^1.4.0",
92
- "asyncbox": "^3.0.0",
92
+ "asyncbox": "^4.0.1",
93
93
  "bluebird": "^3.7.2",
94
94
  "commander": "^14.0.1",
95
95
  "css-selector-parser": "^3.0.0",
@@ -99,7 +99,7 @@
99
99
  "moment": "^2.29.4",
100
100
  "moment-timezone": "^0.x",
101
101
  "node-devicectl": "^1.1.0",
102
- "node-simctl": "^8.0.0",
102
+ "node-simctl": "^8.1.1",
103
103
  "portscanner": "^2.2.0",
104
104
  "semver": "^7.5.4",
105
105
  "teen_process": "^3.0.0",
package/lib/logger.js DELETED
@@ -1,5 +0,0 @@
1
- import {logger} from 'appium/support';
2
-
3
- const log = logger.getLogger('XCUITest');
4
-
5
- export default log;