homebridge-plugin-utils 1.29.3 → 1.29.5
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/dist/ffmpeg/rtp.d.ts +1 -1
- package/package.json +12 -9
package/dist/ffmpeg/rtp.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare class RtpDemuxer extends EventEmitter {
|
|
|
49
49
|
private _isRunning;
|
|
50
50
|
private log?;
|
|
51
51
|
private inputPort;
|
|
52
|
-
readonly socket: import("dgram").Socket;
|
|
52
|
+
readonly socket: import("node:dgram").Socket;
|
|
53
53
|
/**
|
|
54
54
|
* Constructs a new RtpDemuxer for a specified IP family and port set.
|
|
55
55
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-plugin-utils",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.5",
|
|
4
4
|
"displayName": "Homebridge Plugin Utilities",
|
|
5
5
|
"description": "Opinionated utilities to provide common capabilities and create rich configuration webUI experiences for Homebridge plugins.",
|
|
6
6
|
"author": {
|
|
@@ -40,17 +40,20 @@
|
|
|
40
40
|
},
|
|
41
41
|
"main": "dist/index.js",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@stylistic/eslint-plugin": "5.
|
|
44
|
-
"@types/node": "
|
|
45
|
-
"eslint": "9.
|
|
46
|
-
"homebridge": "1.11.
|
|
43
|
+
"@stylistic/eslint-plugin": "5.6.1",
|
|
44
|
+
"@types/node": "25.0.3",
|
|
45
|
+
"eslint": "9.39.2",
|
|
46
|
+
"homebridge": "1.11.1",
|
|
47
47
|
"shx": "0.4.0",
|
|
48
|
-
"typedoc": "0.28.
|
|
49
|
-
"typedoc-plugin-markdown": "4.
|
|
50
|
-
"typescript": "5.9.
|
|
51
|
-
"typescript-eslint": "8.
|
|
48
|
+
"typedoc": "0.28.15",
|
|
49
|
+
"typedoc-plugin-markdown": "4.9.0",
|
|
50
|
+
"typescript": "5.9.3",
|
|
51
|
+
"typescript-eslint": "8.51.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"mqtt": "5.14.1"
|
|
55
|
+
},
|
|
56
|
+
"overrides": {
|
|
57
|
+
"@types/readable-stream": "4.0.23"
|
|
55
58
|
}
|
|
56
59
|
}
|