@akospasztor/homebridge-create-ceiling-fan 1.2.0 → 1.2.1
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/package.json +5 -1
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.2.
|
|
5
|
+
"version": "1.2.1",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "Homebridge plugin for CREATE ceiling fans",
|
|
8
8
|
"author": "Akos Pasztor",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"homebridge-plugin",
|
|
20
|
+
"homebridge",
|
|
20
21
|
"ceiling fan",
|
|
21
22
|
"fan",
|
|
22
23
|
"create",
|
|
@@ -31,6 +32,9 @@
|
|
|
31
32
|
"config.schema.json",
|
|
32
33
|
"CHANGELOG.md"
|
|
33
34
|
],
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
|
+
},
|
|
34
38
|
"engines": {
|
|
35
39
|
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
|
|
36
40
|
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
|