homebridge-easy-mqtt 1.5.1-beta.0 → 1.5.1-beta.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
@@ -2,11 +2,15 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.5.1-beta.0 (2025-10-29)
5
+ ## 1.5.1-beta.2 (2025-10-30)
6
6
 
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
+ - Updated dependencies
13
+
10
14
  ### Notes
11
15
  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
16
 
@@ -24,4 +24,4 @@
24
24
 
25
25
  <footer id="footer" class="text-center" style="display: none; font-style: italic; font-size: 0.9em;" i18n="required"></footer>
26
26
 
27
- <script src="ui.js?v=1.5.1-beta.0"></script>
27
+ <script src="ui.js?v=1.5.1-beta.2"></script>
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.0",
7
+ "version": "1.5.1-beta.2",
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
- "node": "^18.20.4 || ^20.18.0 || ^22.10.0",
39
- "homebridge": "^1.8.0 || ^2.0.0-beta.0"
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",