appium-xcuitest-driver 10.2.2 → 10.4.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 (262) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/lib/commands/active-app-info.d.ts +9 -0
  3. package/build/lib/commands/active-app-info.d.ts.map +1 -0
  4. package/build/lib/commands/active-app-info.js +14 -0
  5. package/build/lib/commands/active-app-info.js.map +1 -0
  6. package/build/lib/commands/alert.d.ts +42 -45
  7. package/build/lib/commands/alert.d.ts.map +1 -1
  8. package/build/lib/commands/alert.js +66 -62
  9. package/build/lib/commands/alert.js.map +1 -1
  10. package/build/lib/commands/app-management.d.ts +150 -153
  11. package/build/lib/commands/app-management.d.ts.map +1 -1
  12. package/build/lib/commands/app-management.js +300 -286
  13. package/build/lib/commands/app-management.js.map +1 -1
  14. package/build/lib/commands/app-strings.d.ts +14 -17
  15. package/build/lib/commands/app-strings.d.ts.map +1 -1
  16. package/build/lib/commands/app-strings.js +23 -24
  17. package/build/lib/commands/app-strings.js.map +1 -1
  18. package/build/lib/commands/appearance.d.ts +19 -22
  19. package/build/lib/commands/appearance.d.ts.map +1 -1
  20. package/build/lib/commands/appearance.js +56 -56
  21. package/build/lib/commands/appearance.js.map +1 -1
  22. package/build/lib/commands/audit.d.ts +22 -17
  23. package/build/lib/commands/audit.d.ts.map +1 -1
  24. package/build/lib/commands/audit.js +17 -18
  25. package/build/lib/commands/audit.js.map +1 -1
  26. package/build/lib/commands/battery.d.ts +11 -14
  27. package/build/lib/commands/battery.d.ts.map +1 -1
  28. package/build/lib/commands/battery.js +36 -37
  29. package/build/lib/commands/battery.js.map +1 -1
  30. package/build/lib/commands/biometric.d.ts +30 -33
  31. package/build/lib/commands/biometric.d.ts.map +1 -1
  32. package/build/lib/commands/biometric.js +42 -41
  33. package/build/lib/commands/biometric.js.map +1 -1
  34. package/build/lib/commands/certificate.d.ts +48 -45
  35. package/build/lib/commands/certificate.d.ts.map +1 -1
  36. package/build/lib/commands/certificate.js +218 -205
  37. package/build/lib/commands/certificate.js.map +1 -1
  38. package/build/lib/commands/clipboard.d.ts +19 -22
  39. package/build/lib/commands/clipboard.d.ts.map +1 -1
  40. package/build/lib/commands/clipboard.js +30 -30
  41. package/build/lib/commands/clipboard.js.map +1 -1
  42. package/build/lib/commands/condition.d.ts +49 -26
  43. package/build/lib/commands/condition.d.ts.map +1 -1
  44. package/build/lib/commands/condition.js +87 -86
  45. package/build/lib/commands/condition.js.map +1 -1
  46. package/build/lib/commands/content-size.d.ts +26 -29
  47. package/build/lib/commands/content-size.d.ts.map +1 -1
  48. package/build/lib/commands/content-size.js +36 -36
  49. package/build/lib/commands/content-size.js.map +1 -1
  50. package/build/lib/commands/context.d.ts +161 -108
  51. package/build/lib/commands/context.d.ts.map +1 -1
  52. package/build/lib/commands/context.js +530 -517
  53. package/build/lib/commands/context.js.map +1 -1
  54. package/build/lib/commands/deviceInfo.d.ts +9 -12
  55. package/build/lib/commands/deviceInfo.d.ts.map +1 -1
  56. package/build/lib/commands/deviceInfo.js +17 -18
  57. package/build/lib/commands/deviceInfo.js.map +1 -1
  58. package/build/lib/commands/element.d.ts +102 -105
  59. package/build/lib/commands/element.d.ts.map +1 -1
  60. package/build/lib/commands/element.js +337 -323
  61. package/build/lib/commands/element.js.map +1 -1
  62. package/build/lib/commands/execute.d.ts +24 -19
  63. package/build/lib/commands/execute.d.ts.map +1 -1
  64. package/build/lib/commands/execute.js +63 -62
  65. package/build/lib/commands/execute.js.map +1 -1
  66. package/build/lib/commands/file-movement.d.ts +77 -80
  67. package/build/lib/commands/file-movement.d.ts.map +1 -1
  68. package/build/lib/commands/file-movement.js +130 -124
  69. package/build/lib/commands/file-movement.js.map +1 -1
  70. package/build/lib/commands/find.d.ts +18 -21
  71. package/build/lib/commands/find.d.ts.map +1 -1
  72. package/build/lib/commands/find.js +158 -156
  73. package/build/lib/commands/find.js.map +1 -1
  74. package/build/lib/commands/general.d.ts +124 -116
  75. package/build/lib/commands/general.d.ts.map +1 -1
  76. package/build/lib/commands/general.js +248 -232
  77. package/build/lib/commands/general.js.map +1 -1
  78. package/build/lib/commands/geolocation.d.ts +43 -46
  79. package/build/lib/commands/geolocation.d.ts.map +1 -1
  80. package/build/lib/commands/geolocation.js +10 -11
  81. package/build/lib/commands/geolocation.js.map +1 -1
  82. package/build/lib/commands/gesture.d.ts +273 -276
  83. package/build/lib/commands/gesture.d.ts.map +1 -1
  84. package/build/lib/commands/gesture.js +506 -492
  85. package/build/lib/commands/gesture.js.map +1 -1
  86. package/build/lib/commands/increase-contrast.d.ts +20 -23
  87. package/build/lib/commands/increase-contrast.d.ts.map +1 -1
  88. package/build/lib/commands/increase-contrast.js +30 -30
  89. package/build/lib/commands/increase-contrast.js.map +1 -1
  90. package/build/lib/commands/iohid.d.ts +1370 -1373
  91. package/build/lib/commands/iohid.d.ts.map +1 -1
  92. package/build/lib/commands/iohid.js +30 -31
  93. package/build/lib/commands/iohid.js.map +1 -1
  94. package/build/lib/commands/keyboard.d.ts +29 -32
  95. package/build/lib/commands/keyboard.d.ts.map +1 -1
  96. package/build/lib/commands/keyboard.js +53 -51
  97. package/build/lib/commands/keyboard.js.map +1 -1
  98. package/build/lib/commands/keychains.d.ts +9 -12
  99. package/build/lib/commands/keychains.d.ts.map +1 -1
  100. package/build/lib/commands/keychains.js +13 -14
  101. package/build/lib/commands/keychains.js.map +1 -1
  102. package/build/lib/commands/localization.d.ts +16 -19
  103. package/build/lib/commands/localization.d.ts.map +1 -1
  104. package/build/lib/commands/localization.js +25 -26
  105. package/build/lib/commands/localization.js.map +1 -1
  106. package/build/lib/commands/location.d.ts +36 -39
  107. package/build/lib/commands/location.d.ts.map +1 -1
  108. package/build/lib/commands/location.js +99 -98
  109. package/build/lib/commands/location.js.map +1 -1
  110. package/build/lib/commands/lock.d.ts +21 -24
  111. package/build/lib/commands/lock.d.ts.map +1 -1
  112. package/build/lib/commands/lock.js +39 -38
  113. package/build/lib/commands/lock.js.map +1 -1
  114. package/build/lib/commands/log.d.ts +43 -37
  115. package/build/lib/commands/log.d.ts.map +1 -1
  116. package/build/lib/commands/log.js +174 -171
  117. package/build/lib/commands/log.js.map +1 -1
  118. package/build/lib/commands/memory.d.ts +9 -12
  119. package/build/lib/commands/memory.d.ts.map +1 -1
  120. package/build/lib/commands/memory.js +37 -39
  121. package/build/lib/commands/memory.js.map +1 -1
  122. package/build/lib/commands/navigation.d.ts +30 -33
  123. package/build/lib/commands/navigation.d.ts.map +1 -1
  124. package/build/lib/commands/navigation.js +92 -92
  125. package/build/lib/commands/navigation.js.map +1 -1
  126. package/build/lib/commands/notifications.d.ts +26 -29
  127. package/build/lib/commands/notifications.d.ts.map +1 -1
  128. package/build/lib/commands/notifications.js +53 -53
  129. package/build/lib/commands/notifications.js.map +1 -1
  130. package/build/lib/commands/pasteboard.d.ts +21 -24
  131. package/build/lib/commands/pasteboard.d.ts.map +1 -1
  132. package/build/lib/commands/pasteboard.js +37 -37
  133. package/build/lib/commands/pasteboard.js.map +1 -1
  134. package/build/lib/commands/pcap.d.ts +39 -26
  135. package/build/lib/commands/pcap.d.ts.map +1 -1
  136. package/build/lib/commands/pcap.js +81 -81
  137. package/build/lib/commands/pcap.js.map +1 -1
  138. package/build/lib/commands/performance.d.ts +63 -44
  139. package/build/lib/commands/performance.d.ts.map +1 -1
  140. package/build/lib/commands/performance.js +105 -105
  141. package/build/lib/commands/performance.js.map +1 -1
  142. package/build/lib/commands/permissions.d.ts +33 -36
  143. package/build/lib/commands/permissions.d.ts.map +1 -1
  144. package/build/lib/commands/permissions.js +66 -65
  145. package/build/lib/commands/permissions.js.map +1 -1
  146. package/build/lib/commands/proxy-helper.d.ts +12 -15
  147. package/build/lib/commands/proxy-helper.d.ts.map +1 -1
  148. package/build/lib/commands/proxy-helper.js +53 -54
  149. package/build/lib/commands/proxy-helper.js.map +1 -1
  150. package/build/lib/commands/record-audio.d.ts +49 -29
  151. package/build/lib/commands/record-audio.d.ts.map +1 -1
  152. package/build/lib/commands/record-audio.js +100 -104
  153. package/build/lib/commands/record-audio.js.map +1 -1
  154. package/build/lib/commands/recordscreen.d.ts +54 -18
  155. package/build/lib/commands/recordscreen.d.ts.map +1 -1
  156. package/build/lib/commands/recordscreen.js +127 -129
  157. package/build/lib/commands/recordscreen.js.map +1 -1
  158. package/build/lib/commands/screenshots.d.ts +14 -17
  159. package/build/lib/commands/screenshots.d.ts.map +1 -1
  160. package/build/lib/commands/screenshots.js +108 -107
  161. package/build/lib/commands/screenshots.js.map +1 -1
  162. package/build/lib/commands/simctl.d.ts +11 -14
  163. package/build/lib/commands/simctl.d.ts.map +1 -1
  164. package/build/lib/commands/simctl.js +23 -26
  165. package/build/lib/commands/simctl.js.map +1 -1
  166. package/build/lib/commands/source.d.ts +14 -17
  167. package/build/lib/commands/source.d.ts.map +1 -1
  168. package/build/lib/commands/source.js +40 -43
  169. package/build/lib/commands/source.js.map +1 -1
  170. package/build/lib/commands/timeouts.d.ts +44 -33
  171. package/build/lib/commands/timeouts.d.ts.map +1 -1
  172. package/build/lib/commands/timeouts.js +65 -63
  173. package/build/lib/commands/timeouts.js.map +1 -1
  174. package/build/lib/commands/web.d.ts +247 -197
  175. package/build/lib/commands/web.d.ts.map +1 -1
  176. package/build/lib/commands/web.js +815 -786
  177. package/build/lib/commands/web.js.map +1 -1
  178. package/build/lib/commands/xctest-record-screen.d.ts +63 -66
  179. package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
  180. package/build/lib/commands/xctest-record-screen.js +103 -102
  181. package/build/lib/commands/xctest-record-screen.js.map +1 -1
  182. package/build/lib/commands/xctest.d.ts +55 -51
  183. package/build/lib/commands/xctest.d.ts.map +1 -1
  184. package/build/lib/commands/xctest.js +116 -117
  185. package/build/lib/commands/xctest.js.map +1 -1
  186. package/build/lib/driver.d.ts +278 -1597
  187. package/build/lib/driver.d.ts.map +1 -1
  188. package/build/lib/driver.js +320 -236
  189. package/build/lib/driver.js.map +1 -1
  190. package/build/lib/execute-method-map.d.ts.map +1 -1
  191. package/build/lib/execute-method-map.js +9 -0
  192. package/build/lib/execute-method-map.js.map +1 -1
  193. package/build/lib/real-device.d.ts +1 -1
  194. package/build/lib/real-device.d.ts.map +1 -1
  195. package/build/lib/real-device.js +2 -2
  196. package/build/lib/real-device.js.map +1 -1
  197. package/lib/commands/active-app-info.js +12 -0
  198. package/lib/commands/alert.js +68 -65
  199. package/lib/commands/app-management.js +308 -301
  200. package/lib/commands/app-strings.js +24 -26
  201. package/lib/commands/appearance.js +54 -56
  202. package/lib/commands/audit.js +18 -20
  203. package/lib/commands/battery.js +35 -37
  204. package/lib/commands/biometric.js +44 -46
  205. package/lib/commands/certificate.js +226 -215
  206. package/lib/commands/clipboard.js +30 -32
  207. package/lib/commands/condition.js +98 -100
  208. package/lib/commands/content-size.js +36 -38
  209. package/lib/commands/context.js +495 -490
  210. package/lib/commands/deviceInfo.js +19 -20
  211. package/lib/commands/element.js +367 -357
  212. package/lib/commands/execute.js +72 -72
  213. package/lib/commands/file-movement.js +132 -134
  214. package/lib/commands/find.js +160 -159
  215. package/lib/commands/general.js +238 -231
  216. package/lib/commands/geolocation.js +6 -14
  217. package/lib/commands/gesture.js +525 -515
  218. package/lib/commands/increase-contrast.js +30 -32
  219. package/lib/commands/iohid.js +32 -34
  220. package/lib/commands/keyboard.js +49 -51
  221. package/lib/commands/keychains.js +12 -14
  222. package/lib/commands/localization.js +24 -26
  223. package/lib/commands/location.js +102 -104
  224. package/lib/commands/lock.js +38 -38
  225. package/lib/commands/log.js +197 -198
  226. package/lib/commands/memory.js +40 -43
  227. package/lib/commands/navigation.js +96 -100
  228. package/lib/commands/notifications.js +57 -59
  229. package/lib/commands/pasteboard.js +37 -39
  230. package/lib/commands/pcap.js +84 -86
  231. package/lib/commands/performance.js +132 -133
  232. package/lib/commands/permissions.js +67 -69
  233. package/lib/commands/proxy-helper.js +60 -61
  234. package/lib/commands/record-audio.js +115 -120
  235. package/lib/commands/recordscreen.js +145 -149
  236. package/lib/commands/screenshots.js +116 -116
  237. package/lib/commands/simctl.js +25 -29
  238. package/lib/commands/source.js +42 -46
  239. package/lib/commands/timeouts.js +59 -63
  240. package/lib/commands/web.js +878 -858
  241. package/lib/commands/xctest-record-screen.js +103 -105
  242. package/lib/commands/xctest.js +134 -139
  243. package/lib/driver.js +288 -236
  244. package/lib/execute-method-map.ts +9 -0
  245. package/lib/real-device.js +2 -2
  246. package/npm-shrinkwrap.json +440 -76
  247. package/package.json +2 -1
  248. package/build/lib/commands/activeAppInfo.d.ts +0 -12
  249. package/build/lib/commands/activeAppInfo.d.ts.map +0 -1
  250. package/build/lib/commands/activeAppInfo.js +0 -15
  251. package/build/lib/commands/activeAppInfo.js.map +0 -1
  252. package/build/lib/commands/index.d.ts +0 -96
  253. package/build/lib/commands/index.d.ts.map +0 -1
  254. package/build/lib/commands/index.js +0 -100
  255. package/build/lib/commands/index.js.map +0 -1
  256. package/build/lib/real-device-clients/devicectl.d.ts +0 -204
  257. package/build/lib/real-device-clients/devicectl.d.ts.map +0 -1
  258. package/build/lib/real-device-clients/devicectl.js +0 -264
  259. package/build/lib/real-device-clients/devicectl.js.map +0 -1
  260. package/lib/commands/activeAppInfo.js +0 -14
  261. package/lib/commands/index.js +0 -95
  262. package/lib/real-device-clients/devicectl.js +0 -291
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.2.2",
3
+ "version": "10.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.2.2",
9
+ "version": "10.4.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -27,6 +27,7 @@
27
27
  "lru-cache": "^11.1.0",
