@homebridge-plugins/homebridge-eufy-security 4.6.2-beta.5 → 4.6.2-beta.6

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/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const LIB_VERSION = "4.6.2-beta.5";
1
+ export const LIB_VERSION = "4.6.2-beta.6";
2
2
  //# sourceMappingURL=version.js.map
@@ -304,8 +304,7 @@ const DiagnosticsView = {
304
304
  try {
305
305
  const result = await Api.downloadDiagnostics({ skipEncryption });
306
306
  const rawBuffer = result.buffer || result;
307
- const fallbackExt = skipEncryption ? '.tar.gz' : '.tar.gz.enc';
308
- const filename = result.filename || ('eufy-security-diagnostics' + fallbackExt);
307
+ const filename = result.filename || ('eufy-security-diagnostics.tar.gz');
309
308
  const bytes = new Uint8Array(rawBuffer.data || rawBuffer);
310
309
  let binary = '';
311
310
  for (let i = 0; i < bytes.length; i++) {
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.5",
4
+ "version": "4.6.2-beta.6",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",
@@ -42,22 +42,22 @@
42
42
  "camera"
43
43
  ],
44
44
  "dependencies": {
45
- "@homebridge/plugin-ui-utils": "^2.2.2",
46
- "eufy-security-client": "npm:@homebridge-eufy-security/eufy-security-client@^3.8.0-dev.8",
45
+ "@homebridge/plugin-ui-utils": "^2.2.3",
46
+ "eufy-security-client": "dev",
47
47
  "ffmpeg-for-homebridge": "2.2.2",
48
48
  "pick-port": "^2.2.0",
49
49
  "rotating-file-stream": "^3.2.9",
50
- "tar": "^7.5.13",
50
+ "tar": "^7.5.15",
51
51
  "tslog": "^4.10.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@eslint/js": "^10.0.1",
55
- "@types/node": "^25.5.0",
56
- "eslint": "^10.1.0",
57
- "homebridge": "^1.11.3",
55
+ "@types/node": "^25.9.1",
56
+ "eslint": "^10.4.0",
57
+ "homebridge": "^1.11.4",
58
58
  "rimraf": "^6.1.3",
59
59
  "typescript": "^5.9.3",
60
- "typescript-eslint": "^8.57.2"
60
+ "typescript-eslint": "^8.59.4"
61
61
  },
62
62
  "homepage": "https://github.com/homebridge-plugins/homebridge-eufy-security/wiki",
63
63
  "author": "homebridge-eufy-security"