appium-android-driver 12.4.2 → 12.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
+ ## [12.4.3](https://github.com/appium/appium-android-driver/compare/v12.4.2...v12.4.3) (2025-12-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#1035](https://github.com/appium/appium-android-driver/issues/1035)) ([fbf4e1c](https://github.com/appium/appium-android-driver/commit/fbf4e1cea9776b75ce1ac1898625a7ee3b53a48b))
6
+
1
7
  ## [12.4.2](https://github.com/appium/appium-android-driver/compare/v12.4.1...v12.4.2) (2025-12-10)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -62,7 +62,7 @@ export class mobileStartScreenStreaming {
62
62
  */
63
63
  constructor(this: import("../driver").AndroidDriver, width?: number, height?: number, bitRate?: number, host?: string, port?: number, pathname?: string, tcpPort?: number, quality?: number, considerRotation?: boolean, logPipelineDetails?: boolean);
64
64
  _screenStreamingProps: {
65
- deviceStreamingProc: import("child_process").ChildProcessWithoutNullStreams;
65
+ deviceStreamingProc: import("node:child_process").ChildProcessWithoutNullStreams;
66
66
  gstreamerPipeline: any;
67
67
  mjpegSocket: net.Socket | undefined;
68
68
  mjpegServer: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "12.4.2",
3
+ "version": "12.4.3",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -75,7 +75,7 @@
75
75
  "@types/bluebird": "^3.5.38",
76
76
  "@types/lodash": "^4.14.194",
77
77
  "@types/mocha": "^10.0.1",
78
- "@types/node": "^24.0.0",
78
+ "@types/node": "^25.0.0",
79
79
  "@types/portscanner": "^2.1.1",
80
80
  "@types/semver": "^7.5.0",
81
81
  "@types/source-map-support": "^0.5.6",