appium-xcuitest-driver 11.6.0 → 11.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 +22 -33
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [11.6.1](https://github.com/appium/appium-xcuitest-driver/compare/v11.6.0...v11.6.1) (2026-05-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* Embed app icon into Runner.app error in WDA build ([#2848](https://github.com/appium/appium-xcuitest-driver/issues/2848)) ([c8ce387](https://github.com/appium/appium-xcuitest-driver/commit/c8ce387baa7858edf43e4f06c7cca8f16c07d95c))
|
|
6
|
+
|
|
1
7
|
## [11.6.0](https://github.com/appium/appium-xcuitest-driver/compare/v11.5.1...v11.6.0) (2026-05-21)
|
|
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.6.
|
|
3
|
+
"version": "11.6.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "11.6.
|
|
9
|
+
"version": "11.6.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^3.1.12",
|
|
15
15
|
"appium-ios-simulator": "^8.0.0",
|
|
16
16
|
"appium-remote-debugger": "^15.7.3",
|
|
17
|
-
"appium-webdriveragent": "^13.
|
|
17
|
+
"appium-webdriveragent": "^13.1.1",
|
|
18
18
|
"appium-xcode": "^6.0.2",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^6.0.1",
|
|
@@ -642,20 +642,19 @@
|
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
644
|
"node_modules/appium-ios-remotexpc": {
|
|
645
|
-
"version": "2.0
|
|
646
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-2.0.
|
|
647
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "2.1.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-2.1.0.tgz",
|
|
647
|
+
"integrity": "sha512-5YaXaaoOH1VDBbsh9BV7EQBcfeHTeXOz0jTI3o4wIyvUHK3gQu0cWQiTglFz8unSA+dCeBzvlBL85W5E0U9Odw==",
|
|
648
648
|
"license": "Apache-2.0",
|
|
649
649
|
"optional": true,
|
|
650
650
|
"dependencies": {
|
|
651
651
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
652
|
-
"@appium/support": "^7.
|
|
652
|
+
"@appium/support": "^7.2.2",
|
|
653
653
|
"@xmldom/xmldom": "^0.x",
|
|
654
654
|
"appium-ios-tuntap": "^0.x",
|
|
655
655
|
"async-lock": "^1.4.1",
|
|
656
656
|
"axios": "^1.15.1",
|
|
657
657
|
"commander": "^14.0.1",
|
|
658
|
-
"dnssd": "^0.x",
|
|
659
658
|
"minimatch": "^10.1.1",
|
|
660
659
|
"node-devicectl": "^1.2.0",
|
|
661
660
|
"npm-run-all2": "^8.0.4",
|
|
@@ -687,9 +686,9 @@
|
|
|
687
686
|
}
|
|
688
687
|
},
|
|
689
688
|
"node_modules/appium-ios-tuntap": {
|
|
690
|
-
"version": "0.
|
|
691
|
-
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.
|
|
692
|
-
"integrity": "sha512-
|
|
689
|
+
"version": "0.3.0",
|
|
690
|
+
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.3.0.tgz",
|
|
691
|
+
"integrity": "sha512-aWGAGUO1mG4Axo8wVJral6MJNROOxf20i3GD4t981OKg/aXk+Ip990rfSdUEOXmM+6J4ozkulq6yR6x8aTm98g==",
|
|
693
692
|
"hasInstallScript": true,
|
|
694
693
|
"license": "Apache-2.0",
|
|
695
694
|
"optional": true,
|
|
@@ -727,9 +726,9 @@
|
|
|
727
726
|
}
|
|
728
727
|
},
|
|
729
728
|
"node_modules/appium-webdriveragent": {
|
|
730
|
-
"version": "13.1.
|
|
731
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-13.1.
|
|
732
|
-
"integrity": "sha512-
|
|
729
|
+
"version": "13.1.1",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-13.1.1.tgz",
|
|
731
|
+
"integrity": "sha512-NWmzlMsjo98QK7J8UfiRVDX5T5KtZAAhJF3vtwWMy4iwaXht83ps1YW4Isi1zU0Mrd/Rdw6TscPEP16pixKr/Q==",
|
|
733
732
|
"license": "Apache-2.0",
|
|
734
733
|
"dependencies": {
|
|
735
734
|
"@appium/base-driver": "^10.3.0",
|
|
@@ -1591,16 +1590,6 @@
|
|
|
1591
1590
|
"node": ">=0.3.1"
|
|
1592
1591
|
}
|
|
1593
1592
|
},
|
|
1594
|
-
"node_modules/dnssd": {
|
|
1595
|
-
"version": "0.4.1",
|
|
1596
|
-
"resolved": "https://registry.npmjs.org/dnssd/-/dnssd-0.4.1.tgz",
|
|
1597
|
-
"integrity": "sha512-mEz5Ii+o+k3kYHTXY6fTLOjCwraX8TQowIgUySAbEYuGqtSMbfBc/tvDZ8wGPywnmlLE6/XeXi6qPcAKVTvPUQ==",
|
|
1598
|
-
"license": "MIT",
|
|
1599
|
-
"optional": true,
|
|
1600
|
-
"bin": {
|
|
1601
|
-
"dnssd-js": "bin/bin.js"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
1593
|
"node_modules/dunder-proto": {
|
|
1605
1594
|
"version": "1.0.1",
|
|
1606
1595
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -1688,9 +1677,9 @@
|
|
|
1688
1677
|
}
|
|
1689
1678
|
},
|
|
1690
1679
|
"node_modules/es-object-atoms": {
|
|
1691
|
-
"version": "1.1.
|
|
1692
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.
|
|
1693
|
-
"integrity": "sha512-
|
|
1680
|
+
"version": "1.1.2",
|
|
1681
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
1682
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
1694
1683
|
"license": "MIT",
|
|
1695
1684
|
"dependencies": {
|
|
1696
1685
|
"es-errors": "^1.3.0"
|
|
@@ -2855,9 +2844,9 @@
|
|
|
2855
2844
|
}
|
|
2856
2845
|
},
|
|
2857
2846
|
"node_modules/node-addon-api": {
|
|
2858
|
-
"version": "8.
|
|
2859
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.
|
|
2860
|
-
"integrity": "sha512-
|
|
2847
|
+
"version": "8.8.0",
|
|
2848
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.8.0.tgz",
|
|
2849
|
+
"integrity": "sha512-c5Ko1fZJIJmzhFIkhRN76WTq+fC6tWnGy9CXA0fA+XygsWZmEwG8vmbkNqxMyoaa0Tin4djul49NzdVcJJcjeA==",
|
|
2861
2850
|
"license": "MIT",
|
|
2862
2851
|
"optional": true,
|
|
2863
2852
|
"engines": {
|
|
@@ -4500,9 +4489,9 @@
|
|
|
4500
4489
|
"license": "ISC"
|
|
4501
4490
|
},
|
|
4502
4491
|
"node_modules/ws": {
|
|
4503
|
-
"version": "8.
|
|
4504
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
4505
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "8.21.0",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
4494
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
4506
4495
|
"license": "MIT",
|
|
4507
4496
|
"engines": {
|
|
4508
4497
|
"node": ">=10.0.0"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.6.
|
|
11
|
+
"version": "11.6.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"appium-ios-device": "^3.1.12",
|
|
88
88
|
"appium-ios-simulator": "^8.0.0",
|
|
89
89
|
"appium-remote-debugger": "^15.7.3",
|
|
90
|
-
"appium-webdriveragent": "^13.
|
|
90
|
+
"appium-webdriveragent": "^13.1.1",
|
|
91
91
|
"appium-xcode": "^6.0.2",
|
|
92
92
|
"async-lock": "^1.4.0",
|
|
93
93
|
"asyncbox": "^6.0.1",
|