appium-xcuitest-driver 11.3.0 → 11.3.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 +46 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [11.3.1](https://github.com/appium/appium-xcuitest-driver/compare/v11.3.0...v11.3.1) (2026-05-12)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* bump remotexpc to 1.1.8 ([#2838](https://github.com/appium/appium-xcuitest-driver/issues/2838)) ([46fc046](https://github.com/appium/appium-xcuitest-driver/commit/46fc046c47202b8c17c8d3cd2f6cee75b350e436))
|
|
6
|
+
|
|
1
7
|
## [11.3.0](https://github.com/appium/appium-xcuitest-driver/compare/v11.2.4...v11.3.0) (2026-05-09)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "11.3.
|
|
9
|
+
"version": "11.3.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"npm": ">=10"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"appium-ios-remotexpc": "^1.1.
|
|
68
|
+
"appium-ios-remotexpc": "^1.1.8"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"appium": "^3.0.0-rc.2"
|
|
@@ -104,6 +104,19 @@
|
|
|
104
104
|
"spdy": "4.0.2"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
108
|
+
"version": "6.2.0",
|
|
109
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
110
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
111
|
+
"license": "Apache-2.0",
|
|
112
|
+
"dependencies": {
|
|
113
|
+
"p-limit": "^7.2.0"
|
|
114
|
+
},
|
|
115
|
+
"engines": {
|
|
116
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
117
|
+
"npm": ">=10"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
107
120
|
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
108
121
|
"version": "11.3.5",
|
|
109
122
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
|
|
@@ -240,6 +253,19 @@
|
|
|
240
253
|
"sharp": "0.34.5"
|
|
241
254
|
}
|
|
242
255
|
},
|
|
256
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
257
|
+
"version": "6.2.0",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
259
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
260
|
+
"license": "Apache-2.0",
|
|
261
|
+
"dependencies": {
|
|
262
|
+
"p-limit": "^7.2.0"
|
|
263
|
+
},
|
|
264
|
+
"engines": {
|
|
265
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
266
|
+
"npm": ">=10"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
243
269
|
"node_modules/@appium/support/node_modules/semver": {
|
|
244
270
|
"version": "7.7.4",
|
|
245
271
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
@@ -563,15 +589,14 @@
|
|
|
563
589
|
}
|
|
564
590
|
},
|
|
565
591
|
"node_modules/appium-ios-device": {
|
|
566
|
-
"version": "3.1.
|
|
567
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.
|
|
568
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "3.1.14",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.14.tgz",
|
|
594
|
+
"integrity": "sha512-fjqh1oPYQ2C4v96OLhom3HCK6j2NRO0TYOgZXtT9vEEjug/Z25NAjxlLnQLBe7aAHxR2c0V/SyFmLTEBs/Ih5A==",
|
|
569
595
|
"license": "Apache-2.0",
|
|
570
596
|
"dependencies": {
|
|
571
597
|
"@appium/support": "^7.2.2",
|
|
572
598
|
"asyncbox": "^6.0.1",
|
|
573
599
|
"axios": "^1.16.0",
|
|
574
|
-
"bluebird": "^3.1.1",
|
|
575
600
|
"bplist-creator": "^0.x",
|
|
576
601
|
"bplist-parser": "^0.x",
|
|
577
602
|
"lodash": "^4.17.15",
|
|
@@ -583,9 +608,9 @@
|
|
|
583
608
|
}
|
|
584
609
|
},
|
|
585
610
|
"node_modules/appium-ios-remotexpc": {
|
|
586
|
-
"version": "1.1.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-1.1.
|
|
588
|
-
"integrity": "sha512-
|
|
611
|
+
"version": "1.1.8",
|
|
612
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-1.1.8.tgz",
|
|
613
|
+
"integrity": "sha512-62j5AqfjgPtZ+7H893z0X/6+LroncahjqvfJsFXafCzy5VLVIqL5OsrMWc1L8babedIuFFX42zHzLkPyiGt4uA==",
|
|
589
614
|
"license": "Apache-2.0",
|
|
590
615
|
"optional": true,
|
|
591
616
|
"dependencies": {
|
|
@@ -645,16 +670,16 @@
|
|
|
645
670
|
}
|
|
646
671
|
},
|
|
647
672
|
"node_modules/appium-remote-debugger": {
|
|
648
|
-
"version": "15.
|
|
649
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.
|
|
650
|
-
"integrity": "sha512
|
|
673
|
+
"version": "15.10.1",
|
|
674
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.10.1.tgz",
|
|
675
|
+
"integrity": "sha512-IcEXCuUNUIZVmOLiC6gmpBarh4ZM1ESQkSLD8Yb6v3oC6ksUHUFPRDdpdH48G38AgseGSnTFD15RSv4FqWwasw==",
|
|
651
676
|
"license": "Apache-2.0",
|
|
652
677
|
"dependencies": {
|
|
653
678
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
654
|
-
"@appium/support": "^7.
|
|
679
|
+
"@appium/support": "^7.2.2",
|
|
655
680
|
"appium-ios-device": "^3.0.0",
|
|
656
681
|
"async-lock": "^1.4.1",
|
|
657
|
-
"asyncbox": "^6.
|
|
682
|
+
"asyncbox": "^6.3.0",
|
|
658
683
|
"glob": "^13.0.0",
|
|
659
684
|
"teen_process": "^4.0.4"
|
|
660
685
|
},
|
|
@@ -832,9 +857,9 @@
|
|
|
832
857
|
"license": "MIT"
|
|
833
858
|
},
|
|
834
859
|
"node_modules/asyncbox": {
|
|
835
|
-
"version": "6.
|
|
836
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.
|
|
837
|
-
"integrity": "sha512-
|
|
860
|
+
"version": "6.3.0",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
862
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
838
863
|
"license": "Apache-2.0",
|
|
839
864
|
"dependencies": {
|
|
840
865
|
"p-limit": "^7.2.0"
|
|
@@ -4410,9 +4435,9 @@
|
|
|
4410
4435
|
"license": "ISC"
|
|
4411
4436
|
},
|
|
4412
4437
|
"node_modules/ws": {
|
|
4413
|
-
"version": "8.20.
|
|
4414
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.
|
|
4415
|
-
"integrity": "sha512-
|
|
4438
|
+
"version": "8.20.1",
|
|
4439
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
|
4440
|
+
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
|
4416
4441
|
"license": "MIT",
|
|
4417
4442
|
"engines": {
|
|
4418
4443
|
"node": ">=10.0.0"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.3.
|
|
11
|
+
"version": "11.3.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"ws": "^8.13.0"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"appium-ios-remotexpc": "^1.1.
|
|
110
|
+
"appium-ios-remotexpc": "^1.1.8"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "tsc -b",
|