homebridge-flume 3.1.16 → 3.1.17

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 -2
  2. package/package.json +1 -4
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.16 (2026-03-24)
5
+ ## 3.1.17 (2026-03-30)
6
6
 
7
7
  ### Changed
8
- - Updated dependencies and fixed npm audit vulnerabilities
8
+ - Updated and cleaned up unnecessary dependencies
9
+ - npm audit fix
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.16 (2026-03-24)
15
+
16
+ ### Changed
17
+ - Updated dependencies and fixed npm audit vulnerabilities
18
+
13
19
  ## 3.1.15 (2026-03-04)
14
20
 
15
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.16",
5
+ "version": "3.1.17",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },
@@ -56,7 +56,6 @@
56
56
  "url": "https://github.com/sponsors/mpatfield"
57
57
  },
58
58
  "dependencies": {
59
- "@homebridge/plugin-ui-utils": "^2.0.2",
60
59
  "axios": "^1.7.2",
61
60
  "homebridge-lib": "^7.1.4",
62
61
  "jwt-decode": "^4.0.0",
@@ -67,8 +66,6 @@
67
66
  "@eslint/js": "^10.0.1",
68
67
  "@types/lodash.merge": "^4.6.9",
69
68
  "@types/node-persist": "^3.1.8",
70
- "esbuild": "^0.27.0",
71
- "eslint": "^10.0.2",
72
69
  "homebridge": "^2.0.0-beta.0",
73
70
  "jiti": "^2.4.2",
74
71
  "rimraf": "^6.0.1",