@homebridge-plugins/homebridge-eufy-security 4.6.0-beta.23 → 4.6.0-beta.25

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/.claude/CLAUDE.md CHANGED
@@ -155,7 +155,7 @@ For issue triage, use the `support` skill with an issue number (e.g. `/support 4
155
155
 
156
156
  - Diagnostics archives are encrypted (RSA-4096 + AES-256-GCM); decrypt with `node scripts/decrypt-diagnostics.mjs <file>.tar.gz.enc`
157
157
  - Always check archive completeness before analysis -- missing runtime logs means the plugin wasn't running
158
- - Check if debug mode is enabled (`enableDetailedLogging`); if disabled, ask the user to enable it and re-export
158
+ - When diagnostics are incomplete or debug is disabled, ask the user to upgrade to the latest [beta](https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Special-Version-(BETA---RC---HKSV)) and follow the [Basic Troubleshooting](https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Basic-Troubleshooting) steps to enable Detailed Logging, reproduce the issue, and re-export diagnostics
159
159
  - Narrow down whether the issue is in `homebridge-eufy-security` (accessory registration, HomeKit mapping, config handling) or in `eufy-security-client` (device discovery, property events, P2P, push notifications)
160
160
  - If the environment indicates HOOBS: label `hoobs` + `wontfix` and close -- HOOBS is not supported
161
161
 
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const LIB_VERSION = "4.6.0-beta.23";
1
+ export const LIB_VERSION = "4.6.0-beta.25";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Homebridge Eufy Security",
3
3
  "name": "@homebridge-plugins/homebridge-eufy-security",
4
- "version": "4.6.0-beta.23",
4
+ "version": "4.6.0-beta.25",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",
@@ -43,20 +43,20 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "eufy-security-client": "dev",
46
- "@homebridge/plugin-ui-utils": "^2.2.0",
46
+ "@homebridge/plugin-ui-utils": "^2.2.1",
47
47
  "ffmpeg-for-homebridge": "2.2.1",
48
48
  "tslog": "^4.10.2",
49
49
  "rotating-file-stream": "^3.2.9",
50
50
  "pick-port": "^2.2.0",
51
- "tar": "^7.5.9"
51
+ "tar": "^7.5.11"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.9.3",
55
55
  "homebridge": "^1.11.2",
56
- "eslint": "^9.39.3",
57
- "@eslint/js": "^9.39.3",
58
- "typescript-eslint": "^8.56.1",
59
- "@types/node": "^25.3.3",
56
+ "eslint": "^9.39.4",
57
+ "@eslint/js": "^9.39.4",
58
+ "typescript-eslint": "^8.57.0",
59
+ "@types/node": "^25.5.0",
60
60
  "rimraf": "^6.1.3"
61
61
  },
62
62
  "homepage": "https://github.com/homebridge-plugins/homebridge-eufy-security/wiki",