28
28
  "moment": "^2.29.4",
29
29
  "moment-timezone": "^0.x",
30
+ "node-devicectl": "^1.0.1",
30
31
  "node-simctl": "^8.0.0",
31
32
  "portscanner": "^2.2.0",
32
33
  "semver": "^7.5.4",
@@ -109,6 +110,31 @@
109
110
  "spdy": "4.0.2"
110
111
  }
111
112
  },
113
+ "node_modules/@appium/base-driver/node_modules/axios": {
114
+ "version": "1.12.2",
115
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
116
+ "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
117
+ "license": "MIT",
118
+ "dependencies": {
119
+ "follow-redirects": "^1.15.6",
120
+ "form-data": "^4.0.4",
121
+ "proxy-from-env": "^1.1.0"
122
+ }
123
+ },
124
+ "node_modules/@appium/base-plugin": {
125
+ "version": "3.0.3",
126
+ "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.3.tgz",
127
+ "integrity": "sha512-so4Erl9nNbAmNujQ4u9W4HfeCN8nbf824tlYzpDUTMSkt3FPhs7Wzf9pwa5nbRwufRNDU2CWxa4GMLrYip1ccg==",
128
+ "license": "Apache-2.0",
129
+ "dependencies": {
130
+ "@appium/base-driver": "^10.1.0",
131
+ "@appium/support": "^7.0.2"
132
+ },
133
+ "engines": {
134
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
135
+ "npm": ">=10"
136
+ }
137
+ },
112
138
  "node_modules/@appium/docutils": {
113
139
  "version": "2.1.1",
114
140
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.1.tgz",
@@ -248,6 +274,17 @@
248
274
  "sharp": "0.34.4"
249
275
  }
