homebridge-flume 3.1.17 → 3.1.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/package.json +16 -6
package/CHANGELOG.md CHANGED
@@ -2,15 +2,20 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
- ## 3.1.17 (2026-03-30)
5
+ ## 3.1.18 (2026-04-21)
6
6
 
7
7
  ### Changed
8
- - Updated and cleaned up unnecessary dependencies
9
- - npm audit fix
8
+ - Updated dependencies
10
9
 
11
10
  ### Notes
12
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!
13
12
 
13
+ ## 3.1.17 (2026-03-30)
14
+
15
+ ### Changed
16
+ - Updated and cleaned up unnecessary dependencies
17
+ - npm audit fix
18
+
14
19
  ## 3.1.16 (2026-03-24)
15
20
 
16
21
  ### 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.17",
5
+ "version": "3.1.18",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },
@@ -51,13 +51,23 @@
51
51
  "bugs": {
52
52
  "url": "https://github.com/mpatfield/homebridge-flume/issues"
53
53
  },
54
- "funding": {
55
- "type": "github",
56
- "url": "https://github.com/sponsors/mpatfield"
57
- },
54
+ "funding": [
55
+ {
56
+ "type": "github",
57
+ "url": "https://github.com/sponsors/mpatfield"
58
+ },
59
+ {
60
+ "type": "paypal",
61
+ "url": "https://paypal.me/mpatfield"
62
+ },
63
+ {
64
+ "type": "venmo",
65
+ "url": "https://venmo.com/u/mpatfield"
66
+ }
67
+ ],
58
68
  "dependencies": {
59
69
  "axios": "^1.7.2",
60
- "homebridge-lib": "^7.1.4",
70
+ "homebridge-lib": "^8.0.0",
61
71
  "jwt-decode": "^4.0.0",
62
72
  "lodash.merge": "^4.6.2",
63
73
  "node-persist": "^4.0.4"