appium-xcuitest-driver 9.1.4 → 9.2.0

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [9.2.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.1.4...v9.2.0) (2025-04-10)
2
+
3
+ ### Features
4
+
5
+ * Bump WDA to enable the autoClickAlertSelector setting ([#2550](https://github.com/appium/appium-xcuitest-driver/issues/2550)) ([3136cbe](https://github.com/appium/appium-xcuitest-driver/commit/3136cbedb4a172eb3d782be3e20853a6b174cf2c))
6
+
1
7
  ## [9.1.4](https://github.com/appium/appium-xcuitest-driver/compare/v9.1.3...v9.1.4) (2025-04-05)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "9.1.4",
3
+ "version": "9.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "9.1.4",
9
+ "version": "9.2.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.8.0",
15
15
  "appium-ios-simulator": "^6.2.2",
16
16
  "appium-remote-debugger": "^12.2.0",
17
- "appium-webdriveragent": "^9.4.0",
17
+ "appium-webdriveragent": "^9.5.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -759,9 +759,9 @@
759
759
  }
760
760
  },
761
761
  "node_modules/appium-webdriveragent": {
762
- "version": "9.4.1",
763
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.4.1.tgz",
764
- "integrity": "sha512-Clw3LqjHRYIqlhBUuzduLvkuwtdFoMlqL7E5V0fxjwoxnJ6ElvsWpQEWQnLv1j9RplgSeEPQRH8TUA7MH/6u1A==",
762
+ "version": "9.5.0",
763
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.5.0.tgz",
764
+ "integrity": "sha512-S8VzuHObmUZy9AzP2qodjaMEVI/ztb/7jPnA5+0sMnkxAHnle0tXwoaXeX46QQD21NVMOSUW278GOKMwBkGUWA==",
765
765
  "license": "Apache-2.0",
766
766
  "dependencies": {
767
767
  "@appium/base-driver": "^9.0.0",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "9.1.4",
11
+ "version": "9.2.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.8.0",
82
82
  "appium-ios-simulator": "^6.2.2",
83
83
  "appium-remote-debugger": "^12.2.0",
84
- "appium-webdriveragent": "^9.4.0",
84
+ "appium-webdriveragent": "^9.5.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",