homebridge-flume 3.1.9 → 3.1.11
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 +12 -1
- package/dist/homebridge-ui/public/index.html +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-flume will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 3.1.
|
|
5
|
+
## 3.1.11 (2025-11-14)
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
- Updated dependencies
|
|
@@ -10,6 +10,17 @@ All notable changes to homebridge-flume will be documented in this file.
|
|
|
10
10
|
### Notes
|
|
11
11
|
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
12
|
|
|
13
|
+
## 3.1.10 (2025-10-30)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- ⚠️ Dropped [official support](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js) for Node.js v18 and added Node.js v24
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 3.1.9 (2025-10-21)
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
13
24
|
## 3.1.8 (2025-09-24)
|
|
14
25
|
|
|
15
26
|
### Changed
|
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.
|
|
5
|
+
"version": "3.1.11",
|
|
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": "^
|
|
41
|
+
"node": "^20 || ^22 || ^24"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/lodash.merge": "^4.6.9",
|
|
64
64
|
"@types/node-persist": "^3.1.8",
|
|
65
|
-
"esbuild": "^0.
|
|
65
|
+
"esbuild": "^0.27.0",
|
|
66
66
|
"eslint": "^9.27.0",
|
|
67
67
|
"homebridge": "^2.0.0-beta.0",
|
|
68
68
|
"jiti": "^2.4.2",
|