@homebridge-plugins/homebridge-eufy-security 4.6.2-beta.7 → 4.7.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/README.md CHANGED
@@ -35,11 +35,11 @@
35
35
 
36
36
  | Requirement | |
37
37
  |---|---|
38
- | [Homebridge](https://homebridge.io) | `>=1.9.0` |
39
- | Node.js | `20`, `22` or `24` |
38
+ | [Homebridge](https://homebridge.io) | `>=2.0.0` |
39
+ | Node.js | `>=24.5.0` |
40
40
  | Eufy Account | A [dedicated guest account](https://support.eufylife.com/s/article/Share-Your-eufySecurity-Devices-With-Your-Family) is **mandatory** |
41
41
 
42
- > **💡 Node.js & RSA_PKCS1_PADDING** — Node.js `18.19.1+`, `20.11.1+` and `21.6.2+` removed `RSA_PKCS1_PADDING` which affects P2P livestream on some devices. The plugin includes a built-in **Embedded PKCS1 Support** setting that works around this on Node.js 20 and 22. Node.js `24.5.0+` restores native support. See the [compatibility guide](https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Node.js-Compatibility-with-Eufy-Security-Plugin) for details.
42
+ > **💡 Node.js & RSA_PKCS1_PADDING** — Node.js `24.5.0+` restores native `RSA_PKCS1_PADDING`, so P2P livestream works out of the box and no workaround is needed. See the [compatibility guide](https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Node.js-Compatibility-with-Eufy-Security-Plugin) for details.
43
43
 
44
44
  ---
45
45
 
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const LIB_VERSION = "4.6.2-beta.7";
1
+ export const LIB_VERSION = "4.7.1";
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC"}
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.2-beta.7",
4
+ "version": "4.7.1",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",
@@ -43,12 +43,12 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@homebridge/plugin-ui-utils": "^2.2.5",
46
- "eufy-security-client": "dev",
46
+ "eufy-security-client": "^4.1.1-1",
47
47
  "ffmpeg-for-homebridge": "2.2.2",
48
48
  "pick-port": "^2.2.1",
49
49
  "rotating-file-stream": "^3.2.9",
50
50
  "tar": "^7.5.20",
51
- "tslog": "^5.0.0"
51
+ "tslog": "^4.10.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^26.1.1",