250
276
  },
277
+ "node_modules/@appium/support/node_modules/axios": {
278
+ "version": "1.12.2",
279
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
280
+ "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
281
+ "license": "MIT",
282
+ "dependencies": {
283
+ "follow-redirects": "^1.15.6",
284
+ "form-data": "^4.0.4",
285
+ "proxy-from-env": "^1.1.0"
286
+ }
287
+ },
251
288
  "node_modules/@appium/support/node_modules/teen_process": {
252
289
  "version": "3.0.1",
253
290
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
@@ -308,9 +345,9 @@
308
345
  }
309
346
  },
310
347
  "node_modules/@babel/helper-validator-identifier": {
311
- "version": "7.27.1",
312
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
313
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
348
+ "version": "7.28.5",
349
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
350
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
314
351
  "license": "MIT",
315
352
  "engines": {
316
353
  "node": ">=6.9.0"
@@ -423,6 +460,21 @@
423
460
  "node": ">=14"
424
461
  }
425
462
  },
463
+ "node_modules/@sidvind/better-ajv-errors": {
464
+ "version": "4.0.0",
465
+ "resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.0.tgz",
466
+ "integrity": "sha512-rLZQkN6IfNwG6iqZZwqFMcs7DvQX3ZrLVhsHmSO1LUA4EZAz+VZLpTBCIOFsC5Qu3xuwzVfRMZ+1rtk/mCRRZw==",
467
+ "license": "Apache-2.0",
468
+ "dependencies": {
469
+ "kleur": "^4.1.0"
470
+ },
471
+ "engines": {
472
+ "node": ">= 18"
473
+ },
474
+ "peerDependencies": {
475
+ "ajv": "^7.0.0 || ^8.0.0"
476
+ }
477
+ },
426
478
  "node_modules/@so-ric/colorspace": {
427
479
  "version": "1.1.6",
428
480
  "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz",
@@ -439,16 +491,6 @@
439
491
  "integrity": "sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==",
440
492
  "license": "MIT"
441
493
  },
