homebridge-eufy-security 2.1.0-beta.1 → 2.1.0-beta.2
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/CHANGELOG.md +6 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 2.0
|
|
3
|
+
## 2.1.0 (beta) (21/06/2022)
|
|
4
4
|
|
|
5
5
|
### Changed
|
|
6
6
|
- Additional log output when station guard mode is changed (see [enhancement]: Logging basic operations such as guard mode change on the UI without debug mode #39)
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
- Fix #79 Unbridge setting not working for doorbell cameras
|
|
26
26
|
- Fix #81 under certain conditions two cameras on the same station could not get automatic snapshot refreshes simultaneously
|
|
27
27
|
|
|
28
|
+
## 2.0.1 (20.06.2022)
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
- locked dependency version to prevent breaking changes
|
|
32
|
+
|
|
28
33
|
## 2.0 (25/05/2022)
|
|
29
34
|
|
|
30
35
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Homebridge Eufy Security",
|
|
3
3
|
"name": "homebridge-eufy-security",
|
|
4
|
-
"version": "2.1.0-beta.
|
|
4
|
+
"version": "2.1.0-beta.2",
|
|
5
5
|
"description": "Control Eufy Security from homebridge.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/bunyan": "^1.8.8",
|
|
43
|
-
"@types/node": "^
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
45
|
-
"@typescript-eslint/parser": "^5.
|
|
46
|
-
"eslint": "^8.
|
|
43
|
+
"@types/node": "^18.0.0",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
45
|
+
"@typescript-eslint/parser": "^5.29.0",
|
|
46
|
+
"eslint": "^8.18.0",
|
|
47
47
|
"homebridge": "^1.4.1",
|
|
48
48
|
"nodemon": "^2.0.16",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
50
|
"ts-node": "^10.8.1",
|
|
51
|
-
"typescript": "^4.7.
|
|
51
|
+
"typescript": "^4.7.4"
|
|
52
52
|
},
|
|
53
53
|
"eslintConfig": {
|
|
54
54
|
"rules": {
|