iobroker.eusec 0.8.4 → 0.8.5
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 +7 -0
- package/io-package.json +13 -13
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/iobroker.eusec)
|
|
5
5
|
[](https://www.npmjs.com/package/iobroker.eusec)
|
|
6
|
+
[](https://www.npmjs.com/package/iobroker.eusec)
|
|
6
7
|

|
|
7
8
|

|
|
8
9
|

|
|
@@ -158,6 +159,12 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
158
159
|
|
|
159
160
|
## Changelog
|
|
160
161
|
|
|
162
|
+
### 0.8.5 (2022-02-12)
|
|
163
|
+
|
|
164
|
+
* (bropat) Fixed issue #222
|
|
165
|
+
* (bropat) Updated version of the package eufy-security-client (1.6.6)
|
|
166
|
+
* (bropat) Further details can be found in the changelog of eufy-security-client (1.6.6)
|
|
167
|
+
|
|
161
168
|
### 0.8.4 (2022-02-08)
|
|
162
169
|
|
|
163
170
|
* (bropat) Fixed regression in authentication flow
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eusec",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.8.5": {
|
|
7
|
+
"en": "Updated version of the package eufy-security-client (1.6.6)\nFixed issue #222",
|
|
8
|
+
"de": "Version des Pakets eufy-security-client (1.6.6) aktualisiert\nProblem #222 behoben",
|
|
9
|
+
"ru": "Обновленная версия пакета eufy-security-client (1.6.6)\nИсправлена проблема №222",
|
|
10
|
+
"pt": "Versão atualizada do pacote eufy-security-client (1.6.6)\nEdição fixa #222",
|
|
11
|
+
"nl": "Bijgewerkte versie van het pakket eufy-security-client (1.6.6)\nProbleem #222 opgelost",
|
|
12
|
+
"fr": "Version mise à jour du paquet eufy-security-client (1.6.6)\nCorrection du problème n°222",
|
|
13
|
+
"it": "Aggiornata la versione del pacchetto eufy-security-client (1.6.6)\nRisolto il problema #222",
|
|
14
|
+
"es": "Versión actualizada del paquete eufy-security-client (1.6.6)\nCorregido el problema #222",
|
|
15
|
+
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.6.6)\nNaprawiono błąd #222",
|
|
16
|
+
"zh-cn": "包 eufy-security-client (1.6.6) 的更新版本\n修正了问题#222"
|
|
17
|
+
},
|
|
6
18
|
"0.8.4": {
|
|
7
19
|
"en": "Updated version of the package eufy-security-client (1.6.5)\nFixed issue #228",
|
|
8
20
|
"de": "Version des Pakets eufy-security-client (1.6.5) aktualisiert\nProblem #228 behoben",
|
|
@@ -98,18 +110,6 @@
|
|
|
98
110
|
"es": "Versión actualizada del paquete eufy-security-client (1.3.0)",
|
|
99
111
|
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.3.0)",
|
|
100
112
|
"zh-cn": "包 eufy-security-client (1.3.0) 的更新版本"
|
|
101
|
-
},
|
|
102
|
-
"0.7.2": {
|
|
103
|
-
"en": "Updated version of the package eufy-security-client (1.2.3)",
|
|
104
|
-
"de": "Version des Pakets eufy-security-client (1.2.3) aktualisiert",
|
|
105
|
-
"ru": "Обновленная версия пакета eufy-security-client (1.2.3)",
|
|
106
|
-
"pt": "Versão atualizada do pacote eufy-security-client (1.2.3)",
|
|
107
|
-
"nl": "Bijgewerkte versie van het pakket eufy-security-client (1.2.3)",
|
|
108
|
-
"fr": "Version mise à jour du paquet eufy-security-client (1.2.3)",
|
|
109
|
-
"it": "Aggiornata la versione del pacchetto eufy-security-client (1.2.3)",
|
|
110
|
-
"es": "Versión actualizada del paquete eufy-security-client (1.2.3)",
|
|
111
|
-
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.2.3)",
|
|
112
|
-
"zh-cn": "包 eufy-security-client (1.2.3) 的更新版本"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"title": "euSec",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eusec",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bropat",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@cospired/i18n-iso-languages": "^3.1.1",
|
|
28
28
|
"@iobroker/adapter-core": "^2.5.1",
|
|
29
29
|
"got": "^11.8.3",
|
|
30
|
-
"eufy-security-client": "^1.6.
|
|
30
|
+
"eufy-security-client": "^1.6.6",
|
|
31
31
|
"ffmpeg-static": "^4.4.1",
|
|
32
32
|
"fs-extra": "^10.0.0",
|
|
33
33
|
"i18n-iso-countries": "^7.3.0",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"ts-log": "^2.2.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@alcalzone/release-script": "^
|
|
38
|
+
"@alcalzone/release-script": "^3.5.2",
|
|
39
39
|
"@iobroker/testing": "^2.5.4",
|
|
40
40
|
"@types/chai": "^4.3.0",
|
|
41
|
-
"@types/chai-as-promised": "^7.1.
|
|
41
|
+
"@types/chai-as-promised": "^7.1.5",
|
|
42
42
|
"@types/express": "^4.17.13",
|
|
43
43
|
"@types/ffmpeg-static": "^3.0.1",
|
|
44
44
|
"@types/fs-extra": "^9.0.13",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/mocha": "^9.1.0",
|
|
48
48
|
"@types/node": "^16.11.14",
|
|
49
49
|
"@types/proxyquire": "^1.3.28",
|
|
50
|
-
"@types/sinon": "^10.0.
|
|
50
|
+
"@types/sinon": "^10.0.11",
|
|
51
51
|
"@types/sinon-chai": "^3.2.8",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
53
53
|
"@typescript-eslint/parser": "^4.33.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"sinon": "^13.0.1",
|
|
63
63
|
"sinon-chai": "^3.7.0",
|
|
64
64
|
"source-map-support": "^0.5.21",
|
|
65
|
-
"ts-node": "^10.
|
|
66
|
-
"typescript": "4.5.
|
|
65
|
+
"ts-node": "^10.5.0",
|
|
66
|
+
"typescript": "4.5.5"
|
|
67
67
|
},
|
|
68
68
|
"main": "build/main.js",
|
|
69
69
|
"files": [
|