appium-xcuitest-driver 7.33.0 → 7.34.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 (35) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/lib/commands/condition.d.ts.map +1 -1
  3. package/build/lib/commands/condition.js +11 -11
  4. package/build/lib/commands/condition.js.map +1 -1
  5. package/build/lib/commands/file-movement.d.ts +4 -3
  6. package/build/lib/commands/file-movement.d.ts.map +1 -1
  7. package/build/lib/commands/file-movement.js +80 -57
  8. package/build/lib/commands/file-movement.js.map +1 -1
  9. package/build/lib/commands/pcap.js +2 -2
  10. package/build/lib/commands/pcap.js.map +1 -1
  11. package/build/lib/commands/performance.js +6 -6
  12. package/build/lib/commands/performance.js.map +1 -1
  13. package/build/lib/commands/proxy-helper.js +2 -2
  14. package/build/lib/commands/proxy-helper.js.map +1 -1
  15. package/build/lib/commands/record-audio.js +4 -4
  16. package/build/lib/commands/record-audio.js.map +1 -1
  17. package/build/lib/commands/recordscreen.js +3 -3
  18. package/build/lib/commands/recordscreen.js.map +1 -1
  19. package/build/lib/driver.d.ts +2 -2
  20. package/build/lib/driver.d.ts.map +1 -1
  21. package/build/lib/driver.js +11 -11
  22. package/build/lib/driver.js.map +1 -1
  23. package/build/lib/utils.js +4 -4
  24. package/build/lib/utils.js.map +1 -1
  25. package/lib/commands/condition.js +13 -11
  26. package/lib/commands/file-movement.js +80 -57
  27. package/lib/commands/pcap.js +2 -2
  28. package/lib/commands/performance.js +6 -6
  29. package/lib/commands/proxy-helper.js +2 -2
  30. package/lib/commands/record-audio.js +4 -4
  31. package/lib/commands/recordscreen.js +3 -3
  32. package/lib/driver.js +13 -11
  33. package/lib/utils.js +4 -4
  34. package/npm-shrinkwrap.json +170 -41
  35. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.33.0",
3
+ "version": "7.34.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.33.0",
9
+ "version": "7.34.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.7.23",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
- "appium-webdriveragent": "^8.11.0",
17
+ "appium-webdriveragent": "^8.12.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -112,6 +112,18 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
115
+ "node_modules/@appium/base-driver/node_modules/type-fest": {
116
+ "version": "4.30.0",
117
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
118
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
119
+ "license": "(MIT OR CC0-1.0)",
120
+ "engines": {
121
+ "node": ">=16"
122
+ },
123
+ "funding": {
124
+ "url": "https://github.com/sponsors/sindresorhus"
125
+ }
126
+ },
115
127
  "node_modules/@appium/docutils": {
116
128
  "version": "1.0.26",
117
129
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.26.tgz",
@@ -147,6 +159,18 @@
147
159
  "npm": ">=8"
148
160
  }
149
161
  },
162
+ "node_modules/@appium/docutils/node_modules/type-fest": {
163
+ "version": "4.30.0",
164
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
165
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
166
+ "license": "(MIT OR CC0-1.0)",
167
+ "engines": {
168
+ "node": ">=16"
169
+ },
170
+ "funding": {
171
+ "url": "https://github.com/sponsors/sindresorhus"
172
+ }
173
+ },
150
174
  "node_modules/@appium/logger": {
151
175
  "version": "1.6.1",
152
176
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -259,6 +283,18 @@
259
283
  "sharp": "0.33.5"
260
284
  }
261
285
  },
286
+ "node_modules/@appium/support/node_modules/type-fest": {
287
+ "version": "4.30.0",
288
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
289
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
290
+ "license": "(MIT OR CC0-1.0)",
291
+ "engines": {
292
+ "node": ">=16"
293
+ },
294
+ "funding": {
295
+ "url": "https://github.com/sponsors/sindresorhus"
296
+ }
297
+ },
262
298
  "node_modules/@appium/tsconfig": {
263
299
  "version": "0.3.3",
264
300
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -290,6 +326,18 @@
290
326
  "npm": ">=8"
291
327
  }
292
328
  },
329
+ "node_modules/@appium/types/node_modules/type-fest": {
330
+ "version": "4.30.0",
331
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
332
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
333
+ "license": "(MIT OR CC0-1.0)",
334
+ "engines": {
335
+ "node": ">=16"
336
+ },
337
+ "funding": {
338
+ "url": "https://github.com/sponsors/sindresorhus"
339
+ }
340
+ },
293
341
  "node_modules/@babel/code-frame": {
294
342
  "version": "7.26.2",
295
343
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
@@ -604,9 +652,9 @@
604
652
  }
605
653
  },