442
- "node_modules/@types/node": {
443
- "version": "24.8.1",
444
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.1.tgz",
445
- "integrity": "sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==",
446
- "devOptional": true,
447
- "license": "MIT",
448
- "dependencies": {
449
- "undici-types": "~7.14.0"
450
- }
451
- },
452
494
  "node_modules/@types/normalize-package-data": {
453
495
  "version": "2.4.4",
454
496
  "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
@@ -495,6 +537,23 @@
495
537
  "node": ">= 0.6"
496
538
  }
497
539
  },
540
+ "node_modules/ajv-formats": {
541
+ "version": "3.0.1",
542
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
543
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
544
+ "license": "MIT",
545
+ "dependencies": {
546
+ "ajv": "^8.0.0"
547
+ },
548
+ "peerDependencies": {
549
+ "ajv": "^8.0.0"
550
+ },
551
+ "peerDependenciesMeta": {
552
+ "ajv": {
553
+ "optional": true
554
+ }
555
+ }
556
+ },
498
557
  "node_modules/ansi-regex": {
499
558
  "version": "6.2.2",
500
559
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
@@ -522,6 +581,51 @@
522
581
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
523
582
  }
524
583
  },
584
+ "node_modules/appium": {
585
+ "version": "3.1.0",
586
+ "resolved": "https://registry.npmjs.org/appium/-/appium-3.1.0.tgz",
587
+ "integrity": "sha512-1j/Yr7KuqdPNPL6t6QxbBBntMGsTpp7bGrOz5hbnwFv6facOg1eApwrfQRFz5WPWrREF91AjiIIuQsfFMDZCZg==",
588
+ "hasInstallScript": true,
589
+ "license": "Apache-2.0",
590
+ "dependencies": {
591
+ "@appium/base-driver": "^10.1.0",
592
+ "@appium/base-plugin": "^3.0.3",
593
+ "@appium/docutils": "^2.1.1",
594
+ "@appium/logger": "^2.0.2",
595
+ "@appium/schema": "^1.0.0",
596
+ "@appium/support": "^7.0.2",
597
+ "@appium/types": "^1.1.0",
598
+ "@sidvind/better-ajv-errors": "4.0.0",
599
+ "ajv": "8.17.1",
600
+ "ajv-formats": "3.0.1",
601
+ "argparse": "2.0.1",
602
+ "async-lock": "1.4.1",
603
+ "asyncbox": "3.0.0",
604
+ "axios": "1.12.2",
605
+ "bluebird": "3.7.2",
606
+ "lilconfig": "3.1.3",
607
+ "lodash": "4.17.21",
608
+ "lru-cache": "11.2.2",
609
+ "ora": "5.4.1",
610
+ "package-changed": "3.0.0",
611
+ "resolve-from": "5.0.0",
612
+ "semver": "7.7.3",
613
+ "source-map-support": "0.5.21",
614
+ "teen_process": "3.0.1",
615
+ "type-fest": "5.0.1",
616
+ "winston": "3.18.3",
617
+ "wrap-ansi": "7.0.0",
618
+ "ws": "8.18.3",
619
+ "yaml": "2.8.1"
620
+ },
621
+ "bin": {
622
+ "appium": "index.js"
623
+ },
624
+ "engines": {
625
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
626
+ "npm": ">=10"
627
+ }
628
+ },
525
629
  "node_modules/appium-idb": {
526
630
  "version": "2.0.2",
527
631
  "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.2.tgz",
@@ -541,9 +645,9 @@
541
645
  }
