iobroker.eusec 0.9.8 → 0.9.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.
Files changed (3) hide show
  1. package/README.md +7 -0
  2. package/io-package.json +13 -13
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -159,6 +159,13 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
159
159
 
160
160
  ## Changelog
161
161
 
162
+ ### 0.9.9 (2022-12-24)
163
+
164
+ * (bropat) Fixed issue #311
165
+ * (bropat) Fixed issue #312
166
+ * (bropat) Updated version of the package eufy-security-client (2.4.0)
167
+ * (bropat) Further details can be found in the changelog of eufy-security-client (2.4.0)
168
+
162
169
  ### 0.9.8 (2022-11-26)
163
170
 
164
171
  * (bropat) Fixed issue #300
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "eusec",
4
- "version": "0.9.8",
4
+ "version": "0.9.9",
5
5
  "news": {
6
+ "0.9.9": {
7
+ "en": "Updated version of the package eufy-security-client (2.4.0)\nFixed issue #311\nFixed issue #312",
8
+ "de": "Version des Pakets eufy-security-client (2.4.0) aktualisiert\nProblem #311 behoben\nProblem #312 behoben",
9
+ "ru": "Обновленная версия пакета eufy-security-client (2.4.0)\nИсправлена проблема №311\nИсправлена проблема №312",
10
+ "pt": "Versão atualizada do pacote eufy-security-client (2.4.0)\nEdição fixa #311\nEdição fixa #312",
11
+ "nl": "Bijgewerkte versie van het pakket eufy-security-client (2.4.0)\nProbleem #311 opgelost\nProbleem #312 opgelost",
12
+ "fr": "Version mise à jour du paquet eufy-security-client (2.4.0)\nCorrection du problème n°311\nCorrection du problème n°312",
13
+ "it": "Aggiornata la versione del pacchetto eufy-security-client (2.4.0)\nRisolto il problema #311\nRisolto il problema #312",
14
+ "es": "Versión actualizada del paquete eufy-security-client (2.4.0)\nCorregido el problema #311\nCorregido el problema #312",
15
+ "pl": "Zaktualizowana wersja pakietu eufy-security-client (2.4.0)\nNaprawiono błąd #311\nNaprawiono błąd #312",
16
+ "zh-cn": "包 eufy-security-client (2.4.0) 的更新版本\n修正了问题#311\n修正了问题#312"
17
+ },
6
18
  "0.9.8": {
7
19
  "en": "Updated version of the package eufy-security-client (2.3.0)\nFixed issue #300",
8
20
  "de": "Version des Pakets eufy-security-client (2.3.0) aktualisiert\nProblem #300 behoben",
@@ -74,18 +86,6 @@
74
86
  "es": "Versión actualizada del paquete eufy-security-client (2.1.1)",
75
87
  "pl": "Zaktualizowana wersja pakietu eufy-security-client (2.1.1)",
76
88
  "zh-cn": "包 eufy-security-client (2.1.1) 的更新版本"
77
- },
78
- "0.9.2": {
79
- "en": "Updated version of the package eufy-security-client (2.1.0)",
80
- "de": "Version des Pakets eufy-security-client (2.1.0) aktualisiert",
81
- "ru": "Обновленная версия пакета eufy-security-client (2.1.0)",
82
- "pt": "Versão atualizada do pacote eufy-security-client (2.1.0)",
83
- "nl": "Bijgewerkte versie van het pakket eufy-security-client (2.1.0)",
84
- "fr": "Version mise à jour du paquet eufy-security-client (2.1.0)",
85
- "it": "Aggiornata la versione del pacchetto eufy-security-client (2.1.0)",
86
- "es": "Versión actualizada del paquete eufy-security-client (2.1.0)",
87
- "pl": "Zaktualizowana wersja pakietu eufy-security-client (2.1.0)",
88
- "zh-cn": "包 eufy-security-client (2.1.0) 的更新版本"
89
89
  }
90
90
  },
91
91
  "title": "euSec",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.eusec",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
5
5
  "author": {
6
6
  "name": "bropat",
@@ -26,9 +26,9 @@
26
26
  "@bropat/fluent-ffmpeg": "^2.1.3",
27
27
  "@cospired/i18n-iso-languages": "^4.0.0",
28
28
  "@iobroker/adapter-core": "^2.6.7",
29
- "eufy-security-client": "^2.3.0",
29
+ "eufy-security-client": "^2.4.0",
30
30
  "ffmpeg-static": "~4.4",
31
- "fs-extra": "^10.1.0",
31
+ "fs-extra": "^11.1.0",
32
32
  "got": "~11.8.5",
33
33
  "i18n-iso-countries": "^7.5.0",
34
34
  "mime": "^3.0.0",
@@ -39,31 +39,31 @@
39
39
  "@iobroker/testing": "^4.1.0",
40
40
  "@types/chai": "^4.3.4",
41
41
  "@types/chai-as-promised": "^7.1.5",
42
- "@types/express": "^4.17.14",
42
+ "@types/express": "^4.17.15",
43
43
  "@types/ffmpeg-static": "^3.0.1",
44
44
  "@types/fs-extra": "^9.0.13",
45
45
  "@types/gulp": "^4.0.10",
46
46
  "@types/mime": "^3.0.1",
47
- "@types/mocha": "^10.0.0",
48
- "@types/node": "^16.18.3",
47
+ "@types/mocha": "^10.0.1",
48
+ "@types/node": "^16.18.10",
49
49
  "@types/proxyquire": "^1.3.28",
50
50
  "@types/sinon": "^10.0.13",
51
51
  "@types/sinon-chai": "^3.2.9",
52
- "@typescript-eslint/eslint-plugin": "^5.44.0",
53
- "@typescript-eslint/parser": "^5.44.0",
52
+ "@typescript-eslint/eslint-plugin": "^5.47.0",
53
+ "@typescript-eslint/parser": "^5.47.0",
54
54
  "chai": "^4.3.7",
55
55
  "chai-as-promised": "^7.1.1",
56
- "eslint": "^8.28.0",
56
+ "eslint": "^8.30.0",
57
57
  "gulp": "^4.0.2",
58
- "mocha": "^10.1.0",
58
+ "mocha": "^10.2.0",
59
59
  "nyc": "^15.1.0",
60
60
  "proxyquire": "^2.1.3",
61
61
  "rimraf": "^3.0.2",
62
- "sinon": "^14.0.2",
62
+ "sinon": "^15.0.1",
63
63
  "sinon-chai": "^3.7.0",
64
64
  "source-map-support": "^0.5.21",
65
65
  "ts-node": "^10.9.1",
66
- "typescript": "4.9.3"
66
+ "typescript": "4.9.4"
67
67
  },
68
68
  "main": "build/main.js",
69
69
  "files": [