@akospasztor/homebridge-create-ceiling-fan 1.4.1 → 1.5.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +3 -0
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file. This
4
4
  project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## 1.5.0 (2026-07-25)
7
+
8
+ - Add support for Homebridge 2.0
9
+
6
10
  ## 1.4.1 (2026-06-12)
7
11
 
8
12
  - Improve device communication
package/README.md CHANGED
@@ -17,6 +17,9 @@ via the physical remote automatically in HomeKit.
17
17
 
18
18
  - CREATE Wind Calm (with light, WiFi + Remote controller)
19
19
 
20
+ The package is published here:
21
+ [https://www.npmjs.com/package/@akospasztor/homebridge-create-ceiling-fan](https://www.npmjs.com/package/@akospasztor/homebridge-create-ceiling-fan)
22
+
20
23
  ## Contents
21
24
 
22
25
  - [Features](#features)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@akospasztor/homebridge-create-ceiling-fan",
3
3
  "displayName": "Homebridge Create Ceiling Fan",
4
4
  "type": "module",
5
- "version": "1.4.1",
5
+ "version": "1.5.0",
6
6
  "private": false,
7
7
  "description": "Homebridge plugin for CREATE ceiling fans",
8
8
  "author": "Akos Pasztor",
@@ -36,8 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "engines": {
39
- "node": "^18.20.4 || ^20.18.0 || ^22.10.0",
40
- "homebridge": "^1.8.0 || ^2.0.0-beta.0"
39
+ "node": "^18.20.4 || ^20.18.0 || ^22.10.0 || ^24.0.0",
40
+ "homebridge": "^1.8.0 || ^2.0.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rimraf ./dist && tsc",
@@ -50,15 +50,15 @@
50
50
  "tuyapi": "^7.7.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@eslint/js": "^9.21.0",
54
- "@types/node": "^22.13.5",
55
- "eslint": "^9.21.0",
56
- "homebridge": "^2.0.0-beta.0",
57
- "nodemon": "^3.1.9",
58
- "rimraf": "^6.0.1",
53
+ "@eslint/js": "^10.0.1",
54
+ "@types/node": "^25.6.0",
55
+ "eslint": "^10.3.0",
56
+ "homebridge": "^2.0.0",
57
+ "nodemon": "^3.1.14",
58
+ "rimraf": "^6.1.3",
59
59
  "ts-node": "^10.9.2",
60
- "typedoc": "^0.28.7",
61
- "typescript": "^5.7.3",
62
- "typescript-eslint": "^8.24.1"
60
+ "typedoc": "^0.28.19",
61
+ "typescript": "^6.0.3",
62
+ "typescript-eslint": "^8.59.2"
63
63
  }
64
64
  }