542
646
  },
543
647
  "node_modules/appium-ios-device": {
544
- "version": "3.1.1",
545
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.1.tgz",
546
- "integrity": "sha512-zt5togfUscTij26C4DvJySKKclGMpB4ZrqQbJbvDIxeYpYGrb1oZG+GigNLB1uUTy9MqPLtZXRcdH4/RTHan8g==",
648
+ "version": "3.1.2",
649
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.2.tgz",
650
+ "integrity": "sha512-JhTDUPdzZ142CpUYzfl6pQUKMYtlxpSCTy0veTn2V/79ALLnrC+2dybWBQVgrQac+gki8QYrN26ky3cCy96xHw==",
547
651
  "license": "Apache-2.0",
548
652
  "dependencies": {
549
653
  "@appium/support": "^7.0.0-rc.1",
@@ -562,9 +666,9 @@
562
666
  }
563
667
  },
564
668
  "node_modules/appium-ios-remotexpc": {
565
- "version": "0.7.0",
566
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.7.0.tgz",
567
- "integrity": "sha512-g86W309N7U8vPXWjeXBw8VFM+ysvQKwVv7mrv3RPfFOHnQDLD9C10OTMZbvNXGoATUBR3lRGyTpnSzzDGXbdIQ==",
669
+ "version": "0.10.0",
670
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.10.0.tgz",
671
+ "integrity": "sha512-dSLG+TecmCUhy6wkr5H/rXgB3q1k52MsTKffAh6EKtLqe3PxoXJoXFkirLQYA4BH+kmq96aE60522cjHmhuRYg==",
568
672
  "license": "Apache-2.0",
569
673
  "optional": true,
570
674
  "dependencies": {
@@ -622,9 +726,9 @@
622
726
  }
623
727
  },
624
728
  "node_modules/appium-remote-debugger": {
625
- "version": "15.1.0",
626
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.1.0.tgz",
627
- "integrity": "sha512-bnJSyQ0fpC4mOEjGk2cmSmCNI65idjVeWuW12TpDdD57uypSVzWrgecLuG85W5aQA1cja50eq5pbtxLrD16YPw==",
729
+ "version": "15.1.1",
730
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.1.1.tgz",
731
+ "integrity": "sha512-wXlUmhWRpXGWLVuWJ5/J4in5urudkL9qN9dL1AynApRln+DXcSR6TC3n+hCx4s5UI2900TcmP1LdPmoQKWbPTg==",
628
732
  "license": "Apache-2.0",
629
733
  "dependencies": {
630
734
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -644,9 +748,9 @@
644
748
  }
645
749
  },
646
750
  "node_modules/appium-webdriveragent": {
647
- "version": "10.1.3",
648
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.1.3.tgz",
649
- "integrity": "sha512-8PV71K3BetONcvVCuB/Hb2fmmjVGtmre2ElvRllVz2idarp91PB9ourucZj8deRvP4AokN03vPKn46zza+hbiw==",
751
+ "version": "10.2.1",
752
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.2.1.tgz",
753
+ "integrity": "sha512-lQrTDn7a0/rmWyVl3jmJEw7dhdR/4clq4fZ99VrQt+tVjcDPiGuN1G6gSuKAPEnVFNiqAAabpxp+3wgwHSOPFw==",
650
754
  "license": "Apache-2.0",
651
755
  "dependencies": {
652
756
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -687,6 +791,33 @@
687
791
  "npm": ">=10"
688
792
  }
689
793
  },
794
+ "node_modules/appium/node_modules/axios": {
795
+ "version": "1.12.2",
796
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
797
+ "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
798
+ "license": "MIT",
799
+ "dependencies": {
800
+ "follow-redirects": "^1.15.6",
801
+ "form-data": "^4.0.4",
802
+ "proxy-from-env": "^1.1.0"
803
+ }
804
+ },
805
+ "node_modules/appium/node_modules/teen_process": {
806
+ "version": "3.0.1",
807
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
808
+ "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
809
+ "license": "Apache-2.0",
810
+ "dependencies": {
811
+ "bluebird": "^3.7.2",
812
+ "lodash": "^4.17.21",
813
+ "shell-quote": "^1.8.1",
814
+ "source-map-support": "^0.x"
815
+ },
816
+ "engines": {
817
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
818
+ "npm": ">=10"
819
+ }
820
+ },
690
821
  "node_modules/archiver": {
691
822
  "version": "7.0.1",
692
823
  "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
@@ -808,7 +939,6 @@
808
939
  "version": "2.0.1",
809
940
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
810
941
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
811
- "extraneous": true,
812
942
  "license": "Python-2.0"
813
943
  },
814
944
  "node_modules/async": {
@@ -844,9 +974,9 @@
844
974
  "license": "MIT"
845
975
  },
