appium-xcuitest-driver 11.7.2 → 11.7.3
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 +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [11.7.3](https://github.com/appium/appium-xcuitest-driver/compare/v11.7.2...v11.7.3) (2026-05-26)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Document new WDA XPath lookup features ([#2852](https://github.com/appium/appium-xcuitest-driver/issues/2852)) ([78c3578](https://github.com/appium/appium-xcuitest-driver/commit/78c3578679cb53316429e16eb207afcb1079f2de))
|
|
6
|
+
|
|
1
7
|
## [11.7.2](https://github.com/appium/appium-xcuitest-driver/compare/v11.7.1...v11.7.2) (2026-05-26)
|
|
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": "11.7.
|
|
3
|
+
"version": "11.7.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "11.7.
|
|
9
|
+
"version": "11.7.3",
|
|
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.2.0",
|
|
18
18
|
"appium-xcode": "^6.0.2",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^6.3.0",
|
|
@@ -724,9 +724,9 @@
|
|
|
724
724
|
}
|
|
725
725
|
},
|
|
726
726
|
"node_modules/appium-webdriveragent": {
|
|
727
|
-
"version": "13.
|
|
728
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-13.
|
|
729
|
-
"integrity": "sha512-
|
|
727
|
+
"version": "13.2.0",
|
|
728
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-13.2.0.tgz",
|
|
729
|
+
"integrity": "sha512-d3lJQmUzjHoH1Rh4YLNE0AHD17lE0qXDGAIZwhXyGwLDZ0wrx8qdOBRgPP6cqXqs4Mg2mxqliSm/CNlEgPHVeQ==",
|
|
730
730
|
"license": "Apache-2.0",
|
|
731
731
|
"dependencies": {
|
|
732
732
|
"@appium/base-driver": "^10.3.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.7.
|
|
11
|
+
"version": "11.7.3",
|
|
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.2.0",
|
|
91
91
|
"appium-xcode": "^6.0.2",
|
|
92
92
|
"async-lock": "^1.4.0",
|
|
93
93
|
"asyncbox": "^6.3.0",
|