homebridge-easy-mqtt 1.5.1-beta.0 → 1.5.1-beta.1
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
|
@@ -7,6 +7,9 @@ All notable changes to homebridge-dummy will be documented in this file.
|
|
|
7
7
|
### Added
|
|
8
8
|
- Added `storage` to [Value Transformers](https://github.com/mpatfield/homebridge-easy-mqtt#value-transformers)
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
- ⚠️ Dropped [official support](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) for Node.js v18 and added Node.js v24
|
|
12
|
+
|
|
10
13
|
### Notes
|
|
11
14
|
Would you like to see Homebridge Easy MQTT in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-easy-mqtt/issues/4). No coding experience required!
|
|
12
15
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Easy MQTT",
|
|
5
5
|
"description": "Homebridge plugin for easy control of MQTT devices",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.5.1-beta.
|
|
7
|
+
"version": "1.5.1-beta.1",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-easy-mqtt#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"mqtt"
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"homebridge": "^1.8.0 || ^2.0.0-beta.0",
|
|
39
|
+
"node": "^20 || ^22 || ^24"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@homebridge/plugin-ui-utils": "^2.0.2",
|