846
976
  "node_modules/axios": {
847
- "version": "1.12.2",
848
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
849
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
977
+ "version": "1.13.1",
978
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz",
979
+ "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
850
980
  "license": "MIT",
851
981
  "dependencies": {
852
982
  "follow-redirects": "^1.15.6",
@@ -875,9 +1005,9 @@
875
1005
  "license": "MIT"
876
1006
  },
877
1007
  "node_modules/bare-events": {
878
- "version": "2.8.0",
879
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.0.tgz",
880
- "integrity": "sha512-AOhh6Bg5QmFIXdViHbMc2tLDsBIRxdkIaIddPslJF9Z5De3APBScuqGP2uThXnIpqFrgoxMNC6km7uXNIMLHXA==",
1008
+ "version": "2.8.1",
1009
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
1010
+ "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
881
1011
  "license": "Apache-2.0",
882
1012
  "peerDependencies": {
883
1013
  "bare-abort-controller": "*"
@@ -941,6 +1071,31 @@
941
1071
  "node": ">=0.6"
942
1072
  }
943
1073
  },
1074
+ "node_modules/bl": {
1075
+ "version": "4.1.0",
1076
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
1077
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
1078
+ "license": "MIT",
1079
+ "dependencies": {
1080
+ "buffer": "^5.5.0",
1081
+ "inherits": "^2.0.4",
1082
+ "readable-stream": "^3.4.0"
1083
+ }
1084
+ },
1085
+ "node_modules/bl/node_modules/readable-stream": {
1086
+ "version": "3.6.2",
1087
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
1088
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
1089
+ "license": "MIT",
1090
+ "dependencies": {
1091
+ "inherits": "^2.0.3",
1092
+ "string_decoder": "^1.1.1",
1093
+ "util-deprecate": "^1.0.1"
1094
+ },
1095
+ "engines": {
1096
+ "node": ">= 6"
1097
+ }
1098
+ },
944
1099
  "node_modules/bluebird": {
945
1100
  "version": "3.7.2",
946
1101
  "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -988,6 +1143,30 @@
988
1143
  "node": ">= 5.10.0"
989
1144
  }
990
1145
  },
1146
+ "node_modules/buffer": {
1147
+ "version": "5.7.1",
1148
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1149
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1150
+ "funding": [
1151
+ {
1152
+ "type": "github",
1153
+ "url": "https://github.com/sponsors/feross"
1154
+ },
1155
+ {
1156
+ "type": "patreon",
1157
+ "url": "https://www.patreon.com/feross"
1158
+ },
1159
+ {
1160
+ "type": "consulting",
1161
+ "url": "https://feross.org/support"
1162
+ }
1163
+ ],
1164
+ "license": "MIT",
1165
+ "dependencies": {
1166
+ "base64-js": "^1.3.1",
1167
+ "ieee754": "^1.1.13"
1168
+ }
1169
+ },
991
1170
  "node_modules/buffer-crc32": {
992
1171
  "version": "1.0.0",
993
1172
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
@@ -1069,6 +1248,30 @@
1069
1248
  "node": ">=8"
1070
1249
  }
1071
1250
  },
1251
+ "node_modules/cli-cursor": {
1252
+ "version": "3.1.0",
1253
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
1254
+ "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
1255
+ "license": "MIT",
1256
+ "dependencies": {
1257
+ "restore-cursor": "^3.1.0"
1258
+ },
1259
+ "engines": {
1260
+ "node": ">=8"
1261
+ }
1262
+ },
1263
+ "node_modules/cli-spinners": {
1264
+ "version": "2.9.2",
1265
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
1266
+ "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
1267
+ "license": "MIT",
1268
+ "engines": {
1269
+ "node": ">=6"
1270
+ },
1271
+ "funding": {
1272
+ "url": "https://github.com/sponsors/sindresorhus"
1273
+ }
1274
+ },
1072
1275
  "node_modules/cliui": {
1073
1276
  "version": "9.0.1",
1074
1277
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
@@ -1135,6 +1338,15 @@
1135
1338
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1136
1339
  }
1137
1340
  },
1341
+ "node_modules/clone": {
1342
+ "version": "1.0.4",
1343
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
1344
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
1345
+ "license": "MIT",
1346
+ "engines": {
1347
+ "node": ">=0.8"
1348
+ }
1349
+ },
1138
1350
  "node_modules/color": {
1139
1351
  "version": "5.0.2",
1140
1352
  "resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
@@ -1221,9 +1433,9 @@
1221
1433
  }
1222
1434
  },
1223
1435
  "node_modules/commander": {
1224
- "version": "14.0.1",
1225
- "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
1226
- "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
1436
+ "version": "14.0.2",
1437
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
1438
+ "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
1227
1439
  "license": "MIT",
1228
1440
  "engines": {
1229
1441
  "node": ">=20"
@@ -1398,6 +1610,18 @@
1398
1610
  }
1399
1611
  }
1400
1612
  },
1613
+ "node_modules/defaults": {
1614
+ "version": "1.0.4",
1615
+ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
1616
+ "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
1617
+ "license": "MIT",
1618
+ "dependencies": {
1619
+ "clone": "^1.0.2"
1620
+ },
1621
+ "funding": {
1622
+ "url": "https://github.com/sponsors/sindresorhus"
1623
+ }
1624
+ },
1401
1625
  "node_modules/delayed-stream": {
1402
1626
  "version": "1.0.0",
1403
1627
  "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -1651,12 +1875,36 @@
1651
1875
  "url": "https://opencollective.com/express"
1652
1876
  }
1653
1877
  },
1878
+ "node_modules/fast-deep-equal": {
1879
+ "version": "3.1.3",
1880
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1881
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1882
+ "extraneous": true,
1883
+ "license": "MIT"
1884
+ },
1654
1885
  "node_modules/fast-fifo": {
1655
1886
  "version": "1.3.2",
1656
1887
  "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
1657
1888
  "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
1658
1889
  "license": "MIT"
1659
1890
  },
1891
+ "node_modules/fast-uri": {
1892
+ "version": "3.1.0",
1893
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
1894
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
1895
+ "extraneous": true,
1896
+ "funding": [
1897
+ {
1898
+ "type": "github",
1899
+ "url": "https://github.com/sponsors/fastify"
1900
+ },
1901
+ {
1902
+ "type": "opencollective",
1903
+ "url": "https://opencollective.com/fastify"
1904
+ }
1905
+ ],
1906
+ "license": "BSD-3-Clause"
1907
+ },
1660
1908
  "node_modules/fastest-levenshtein": {
1661
1909
  "version": "1.0.16",
1662
1910
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
@@ -1952,10 +2200,10 @@
1952
2200
  }
1953
2201
  },
