homebridge-flume 3.1.9 → 3.1.10

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,14 +2,20 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
- ## 3.1.9 (2025-10-21)
5
+ ## 3.1.10 (2025-10-30)
6
6
 
7
7
  ### Changed
8
+ - ⚠️ Dropped [official support](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) for Node.js v18 and added Node.js v24
8
9
  - Updated dependencies
9
10
 
10
11
  ### Notes
11
12
  Would you like to see Homebridge Flume in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-flume/issues/107). No coding experience required!
12
13
 
14
+ ## 3.1.9 (2025-10-21)
15
+
16
+ ### Changed
17
+ - Updated dependencies
18
+
13
19
  ## 3.1.8 (2025-09-24)
14
20
 
15
21
  ### Changed
@@ -21,4 +21,4 @@
21
21
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
22
22
  </div>
23
23
 
24
- <script src="ui.js?v=3.1.9"></script>
24
+ <script src="ui.js?v=3.1.10"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
4
  "displayName": "Flume",
5
- "version": "3.1.9",
5
+ "version": "3.1.10",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "engines": {
40
40
  "homebridge": "^1.8.0 || ^2.0.0-beta.0",
41
- "node": "^18.20.4 || ^20.15.1 || ^22"
41
+ "node": "^20 || ^22 || ^24"
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",