homebridge-plugin-utils 1.29.3 → 1.29.4
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-plugin-utils",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.4",
|
|
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,15 +40,15 @@
|
|
|
40
40
|
},
|
|
41
41
|
"main": "dist/index.js",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@stylistic/eslint-plugin": "5.
|
|
44
|
-
"@types/node": "24.
|
|
45
|
-
"eslint": "9.
|
|
46
|
-
"homebridge": "1.11.
|
|
43
|
+
"@stylistic/eslint-plugin": "5.6.1",
|
|
44
|
+
"@types/node": "24.10.1",
|
|
45
|
+
"eslint": "9.39.1",
|
|
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.14",
|
|
49
|
+
"typedoc-plugin-markdown": "4.9.0",
|
|
50
|
+
"typescript": "5.9.3",
|
|
51
|
+
"typescript-eslint": "8.47.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"mqtt": "5.14.1"
|