1954
2202
  "node_modules/glob/node_modules/minimatch": {
1955
- "version": "10.0.3",
1956
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
1957
- "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
1958
- "license": "ISC",
2203
+ "version": "10.1.1",
2204
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
2205
+ "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
2206
+ "license": "BlueOak-1.0.0",
1959
2207
  "dependencies": {
1960
2208
  "@isaacs/brace-expansion": "^5.0.0"
1961
2209
  },
@@ -2213,6 +2461,15 @@
2213
2461
  "node": ">=8"
2214
2462
  }
2215
2463
  },
2464
+ "node_modules/is-interactive": {
2465
+ "version": "1.0.0",
2466
+ "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
2467
+ "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
2468
+ "license": "MIT",
2469
+ "engines": {
2470
+ "node": ">=8"
2471
+ }
2472
+ },
2216
2473
  "node_modules/is-number-like": {
2217
2474
  "version": "1.0.8",
2218
2475
  "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
@@ -2330,6 +2587,13 @@
2330
2587
  "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
2331
2588
  "license": "(AFL-2.1 OR BSD-3-Clause)"
2332
2589
  },
2590
+ "node_modules/json-schema-traverse": {
2591
+ "version": "1.0.0",
2592
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2593
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2594
+ "extraneous": true,
2595
+ "license": "MIT"
2596
+ },
2333
2597
  "node_modules/klaw": {
2334
2598
  "version": "4.1.0",
2335
2599
  "resolved": "https://registry.npmjs.org/klaw/-/klaw-4.1.0.tgz",
@@ -2339,6 +2603,15 @@
2339
2603
  "node": ">=14.14.0"
2340
2604
  }
2341
2605
  },
2606
+ "node_modules/kleur": {
2607
+ "version": "4.1.5",
2608
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
2609
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
2610
+ "license": "MIT",
2611
+ "engines": {
2612
+ "node": ">=6"
2613
+ }
2614
+ },
2342
2615
  "node_modules/kuler": {
2343
2616
  "version": "2.0.0",
2344
2617
  "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
@@ -2592,7 +2865,6 @@
2592
2865
  "version": "2.1.0",
2593
2866
  "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
2594
2867
  "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
2595
- "extraneous": true,
2596
2868
  "license": "MIT",
2597
2869
  "engines": {
2598
2870
  "node": ">=6"
@@ -2712,6 +2984,21 @@
2712
2984
  "node": "^18 || ^20 || >= 21"
2713
2985
  }
2714
2986
  },
2987
+ "node_modules/node-devicectl": {
2988
+ "version": "1.0.1",
2989
+ "resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.0.1.tgz",
2990
+ "integrity": "sha512-x1h3FBgiCI6bhUWvUKWhPfEajc36+2NmHJU1X1l648MZCFDnyMrwHvvI1/zLmRN8MTpheyjshovL2cKX/sBxmA==",
2991
+ "license": "Apache-2.0",
2992
+ "dependencies": {
2993
+ "@appium/logger": "^2.0.0-rc.1",
2994
+ "lodash": "^4.2.1",
2995
+ "teen_process": "^3.0.0"
2996
+ },
2997
+ "engines": {
2998
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
2999
+ "npm": ">=10"
3000
+ }
3001
+ },
2715
3002
  "node_modules/node-simctl": {
2716
3003
  "version": "8.0.5",
2717
3004
  "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.5.tgz",
@@ -2889,7 +3176,6 @@
2889
3176
  "version": "5.1.2",
2890
3177
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
2891
3178
  "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
2892
- "extraneous": true,
2893
3179
  "license": "MIT",
2894
3180
  "dependencies": {
2895
3181
  "mimic-fn": "^2.1.0"
@@ -2901,6 +3187,50 @@
2901
3187
  "url": "https://github.com/sponsors/sindresorhus"
2902
3188
  }
2903
3189
  },
3190
+ "node_modules/ora": {
3191
+ "version": "5.4.1",
3192
+ "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
3193
+ "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
3194
+ "license": "MIT",
3195
+ "dependencies": {
3196
+ "bl": "^4.1.0",
3197
+ "chalk": "^4.1.0",
3198
+ "cli-cursor": "^3.1.0",
3199
+ "cli-spinners": "^2.5.0",
3200
+ "is-interactive": "^1.0.0",
3201
+ "is-unicode-supported": "^0.1.0",
3202
+ "log-symbols": "^4.1.0",
3203
+ "strip-ansi": "^6.0.0",
3204
+ "wcwidth": "^1.0.1"
3205
+ },
3206
+ "engines": {
3207
+ "node": ">=10"
3208
+ },
3209
+ "funding": {
3210
+ "url": "https://github.com/sponsors/sindresorhus"
3211
+ }
3212
+ },
3213
+ "node_modules/ora/node_modules/ansi-regex": {
3214
+ "version": "5.0.1",
3215
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3216
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3217
+ "license": "MIT",
3218
+ "engines": {
3219
+ "node": ">=8"
3220
+ }
3221
+ },
3222
+ "node_modules/ora/node_modules/strip-ansi": {
3223
+ "version": "6.0.1",
3224
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3225
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3226
+ "license": "MIT",
3227
+ "dependencies": {
3228
+ "ansi-regex": "^5.0.1"
3229
+ },
3230
+ "engines": {
3231
+ "node": ">=8"
3232
+ }
3233
+ },
2904
3234
  "node_modules/p-limit": {
2905
3235
  "version": "3.1.0",
2906
3236
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -2931,6 +3261,27 @@
2931
3261
  "url": "https://github.com/sponsors/sindresorhus"
2932
3262
  }
2933
3263
  },