606
654
  "node_modules/@types/node": {
607
- "version": "22.10.1",
608
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
609
- "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
655
+ "version": "22.10.2",
656
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
657
+ "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
610
658
  "license": "MIT",
611
659
  "dependencies": {
612
660
  "undici-types": "~6.20.0"
@@ -825,9 +873,9 @@
825
873
  }
826
874
  },
827
875
  "node_modules/appium-ios-simulator": {
828
- "version": "6.1.15",
829
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.15.tgz",
830
- "integrity": "sha512-xssI9ZinH86RDLhiwPeLwZd8nLZTos9CN0KI/Y30+8JIayQIFN3VqoKo5eAi9BIi+0i4L3kZ+KeFQ9nPBwqAlg==",
876
+ "version": "6.1.16",
877
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.16.tgz",
878
+ "integrity": "sha512-XMoOX9lnD4DYhEPI+v10GWeRG3SfzkM0ouy8x9Jbefb8mQ5DPq/kP5XtTmb528rCALyre7+NA3T0ciPAuFrqJA==",
831
879
  "license": "Apache-2.0",
832
880
  "dependencies": {
833
881
  "@appium/support": "^6.0.0",
@@ -869,9 +917,9 @@
869
917
  }
870
918
  },
871
919
  "node_modules/appium-webdriveragent": {
872
- "version": "8.11.3",
873
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.11.3.tgz",
874
- "integrity": "sha512-uupxCusPmbsITA7ewHm7XPP+573OqiqFPJMbRtfxS9ePbUTkYmExuiqEK0AYu6uK3HV0bDsnuTARxwmxhZ6pCg==",
920
+ "version": "8.12.0",
921
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.12.0.tgz",
922
+ "integrity": "sha512-uvSdqj0oJmFx47+43CsiOCPGlu60aMBaQI0iBF92bNGamBJ9gwmHzWPIl/qi9LN2ZKYtMMYlVdoKCq6cVdQzyQ==",
875
923
  "license": "Apache-2.0",
876
924
  "dependencies": {
877
925
  "@appium/base-driver": "^9.0.0",
@@ -1239,6 +1287,22 @@
1239
1287
  "node": ">= 0.4"
1240
1288
  }
1241
1289
  },
1290
+ "node_modules/call-bound": {
1291
+ "version": "1.0.2",
1292
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.2.tgz",
1293
+ "integrity": "sha512-0lk0PHFe/uz0vl527fG9CgdE9WdafjDbCXvBbs+LUv000TVt2Jjhqbs4Jwm8gz070w8xXyEAxrPOMullsxXeGg==",
1294
+ "license": "MIT",
1295
+ "dependencies": {
1296
+ "call-bind": "^1.0.8",
1297
+ "get-intrinsic": "^1.2.5"
1298
+ },
1299
+ "engines": {
1300
+ "node": ">= 0.4"
1301
+ },
1302
+ "funding": {
1303
+ "url": "https://github.com/sponsors/ljharb"
1304
+ }
1305
+ },
1242
1306
  "node_modules/chalk": {
1243
1307
  "version": "4.1.2",
1244
1308
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -1688,6 +1752,18 @@
1688
1752
  "node": ">= 0.4"
1689
1753
  }
1690
1754
  },
1755
+ "node_modules/es-object-atoms": {
1756
+ "version": "1.0.0",
1757
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
1758
+ "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
1759
+ "license": "MIT",
1760
+ "dependencies": {
1761
+ "es-errors": "^1.3.0"
1762
+ },
1763
+ "engines": {
1764
+ "node": ">= 0.4"
1765
+ }
1766
+ },
1691
1767
  "node_modules/escalade": {
1692
1768
  "version": "3.2.0",
1693
1769
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -1982,19 +2058,21 @@
1982
2058
  }
1983
2059
  },
