@whois-homebridge/homebridge-aranet4 0.1.2 → 0.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.
Files changed (1) hide show
  1. package/package.json +2 -15
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "@whois-homebridge/homebridge-aranet4",
3
- "version": "0.1.2",
3
+ "version": "0.2.1",
4
4
  "description": "Homebridge plugin for Aranet4 CO2/environment sensor via passive BLE scanning with Eve history support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "homepage": "https://github.com/whoiscadenyoung/homebridge-plugins#readme",
8
- "bugs": {
9
- "url": "https://github.com/whoiscadenyoung/homebridge-plugins/issues"
10
- },
11
8
  "files": [
12
9
  "dist/",
13
10
  "config.schema.json",
@@ -28,18 +25,8 @@
28
25
  },
29
26
  "keywords": [
30
27
  "homebridge-plugin",
31
- "homebridge",
32
- "aranet4",
33
- "aranet",
34
- "co2",
35
- "carbon-dioxide",
36
- "air-quality",
37
- "ble",
38
- "bluetooth",
39
- "eve",
40
- "fakegato"
28
+ "homebridge"
41
29
  ],
42
- "author": "whoiscadenyoung",
43
30
  "license": "MIT",
44
31
  "repository": {
45
32
  "type": "git",