3264
+ "node_modules/package-changed": {
3265
+ "version": "3.0.0",
3266
+ "resolved": "https://registry.npmjs.org/package-changed/-/package-changed-3.0.0.tgz",
3267
+ "integrity": "sha512-HSRbrO+Ab5AuqqYGSevtKJ1Yt96jW1VKV7wrp8K4SKj5tyDp/7D96uPCQyCPiNtWTEH/7nA3hZ4z2slbc9yFxg==",
3268
+ "license": "ISC",
3269
+ "dependencies": {
3270
+ "commander": "^6.2.0"
3271
+ },
3272
+ "bin": {
3273
+ "package-changed": "bin/package-changed.js"
3274
+ }
3275
+ },
3276
+ "node_modules/package-changed/node_modules/commander": {
3277
+ "version": "6.2.1",
3278
+ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
3279
+ "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
3280
+ "license": "MIT",
3281
+ "engines": {
3282
+ "node": ">= 6"
3283
+ }
3284
+ },
2934
3285
  "node_modules/package-json-from-dist": {
2935
3286
  "version": "1.0.1",
2936
3287
  "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
@@ -3317,13 +3668,23 @@
3317
3668
  "node": ">=10"
3318
3669
  }
3319
3670
  },
3671
+ "node_modules/require-from-string": {
3672
+ "version": "2.0.2",
3673
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3674
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3675
+ "extraneous": true,
3676
+ "license": "MIT",
3677
+ "engines": {
3678
+ "node": ">=0.10.0"
3679
+ }
3680
+ },
3320
3681
  "node_modules/resolve": {
3321
- "version": "1.22.10",
3322
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
3323
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
3682
+ "version": "1.22.11",
3683
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
3684
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
3324
3685
  "license": "MIT",
3325
3686
  "dependencies": {
3326
- "is-core-module": "^2.16.0",
3687
+ "is-core-module": "^2.16.1",
3327
3688
  "path-parse": "^1.0.7",
3328
3689
  "supports-preserve-symlinks-flag": "^1.0.0"
3329
3690
  },
@@ -3346,14 +3707,27 @@
3346
3707
  "node": ">=8"
3347
3708
  }
3348
3709
  },
3710
+ "node_modules/restore-cursor": {
3711
+ "version": "3.1.0",
3712
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
3713
+ "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
3714
+ "license": "MIT",
3715
+ "dependencies": {
3716
+ "onetime": "^5.1.0",
3717
+ "signal-exit": "^3.0.2"
3718
+ },
3719
+ "engines": {
3720
+ "node": ">=8"
3721
+ }
3722
+ },
3349
3723
  "node_modules/rimraf": {
3350
- "version": "6.0.1",
3351
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
3352
- "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
3353
- "license": "ISC",
3724
+ "version": "6.1.0",
3725
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.0.tgz",
3726
+ "integrity": "sha512-DxdlA1bdNzkZK7JiNWH+BAx1x4tEJWoTofIopFo6qWUU94jYrFZ0ubY05TqH3nWPJ1nKa1JWVFDINZ3fnrle/A==",
3727
+ "license": "BlueOak-1.0.0",
3354
3728
  "dependencies": {
3355
- "glob": "^11.0.0",
3356
- "package-json-from-dist": "^1.0.0"
3729
+ "glob": "^11.0.3",
3730
+ "package-json-from-dist": "^1.0.1"
3357
3731
  },
3358
3732
  "bin": {
3359
3733
  "rimraf": "dist/esm/bin.mjs"
@@ -4075,25 +4449,11 @@
4075
4449
  "node": ">= 0.6"
4076
4450
  }
4077
4451
  },
4078
- "node_modules/typescript": {
4079
- "version": "5.9.3",
4080
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4081
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4082
- "devOptional": true,
4083
- "license": "Apache-2.0",
4084
- "bin": {
4085
- "tsc": "bin/tsc",
4086
- "tsserver": "bin/tsserver"
4087
- },
4088
- "engines": {
4089
- "node": ">=14.17"
4090
- }
4091
- },
4092
4452
  "node_modules/undici-types": {
4093
- "version": "7.14.0",
4094
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
4095
- "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
4096
- "devOptional": true,
4453
+ "version": "7.16.0",
4454
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4455
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4456
+ "extraneous": true,
4097
4457
  "license": "MIT"
4098
4458
  },
4099
4459
  "node_modules/unorm": {
@@ -4168,6 +4528,15 @@
4168
4528
  "minimalistic-assert": "^1.0.0"
4169
4529
  }
4170
4530
  },
4531
+ "node_modules/wcwidth": {
4532
+ "version": "1.0.1",
4533
+ "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
4534
+ "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
4535
+ "license": "MIT",
4536
+ "dependencies": {
4537
+ "defaults": "^1.0.3"
4538
+ }
4539
+ },
4171
4540
  "node_modules/which": {
4172
4541
  "version": "5.0.0",
4173
4542
  "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
@@ -4251,7 +4620,6 @@
4251
4620
  "version": "7.0.0",
4252
4621
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4253
4622
  "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4254
- "extraneous": true,
4255
4623
  "license": "MIT",
4256
4624
  "dependencies": {
4257
4625
  "ansi-styles": "^4.0.0",
@@ -4328,7 +4696,6 @@
4328
4696
  "version": "5.0.1",
4329
4697
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4330
4698
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4331
- "extraneous": true,
4332
4699
  "license": "MIT",
4333
4700
  "engines": {
4334
4701
  "node": ">=8"
@@ -4338,14 +4705,12 @@
4338
4705
  "version": "8.0.0",
4339
4706
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
4340
4707
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
4341
- "extraneous": true,
4342
4708
  "license": "MIT"
4343
4709
  },
4344
4710
  "node_modules/wrap-ansi/node_modules/string-width": {
4345
4711
  "version": "4.2.3",
4346
4712
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
4347
4713
  "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
4348
- "extraneous": true,
4349
4714
  "license": "MIT",
4350
4715
  "dependencies": {
4351
4716
  "emoji-regex": "^8.0.0",
@@ -4360,7 +4725,6 @@
4360
4725
  "version": "6.0.1",
4361
4726
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4362
4727
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4363
- "extraneous": true,
4364
4728
  "license": "MIT",
4365
4729
  "dependencies": {
4366
4730
  "ansi-regex": "^5.0.1"