appium-xcuitest-driver 9.2.1 → 9.2.2

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.2](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.1...v9.2.2) (2025-04-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update mjpegScalingFactor data type settings.md with WDA 9.6.1 ([#2556](https://github.com/appium/appium-xcuitest-driver/issues/2556)) ([7eaff7b](https://github.com/appium/appium-xcuitest-driver/commit/7eaff7b3bac7d4659689f75e0687db17075dfd07))
6
+
1
7
  ## [9.2.1](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.0...v9.2.1) (2025-04-20)
2
8
 
3
9
  ### Bug Fixes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "9.2.1",
9
+ "version": "9.2.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -759,9 +759,9 @@
759
759
  }
760
760
  },
761
761
  "node_modules/appium-webdriveragent": {
762
- "version": "9.5.2",
763
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.5.2.tgz",
764
- "integrity": "sha512-TgFDV6bbTFVlG/jLUfkLDBcn0AU/AJft3MM0oL0ND9N+DuZdegQ6VJMF3p0VSfVwvf+12amceCLZ2EOR9UZuow==",
762
+ "version": "9.6.1",
763
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.6.1.tgz",
764
+ "integrity": "sha512-lAHpSPHjPlWNXussQpNoBCoOs5IUK+tA6zvlsMzQpGVoKTO0vTyb6GkeQ+mS/MKCKjSaKi/nBjLRD5eGOi18xQ==",
765
765
  "license": "Apache-2.0",
766
766
  "dependencies": {
767
767
  "@appium/base-driver": "^9.0.0",
@@ -1448,9 +1448,9 @@
1448
1448
  }
1449
1449
  },
1450
1450
  "node_modules/detect-libc": {
1451
- "version": "2.0.3",
1452
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
1453
- "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
1451
+ "version": "2.0.4",
1452
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
1453
+ "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
1454
1454
  "devOptional": true,
1455
1455
  "license": "Apache-2.0",
1456
1456
  "engines": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "9.2.1",
11
+ "version": "9.2.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {