homebridge-ratgdo 2.5.0 → 2.6.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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "homebridge-ratgdo",
3
3
  "displayName": "Homebridge Ratgdo",
4
- "version": "2.5.0",
5
- "description": "HomeKit integration for LiftMaster and Chamberlain garage door openers, without requiring myQ.",
4
+ "version": "2.6.1",
5
+ "description": "HomeKit integration using Ratgdo and Konnected devices for LiftMaster and Chamberlain garage door openers, without requiring myQ.",
6
6
  "license": "ISC",
7
7
  "repository": {
8
8
  "type": "git",
@@ -23,27 +23,37 @@
23
23
  "build-ui": "shx mkdir -p homebridge-ui/public/lib && shx cp \"node_modules/homebridge-plugin-utils/dist/ui/**/*.@(js|mjs){,.map}\" homebridge-ui/public/lib",
24
24
  "clean": "shx rm -rf dist homebridge-ui/public/lib",
25
25
  "prelint": "npm run build-ui",
26
- "lint": "eslint --max-warnings=${ESLINT_MAX_WARNINGS:-\"-1\"} eslint.config.mjs src/**.ts homebridge-ui/*.js homebridge-ui/public/**/*.mjs",
26
+ "lint": "eslint --max-warnings=${ESLINT_MAX_WARNINGS:-\"-1\"} eslint.config.mjs src homebridge-ui/*.js homebridge-ui/public/**.mjs",
27
27
  "postpublish": "npm run clean",
28
28
  "prepublishOnly": "npm run lint && npm run build"
29
29
  },
30
30
  "keywords": [
31
- "homebridge-plugin"
31
+ "chamberlain",
32
+ "esphome",
33
+ "homebridge-plugin",
34
+ "homekit",
35
+ "garage",
36
+ "garage door opener",
37
+ "gdo",
38
+ "liftmaster",
39
+ "konnected",
40
+ "myq",
41
+ "ratgdo"
32
42
  ],
33
43
  "devDependencies": {
34
- "@stylistic/eslint-plugin": "^2.10.1",
44
+ "@stylistic/eslint-plugin": "^2.11.0",
35
45
  "@types/eventsource": "^1.1.15",
36
- "@types/node": "^22.9.0",
37
- "eslint": "9.12.0",
46
+ "@types/node": "^22.9.3",
47
+ "eslint": "9.15.0",
38
48
  "homebridge": "^1.8.4",
39
49
  "shx": "^0.3.4",
40
- "typescript": "^5.6.3",
41
- "typescript-eslint": "^8.14.0"
50
+ "typescript": "^5.7.2",
51
+ "typescript-eslint": "^8.15.0"
42
52
  },
43
53
  "dependencies": {
44
54
  "@adobe/fetch": "^4.1.9",
45
- "@homebridge/plugin-ui-utils": "^1.0.3",
46
- "bonjour-service": "^1.2.1",
55
+ "@homebridge/plugin-ui-utils": "^2.0.0",
56
+ "bonjour-service": "^1.3.0",
47
57
  "eventsource": "^2.0.2",
48
58
  "homebridge-plugin-utils": "^1.10.2"
49
59
  }