1984
2060
  "node_modules/get-intrinsic": {
1985
- "version": "1.2.5",
1986
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
1987
- "integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
2061
+ "version": "1.2.6",
2062
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz",
2063
+ "integrity": "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==",
1988
2064
  "license": "MIT",
1989
2065
  "dependencies": {
1990
- "call-bind-apply-helpers": "^1.0.0",
2066
+ "call-bind-apply-helpers": "^1.0.1",
1991
2067
  "dunder-proto": "^1.0.0",
1992
2068
  "es-define-property": "^1.0.1",
1993
2069
  "es-errors": "^1.3.0",
2070
+ "es-object-atoms": "^1.0.0",
1994
2071
  "function-bind": "^1.1.2",
1995
2072
  "gopd": "^1.2.0",
1996
2073
  "has-symbols": "^1.1.0",
1997
- "hasown": "^2.0.2"
2074
+ "hasown": "^2.0.2",
2075
+ "math-intrinsics": "^1.0.0"
1998
2076
  },
1999
2077
  "engines": {
2000
2078
  "node": ">= 0.4"
@@ -2258,9 +2336,9 @@
2258
2336
  "license": "MIT"
2259
2337
  },
2260
2338
  "node_modules/is-core-module": {
2261
- "version": "2.15.1",
2262
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
2263
- "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
2339
+ "version": "2.16.0",
2340
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz",
2341
+ "integrity": "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==",
2264
2342
  "license": "MIT",
2265
2343
  "dependencies": {
2266
2344
  "hasown": "^2.0.2"
@@ -2545,6 +2623,15 @@
2545
2623
  "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
2546
2624
  "license": "ISC"
2547
2625
  },
2626
+ "node_modules/math-intrinsics": {
2627
+ "version": "1.0.0",
2628
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.0.0.tgz",
2629
+ "integrity": "sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==",
2630
+ "license": "MIT",
2631
+ "engines": {
2632
+ "node": ">= 0.4"
2633
+ }
2634
+ },
2548
2635
  "node_modules/media-typer": {
2549
2636
  "version": "0.3.0",
2550
2637
  "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
@@ -3644,15 +3731,69 @@
3644
3731
  }
3645
3732
  },
3646
3733
  "node_modules/side-channel": {
3647
- "version": "1.0.6",
3648
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
3649
- "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
3734
+ "version": "1.1.0",
3735
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
3736
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
3650
3737
  "license": "MIT",
3651
3738
  "dependencies": {
3652
- "call-bind": "^1.0.7",
3653
3739
  "es-errors": "^1.3.0",
3654
- "get-intrinsic": "^1.2.4",
3655
- "object-inspect": "^1.13.1"
3740
+ "object-inspect": "^1.13.3",
3741
+ "side-channel-list": "^1.0.0",
3742
+ "side-channel-map": "^1.0.1",
3743
+ "side-channel-weakmap": "^1.0.2"
3744
+ },
3745
+ "engines": {
3746
+ "node": ">= 0.4"
3747
+ },
3748
+ "funding": {
3749
+ "url": "https://github.com/sponsors/ljharb"
3750
+ }
3751
+ },
3752
+ "node_modules/side-channel-list": {
3753
+ "version": "1.0.0",
3754
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
3755
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
3756
+ "license": "MIT",
3757
+ "dependencies": {
3758
+ "es-errors": "^1.3.0",
3759
+ "object-inspect": "^1.13.3"
3760
+ },
3761
+ "engines": {
3762
+ "node": ">= 0.4"
3763
+ },
3764
+ "funding": {
3765
+ "url": "https://github.com/sponsors/ljharb"
3766
+ }
3767
+ },
3768
+ "node_modules/side-channel-map": {
3769
+ "version": "1.0.1",
3770
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3771
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3772
+ "license": "MIT",
3773
+ "dependencies": {
3774
+ "call-bound": "^1.0.2",
3775
+ "es-errors": "^1.3.0",
3776
+ "get-intrinsic": "^1.2.5",
3777
+ "object-inspect": "^1.13.3"
3778
+ },
3779
+ "engines": {
3780
+ "node": ">= 0.4"
3781
+ },
3782
+ "funding": {
3783
+ "url": "https://github.com/sponsors/ljharb"
3784
+ }
3785
+ },
3786
+ "node_modules/side-channel-weakmap": {
3787
+ "version": "1.0.2",
3788
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3789
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3790
+ "license": "MIT",
3791
+ "dependencies": {
3792
+ "call-bound": "^1.0.2",
3793
+ "es-errors": "^1.3.0",
3794
+ "get-intrinsic": "^1.2.5",
3795
+ "object-inspect": "^1.13.3",
3796
+ "side-channel-map": "^1.0.1"
3656
3797
  },
3657
3798
  "engines": {
3658
3799
  "node": ">= 0.4"
@@ -3818,9 +3959,9 @@
3818
3959
  }
3819
3960
  },
3820
3961
  "node_modules/streamx": {
3821
- "version": "2.21.0",
3822
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz",
3823
- "integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==",
3962
+ "version": "2.21.1",
3963
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz",
3964
+ "integrity": "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==",
3824
3965
  "license": "MIT",
3825
3966
  "dependencies": {
3826
3967
  "fast-fifo": "^1.3.2",
@@ -4029,18 +4170,6 @@
4029
4170
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4030
4171
  "license": "0BSD"
4031
4172
  },
4032
- "node_modules/type-fest": {
4033
- "version": "4.30.0",
4034
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
4035
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
4036
- "license": "(MIT OR CC0-1.0)",
4037
- "engines": {
4038
- "node": ">=16"
4039
- },
4040
- "funding": {
4041
- "url": "https://github.com/sponsors/sindresorhus"
4042
- }
4043
- },
4044
4173
  "node_modules/type-is": {
4045
4174
  "version": "1.6.18",
4046
4175
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.33.0",
11
+ "version": "7.34.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.7.23",
82
82
  "appium-ios-simulator": "^6.1.7",
83
83
  "appium-remote-debugger": "^12.1.1",
84
- "appium-webdriveragent": "^8.11.0",
84
+ "appium-webdriveragent": "^8.12.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",