appium-xcuitest-driver 9.6.0 → 9.6.1
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 +75 -43
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.6.1](https://github.com/appium/appium-xcuitest-driver/compare/v9.6.0...v9.6.1) (2025-06-12)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 22.15.31 to 24.0.1 ([#2578](https://github.com/appium/appium-xcuitest-driver/issues/2578)) ([c0cfd0e](https://github.com/appium/appium-xcuitest-driver/commit/c0cfd0e7c427bb8eb7e2f08cb97f9488ece98577))
|
|
6
|
+
|
|
1
7
|
## [9.6.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.5.0...v9.6.0) (2025-06-10)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.6.
|
|
9
|
+
"version": "9.6.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/bluebird": "^3.5.38",
|
|
44
44
|
"@types/lodash": "^4.14.196",
|
|
45
45
|
"@types/mocha": "^10.0.1",
|
|
46
|
-
"@types/node": "^
|
|
46
|
+
"@types/node": "^24.0.1",
|
|
47
47
|
"@types/portscanner": "^2.1.1",
|
|
48
48
|
"@types/teen_process": "^2.0.1",
|
|
49
49
|
"axios": "^1.4.0",
|
|
@@ -141,6 +141,22 @@
|
|
|
141
141
|
"npm": ">=8"
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
145
|
+
"version": "2.3.2",
|
|
146
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.2.tgz",
|
|
147
|
+
"integrity": "sha512-eiYtJbYrMz5WbZL68u05qCgLMShPZhYKVewZFoyT6C2xvNdMfikCP7Nh0K3Phiy+H4bMZ8q5GtJROFcoYwQJmQ==",
|
|
148
|
+
"license": "Apache-2.0",
|
|
149
|
+
"dependencies": {
|
|
150
|
+
"bluebird": "^3.7.2",
|
|
151
|
+
"lodash": "^4.17.21",
|
|
152
|
+
"shell-quote": "^1.8.1",
|
|
153
|
+
"source-map-support": "^0.x"
|
|
154
|
+
},
|
|
155
|
+
"engines": {
|
|
156
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
157
|
+
"npm": ">=8"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
144
160
|
"node_modules/@appium/logger": {
|
|
145
161
|
"version": "1.7.1",
|
|
146
162
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.7.1.tgz",
|
|
@@ -236,6 +252,22 @@
|
|
|
236
252
|
"sharp": "0.34.2"
|
|
237
253
|
}
|
|
238
254
|
},
|
|
255
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
256
|
+
"version": "2.3.2",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.2.tgz",
|
|
258
|
+
"integrity": "sha512-eiYtJbYrMz5WbZL68u05qCgLMShPZhYKVewZFoyT6C2xvNdMfikCP7Nh0K3Phiy+H4bMZ8q5GtJROFcoYwQJmQ==",
|
|
259
|
+
"license": "Apache-2.0",
|
|
260
|
+
"dependencies": {
|
|
261
|
+
"bluebird": "^3.7.2",
|
|
262
|
+
"lodash": "^4.17.21",
|
|
263
|
+
"shell-quote": "^1.8.1",
|
|
264
|
+
"source-map-support": "^0.x"
|
|
265
|
+
},
|
|
266
|
+
"engines": {
|
|
267
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
268
|
+
"npm": ">=8"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
239
271
|
"node_modules/@appium/tsconfig": {
|
|
240
272
|
"version": "0.3.5",
|
|
241
273
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.5.tgz",
|
|
@@ -419,12 +451,12 @@
|
|
|
419
451
|
"license": "MIT"
|
|
420
452
|
},
|
|
421
453
|
"node_modules/@types/node": {
|
|
422
|
-
"version": "
|
|
423
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
424
|
-
"integrity": "sha512-
|
|
454
|
+
"version": "24.0.1",
|
|
455
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz",
|
|
456
|
+
"integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==",
|
|
425
457
|
"license": "MIT",
|
|
426
458
|
"dependencies": {
|
|
427
|
-
"undici-types": "~
|
|
459
|
+
"undici-types": "~7.8.0"
|
|
428
460
|
}
|
|
429
461
|
},
|
|
430
462
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -504,9 +536,9 @@
|
|
|
504
536
|
}
|
|
505
537
|
},
|
|
506
538
|
"node_modules/appium-idb": {
|
|
507
|
-
"version": "1.8.
|
|
508
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
509
|
-
"integrity": "sha512-
|
|
539
|
+
"version": "1.8.24",
|
|
540
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.24.tgz",
|
|
541
|
+
"integrity": "sha512-zamWeD8D8MrLnPmBvAl/dre+6jQm8VUHRxGQMuDTbz3Uf3Gl02yaKfocOQEgBgl11k0d7ixa2/xSubO5iZHxfA==",
|
|
510
542
|
"license": "Apache-2.0",
|
|
511
543
|
"dependencies": {
|
|
512
544
|
"@appium/support": "^6.0.0",
|
|
@@ -522,9 +554,9 @@
|
|
|
522
554
|
}
|
|
523
555
|
},
|
|
524
556
|
"node_modules/appium-ios-device": {
|
|
525
|
-
"version": "2.8.
|
|
526
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.
|
|
527
|
-
"integrity": "sha512-
|
|
557
|
+
"version": "2.8.4",
|
|
558
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.4.tgz",
|
|
559
|
+
"integrity": "sha512-ePQP0uaTbDKiN8SVVrVdE9ZkOpd+iPl/97MDpN9EToIb0c0UaaaDFAFdqwEDOwFv2aX91dkU3HyeSYvhqE6+5A==",
|
|
528
560
|
"license": "Apache-2.0",
|
|
529
561
|
"dependencies": {
|
|
530
562
|
"@appium/support": "^6.0.0",
|
|
@@ -544,9 +576,9 @@
|
|
|
544
576
|
}
|
|
545
577
|
},
|
|
546
578
|
"node_modules/appium-ios-simulator": {
|
|
547
|
-
"version": "6.2.
|
|
548
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.
|
|
549
|
-
"integrity": "sha512-
|
|
579
|
+
"version": "6.2.5",
|
|
580
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.5.tgz",
|
|
581
|
+
"integrity": "sha512-GXQ0k+xgkSYFARHWqyct9EXuo7YAk7O3BFPue7DDb4dd9LCILAbxR8Zl98rdYlq9KpQeaNEb8agD5rRNxXUhNQ==",
|
|
550
582
|
"license": "Apache-2.0",
|
|
551
583
|
"dependencies": {
|
|
552
584
|
"@appium/support": "^6.0.0",
|
|
@@ -567,9 +599,9 @@
|
|
|
567
599
|
}
|
|
568
600
|
},
|
|
569
601
|
"node_modules/appium-remote-debugger": {
|
|
570
|
-
"version": "12.2.
|
|
571
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.
|
|
572
|
-
"integrity": "sha512-
|
|
602
|
+
"version": "12.2.4",
|
|
603
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.4.tgz",
|
|
604
|
+
"integrity": "sha512-JQk8vRprzc1rfl1WTJ7/tKEsYNKfL/vfZKqUjM092jAa/Qcw8XFzpOyKrjMLmJkd0+5KmAqkf6XzikLJJHRZbA==",
|
|
573
605
|
"license": "Apache-2.0",
|
|
574
606
|
"dependencies": {
|
|
575
607
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -588,9 +620,9 @@
|
|
|
588
620
|
}
|
|
589
621
|
},
|
|
590
622
|
"node_modules/appium-webdriveragent": {
|
|
591
|
-
"version": "9.14.
|
|
592
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.14.
|
|
593
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "9.14.2",
|
|
624
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.14.2.tgz",
|
|
625
|
+
"integrity": "sha512-7Kj9bCs3AEqckhcUhxH7EdX+5bNZHnly9KBinF7GdSjK0qXAVM1yIh+VjiPLkjTIEM27J3VYmmuCVRFhqmjtcg==",
|
|
594
626
|
"license": "Apache-2.0",
|
|
595
627
|
"dependencies": {
|
|
596
628
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -612,9 +644,9 @@
|
|
|
612
644
|
}
|
|
613
645
|
},
|
|
614
646
|
"node_modules/appium-xcode": {
|
|
615
|
-
"version": "5.2.
|
|
616
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
617
|
-
"integrity": "sha512-
|
|
647
|
+
"version": "5.2.23",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.23.tgz",
|
|
649
|
+
"integrity": "sha512-i0F6wii0CWWkj2+tpEx9WVPO5p8Pr+0hSIXGZN4ZXe+mq92GG6L7AGvnxyNe/pNjvsg+zw65rePsuT9afm+QaQ==",
|
|
618
650
|
"license": "Apache-2.0",
|
|
619
651
|
"dependencies": {
|
|
620
652
|
"@appium/support": "^6.0.0",
|
|
@@ -870,9 +902,9 @@
|
|
|
870
902
|
}
|
|
871
903
|
},
|
|
872
904
|
"node_modules/brace-expansion": {
|
|
873
|
-
"version": "1.1.
|
|
874
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
875
|
-
"integrity": "sha512-
|
|
905
|
+
"version": "1.1.12",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
907
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
876
908
|
"license": "MIT",
|
|
877
909
|
"dependencies": {
|
|
878
910
|
"balanced-match": "^1.0.0",
|
|
@@ -1789,9 +1821,9 @@
|
|
|
1789
1821
|
}
|
|
1790
1822
|
},
|
|
1791
1823
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
1792
|
-
"version": "2.0.
|
|
1793
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
1794
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "2.0.2",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
1826
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
1795
1827
|
"license": "MIT",
|
|
1796
1828
|
"dependencies": {
|
|
1797
1829
|
"balanced-match": "^1.0.0"
|
|
@@ -2605,9 +2637,9 @@
|
|
|
2605
2637
|
}
|
|
2606
2638
|
},
|
|
2607
2639
|
"node_modules/node-simctl": {
|
|
2608
|
-
"version": "7.7.
|
|
2609
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.
|
|
2610
|
-
"integrity": "sha512-
|
|
2640
|
+
"version": "7.7.4",
|
|
2641
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.4.tgz",
|
|
2642
|
+
"integrity": "sha512-Jv3WfBwHrx3/6wuXLGeybE5XVvmJFS+sDgy7K4OZq9TAkFPthaUMPeHOw47iaIo3jNCyWDpSEi7pDhZiK1hjMQ==",
|
|
2611
2643
|
"license": "Apache-2.0",
|
|
2612
2644
|
"dependencies": {
|
|
2613
2645
|
"@appium/logger": "^1.3.0",
|
|
@@ -3091,9 +3123,9 @@
|
|
|
3091
3123
|
}
|
|
3092
3124
|
},
|
|
3093
3125
|
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
3094
|
-
"version": "2.0.
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
3096
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "2.0.2",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
3128
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
3097
3129
|
"license": "MIT",
|
|
3098
3130
|
"dependencies": {
|
|
3099
3131
|
"balanced-match": "^1.0.0"
|
|
@@ -3793,9 +3825,9 @@
|
|
|
3793
3825
|
}
|
|
3794
3826
|
},
|
|
3795
3827
|
"node_modules/teen_process": {
|
|
3796
|
-
"version": "2.3.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.
|
|
3798
|
-
"integrity": "sha512-
|
|
3828
|
+
"version": "2.3.3",
|
|
3829
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.3.tgz",
|
|
3830
|
+
"integrity": "sha512-NIdeetf/6gyEqLjnzvfgQe7PfipSceq2xDQM2Py2BkBnIIeWh3HRD3vNhulyO5WppfCv9z4mtsEHyq8kdiULTA==",
|
|
3799
3831
|
"license": "Apache-2.0",
|
|
3800
3832
|
"dependencies": {
|
|
3801
3833
|
"bluebird": "^3.7.2",
|
|
@@ -3886,9 +3918,9 @@
|
|
|
3886
3918
|
}
|
|
3887
3919
|
},
|
|
3888
3920
|
"node_modules/undici-types": {
|
|
3889
|
-
"version": "
|
|
3890
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
3891
|
-
"integrity": "sha512-
|
|
3921
|
+
"version": "7.8.0",
|
|
3922
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
|
|
3923
|
+
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
|
|
3892
3924
|
"license": "MIT"
|
|
3893
3925
|
},
|
|
3894
3926
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "9.6.
|
|
11
|
+
"version": "9.6.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@types/bluebird": "^3.5.38",
|
|
144
144
|
"@types/lodash": "^4.14.196",
|
|
145
145
|
"@types/mocha": "^10.0.1",
|
|
146
|
-
"@types/node": "^
|
|
146
|
+
"@types/node": "^24.0.1",
|
|
147
147
|
"@types/portscanner": "^2.1.1",
|
|
148
148
|
"@types/teen_process": "^2.0.1",
|
|
149
149
|
"axios": "^1.4.0",
|