appium-xcuitest-driver 10.2.1 → 10.2.2
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 +68 -36
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.2.2](https://github.com/appium/appium-xcuitest-driver/compare/v10.2.1...v10.2.2) (2025-10-17)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump semantic-release from 24.2.9 to 25.0.0 ([#2642](https://github.com/appium/appium-xcuitest-driver/issues/2642)) ([059aabc](https://github.com/appium/appium-xcuitest-driver/commit/059aabc38d33cebd448b314320318be09228317e))
|
|
6
|
+
|
|
1
7
|
## [10.2.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.2.0...v10.2.1) (2025-10-10)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.2.
|
|
9
|
+
"version": "10.2.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"mocha-multi-reporters": "^1.5.1",
|
|
58
58
|
"pem": "^1.14.8",
|
|
59
59
|
"prettier": "^3.0.0",
|
|
60
|
-
"semantic-release": "^
|
|
60
|
+
"semantic-release": "^25.0.0",
|
|
61
61
|
"sharp": "^0.x",
|
|
62
62
|
"sinon": "^21.0.0",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
@@ -138,6 +138,22 @@
|
|
|
138
138
|
"npm": ">=10"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
142
|
+
"version": "3.0.1",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
144
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
145
|
+
"license": "Apache-2.0",
|
|
146
|
+
"dependencies": {
|
|
147
|
+
"bluebird": "^3.7.2",
|
|
148
|
+
"lodash": "^4.17.21",
|
|
149
|
+
"shell-quote": "^1.8.1",
|
|
150
|
+
"source-map-support": "^0.x"
|
|
151
|
+
},
|
|
152
|
+
"engines": {
|
|
153
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
154
|
+
"npm": ">=10"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
141
157
|
"node_modules/@appium/logger": {
|
|
142
158
|
"version": "2.0.2",
|
|
143
159
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.2.tgz",
|
|
@@ -232,6 +248,22 @@
|
|
|
232
248
|
"sharp": "0.34.4"
|
|
233
249
|
}
|
|
234
250
|
},
|
|
251
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
252
|
+
"version": "3.0.1",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
254
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
255
|
+
"license": "Apache-2.0",
|
|
256
|
+
"dependencies": {
|
|
257
|
+
"bluebird": "^3.7.2",
|
|
258
|
+
"lodash": "^4.17.21",
|
|
259
|
+
"shell-quote": "^1.8.1",
|
|
260
|
+
"source-map-support": "^0.x"
|
|
261
|
+
},
|
|
262
|
+
"engines": {
|
|
263
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
264
|
+
"npm": ">=10"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
235
267
|
"node_modules/@appium/tsconfig": {
|
|
236
268
|
"version": "1.1.0",
|
|
237
269
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.0.tgz",
|
|
@@ -408,9 +440,9 @@
|
|
|
408
440
|
"license": "MIT"
|
|
409
441
|
},
|
|
410
442
|
"node_modules/@types/node": {
|
|
411
|
-
"version": "24.
|
|
412
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
413
|
-
"integrity": "sha512-
|
|
443
|
+
"version": "24.8.1",
|
|
444
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.1.tgz",
|
|
445
|
+
"integrity": "sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==",
|
|
414
446
|
"devOptional": true,
|
|
415
447
|
"license": "MIT",
|
|
416
448
|
"dependencies": {
|
|
@@ -491,9 +523,9 @@
|
|
|
491
523
|
}
|
|
492
524
|
},
|
|
493
525
|
"node_modules/appium-idb": {
|
|
494
|
-
"version": "2.0.
|
|
495
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.
|
|
496
|
-
"integrity": "sha512-
|
|
526
|
+
"version": "2.0.2",
|
|
527
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.2.tgz",
|
|
528
|
+
"integrity": "sha512-X/bFcBn5ui2tsp/t+vZQyFHzAvMvNuC05ruVAB7I0ONebfrYkUO5bmgwkOzVx+7to7tYOJOYQD6YuK7RBpGl3Q==",
|
|
497
529
|
"license": "Apache-2.0",
|
|
498
530
|
"dependencies": {
|
|
499
531
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -509,9 +541,9 @@
|
|
|
509
541
|
}
|
|
510
542
|
},
|
|
511
543
|
"node_modules/appium-ios-device": {
|
|
512
|
-
"version": "3.1.
|
|
513
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.
|
|
514
|
-
"integrity": "sha512-
|
|
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==",
|
|
515
547
|
"license": "Apache-2.0",
|
|
516
548
|
"dependencies": {
|
|
517
549
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -550,9 +582,9 @@
|
|
|
550
582
|
}
|
|
551
583
|
},
|
|
552
584
|
"node_modules/appium-ios-simulator": {
|
|
553
|
-
"version": "7.0.
|
|
554
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.
|
|
555
|
-
"integrity": "sha512-
|
|
585
|
+
"version": "7.0.2",
|
|
586
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.2.tgz",
|
|
587
|
+
"integrity": "sha512-SdRfXkqMxBQeOyJEspIS3TW7bZ2Q4tX8EThODPhGh8CHwwpJ20TgWg/ciB98Fv9SzXL0LxTHYi6WOKuRqgsHVQ==",
|
|
556
588
|
"license": "Apache-2.0",
|
|
557
589
|
"dependencies": {
|
|
558
590
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -573,9 +605,9 @@
|
|
|
573
605
|
}
|
|
574
606
|
},
|
|
575
607
|
"node_modules/appium-ios-tuntap": {
|
|
576
|
-
"version": "0.1.
|
|
577
|
-
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.
|
|
578
|
-
"integrity": "sha512-
|
|
608
|
+
"version": "0.1.1",
|
|
609
|
+
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.1.tgz",
|
|
610
|
+
"integrity": "sha512-mP6Afp41LD9uVK0ZRDIE42sG8iwk+rOFUuNR6ARBVKf/kPMs2s81xdRhqOLQdHwAe5nzrpL9jP0ARYGp+cNtMw==",
|
|
579
611
|
"hasInstallScript": true,
|
|
580
612
|
"license": "Apache-2.0",
|
|
581
613
|
"optional": true,
|
|
@@ -612,9 +644,9 @@
|
|
|
612
644
|
}
|
|
613
645
|
},
|
|
614
646
|
"node_modules/appium-webdriveragent": {
|
|
615
|
-
"version": "10.1.
|
|
616
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.1.
|
|
617
|
-
"integrity": "sha512-
|
|
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==",
|
|
618
650
|
"license": "Apache-2.0",
|
|
619
651
|
"dependencies": {
|
|
620
652
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -636,9 +668,9 @@
|
|
|
636
668
|
}
|
|
637
669
|
},
|
|
638
670
|
"node_modules/appium-xcode": {
|
|
639
|
-
"version": "6.
|
|
640
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.
|
|
641
|
-
"integrity": "sha512-
|
|
671
|
+
"version": "6.1.1",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.1.tgz",
|
|
673
|
+
"integrity": "sha512-izeVSpbetGaN26IZlLPW7/drf4VshtPArOlRcL0wiChCp2akev+6bvst9qw8qltLKLmNkHbPUInyT5wguxwP7Q==",
|
|
642
674
|
"license": "Apache-2.0",
|
|
643
675
|
"dependencies": {
|
|
644
676
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1064,9 +1096,9 @@
|
|
|
1064
1096
|
}
|
|
1065
1097
|
},
|
|
1066
1098
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
1067
|
-
"version": "10.
|
|
1068
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
1069
|
-
"integrity": "sha512-
|
|
1099
|
+
"version": "10.6.0",
|
|
1100
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1101
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1070
1102
|
"license": "MIT"
|
|
1071
1103
|
},
|
|
1072
1104
|
"node_modules/cliui/node_modules/string-width": {
|
|
@@ -2681,9 +2713,9 @@
|
|
|
2681
2713
|
}
|
|
2682
2714
|
},
|
|
2683
2715
|
"node_modules/node-simctl": {
|
|
2684
|
-
"version": "8.0.
|
|
2685
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.
|
|
2686
|
-
"integrity": "sha512-
|
|
2716
|
+
"version": "8.0.5",
|
|
2717
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.5.tgz",
|
|
2718
|
+
"integrity": "sha512-DXXPWrOxkxUJTZBfyaLtVlIAMQGOQq92j10nihSV0xucdbYZB/pdgGdp6L+JYLpfOwSCyaZA8eQHi8oAAU0FYA==",
|
|
2687
2719
|
"license": "Apache-2.0",
|
|
2688
2720
|
"dependencies": {
|
|
2689
2721
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3951,9 +3983,9 @@
|
|
|
3951
3983
|
}
|
|
3952
3984
|
},
|
|
3953
3985
|
"node_modules/teen_process": {
|
|
3954
|
-
"version": "3.0.
|
|
3955
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
3956
|
-
"integrity": "sha512-
|
|
3986
|
+
"version": "3.0.2",
|
|
3987
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
3988
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
3957
3989
|
"license": "Apache-2.0",
|
|
3958
3990
|
"dependencies": {
|
|
3959
3991
|
"bluebird": "^3.7.2",
|
|
@@ -4421,9 +4453,9 @@
|
|
|
4421
4453
|
}
|
|
4422
4454
|
},
|
|
4423
4455
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
4424
|
-
"version": "10.
|
|
4425
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
4426
|
-
"integrity": "sha512-
|
|
4456
|
+
"version": "10.6.0",
|
|
4457
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
4458
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
4427
4459
|
"license": "MIT"
|
|
4428
4460
|
},
|
|
4429
4461
|
"node_modules/yargs/node_modules/string-width": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.2.
|
|
11
|
+
"version": "10.2.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"mocha-multi-reporters": "^1.5.1",
|
|
165
165
|
"pem": "^1.14.8",
|
|
166
166
|
"prettier": "^3.0.0",
|
|
167
|
-
"semantic-release": "^
|
|
167
|
+
"semantic-release": "^25.0.0",
|
|
168
168
|
"sharp": "^0.x",
|
|
169
169
|
"sinon": "^21.0.0",
|
|
170
170
|
"ts-node": "^10.9.1",
|