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 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
  [![verified-by-homebridge](https://img.shields.io/badge/homebridge-verified-blueviolet?color=%23491F59&style=flat)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
12
- [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.com/channels/432663330281226270/1406799028565311518)\
12
+ [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.gg/pu6YGgTJYp)\
13
13
  [![npm](https://img.shields.io/npm/dw/homebridge-flume)](https://www.npmjs.com/package/homebridge-flume)
14
14
  [![npm](https://img.shields.io/npm/dt/homebridge-flume)](https://www.npmjs.com/package/homebridge-flume)
15
15
 
@@ -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.12"></script>
24
+ <script src="ui.js?v=3.1.13-beta.0"></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.12",
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 --loader ts-node/esm ./scripts/build-html.ts",
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
- "ts-node": "^10.9.2",
70
+ "tsx": "^4.21.0",
71
71
  "typescript-eslint": "^8.24.1"
72
72
  },
73
73
  "license": "Apache-2.0"