homebridge-eufy-security 4.3.7 → 4.3.9

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.
@@ -295,7 +295,7 @@ class UiServer {
295
295
  #########################
296
296
  You're not using a guest admin account with this plugin! You must use a guest admin account!
297
297
  Please look here for more details:
298
- https://github.com/homebridge-eufy-security/plugin/wiki/Create-a-dedicated-admin-account-for-Homebridge-Eufy-Security-Plugin
298
+ https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Create-a-dedicated-admin-account-for-Homebridge-Eufy-Security-Plugin
299
299
  #########################
300
300
  `);
301
301
  return;
@@ -1,2 +1,2 @@
1
- export declare const LIB_VERSION = "4.3.7";
1
+ export declare const LIB_VERSION = "4.3.9";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
- exports.LIB_VERSION = "4.3.7";
4
+ exports.LIB_VERSION = "4.3.9";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "displayName": "Homebridge Eufy Security",
3
3
  "name": "homebridge-eufy-security",
4
- "version": "4.3.7",
4
+ "version": "4.3.9",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git://github.com/homebridge-eufy-security/plugin.git"
9
+ "url": "git://github.com/homebridge-plugins/homebridge-eufy-security.git"
10
10
  },
11
11
  "funding": [
12
12
  {
13
13
  "type": "github",
14
- "url": "https://github.com/sponsors/homebridge-eufy-security"
14
+ "url": "https://github.com/sponsors/lenoxys"
15
15
  }
16
16
  ],
17
17
  "bugs": {
18
- "url": "https://github.com/homebridge-eufy-security/plugin/issues"
18
+ "url": "https://github.com/homebridge-plugins/homebridge-eufy-security/issues"
19
19
  },
20
20
  "engines": {
21
21
  "node": "20.11.0 || ^22",
22
- "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37"
22
+ "homebridge": "^1.9.0 || ^1.11.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37"
23
23
  },
24
24
  "main": "dist/index.js",
25
25
  "scripts": {
@@ -103,6 +103,6 @@
103
103
  "ban-ts-comment": 0
104
104
  }
105
105
  },
106
- "homepage": "https://github.com/homebridge-eufy-security/plugin/wiki",
106
+ "homepage": "https://github.com/homebridge-plugins/homebridge-eufy-security/wiki",
107
107
  "author": "homebridge-eufy-security"
108
108
  }