appium-xcuitest-driver 8.4.2 → 8.4.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [8.4.3](https://github.com/appium/appium-xcuitest-driver/compare/v8.4.2...v8.4.3) (2025-03-14)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump WDA ([#2535](https://github.com/appium/appium-xcuitest-driver/issues/2535)) ([7a20be7](https://github.com/appium/appium-xcuitest-driver/commit/7a20be72c3b5c45d056d1a2bba28088a4caba19d))
6
+
1
7
  ## [8.4.2](https://github.com/appium/appium-xcuitest-driver/compare/v8.4.1...v8.4.2) (2025-03-13)
2
8
 
3
9
  ### Bug Fixes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "8.4.2",
9
+ "version": "8.4.3",
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.0",
16
16
  "appium-remote-debugger": "^12.2.0",
17
- "appium-webdriveragent": "^9.1.0",
17
+ "appium-webdriveragent": "^9.2.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -610,9 +610,9 @@
610
610
  }
611
611
  },
612
612
  "node_modules/appium-webdriveragent": {
613
- "version": "9.1.0",
614
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.1.0.tgz",
615
- "integrity": "sha512-+RExPxu8QNs8uUTWGbzh5kVmkJZQ2NQP6BGoGDIrDWZoNgENYIxRAnBzTv3I0Ugem6v9XRlskpY8O+IfyHg54w==",
613
+ "version": "9.2.0",
614
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.2.0.tgz",
615
+ "integrity": "sha512-ma8ybduJXYpO6w14BakyzbRhykWCc5N6TB2FvYIrsrz7SmlIxgM0VFqVuJHLjw1yZaQ4CwGz91tocBKtKurAOg==",
616
616
  "license": "Apache-2.0",
617
617
  "dependencies": {
618
618
  "@appium/base-driver": "^9.0.0",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "8.4.2",
11
+ "version": "8.4.3",
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.0",
83
83
  "appium-remote-debugger": "^12.2.0",
84
- "appium-webdriveragent": "^9.1.0",
84
+ "appium-webdriveragent": "^9.2.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",