homebridge-flume 3.1.12 → 3.1.13-beta.0
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 +8 -3
- package/README.md +1 -1
- package/dist/homebridge-ui/public/index.html +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-flume will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 3.1.13-beta.0 (2026-01-18)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
### Notes
|
|
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
|
+
|
|
5
13
|
## 3.1.12 (2025-12-06)
|
|
6
14
|
|
|
7
15
|
### Added
|
|
@@ -10,9 +18,6 @@ All notable changes to homebridge-flume will be documented in this file.
|
|
|
10
18
|
### Changed
|
|
11
19
|
- Updated dependencies
|
|
12
20
|
|
|
13
|
-
### Notes
|
|
14
|
-
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!
|
|
15
|
-
|
|
16
21
|
## 3.1.11 (2025-11-14)
|
|
17
22
|
|
|
18
23
|
### Changed
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
Homebridge plugin to integrate Flume devices into Apple HomeKit
|
|
10
10
|
|
|
11
11
|
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
12
|
-
[](https://discord.
|
|
12
|
+
[](https://discord.gg/pu6YGgTJYp)\
|
|
13
13
|
[](https://www.npmjs.com/package/homebridge-flume)
|
|
14
14
|
[](https://www.npmjs.com/package/homebridge-flume)
|
|
15
15
|
|
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.13-beta.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "mpatfield"
|
|
8
8
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rimraf ./dist && tsc && npm run build:html && npm run build:ui",
|
|
34
|
-
"build:html": "node --
|
|
34
|
+
"build:html": "node --import tsx ./scripts/build-html.ts",
|
|
35
35
|
"build:ui": "esbuild src/homebridge-ui/ui.ts --bundle --outfile=dist/homebridge-ui/public/ui.js --minify",
|
|
36
36
|
"lint": "eslint . --max-warnings=0",
|
|
37
37
|
"prepublishOnly": "npm run lint && npm run build"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"homebridge": "^2.0.0-beta.0",
|
|
68
68
|
"jiti": "^2.4.2",
|
|
69
69
|
"rimraf": "^6.0.1",
|
|
70
|
-
"
|
|
70
|
+
"tsx": "^4.21.0",
|
|
71
71
|
"typescript-eslint": "^8.24.1"
|
|
72
72
|
},
|
|
73
73
|
"license": "Apache-2.0"
|