iobroker.eusec 0.9.2 → 0.9.3

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 CHANGED
@@ -159,6 +159,11 @@ 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.3 (2022-07-16)
163
+
164
+ * (bropat) Updated version of the package eufy-security-client (2.1.1)
165
+ * (bropat) Further details can be found in the changelog of eufy-security-client (2.1.1)
166
+
162
167
  ### 0.9.2 (2022-06-12)
163
168
 
164
169
  * (bropat) Updated version of the package eufy-security-client (2.1.0)
File without changes
package/admin/words.js CHANGED
File without changes
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "eusec",
4
- "version": "0.9.2",
4
+ "version": "0.9.3",
5
5
  "news": {
6
+ "0.9.3": {
7
+ "en": "Updated version of the package eufy-security-client (2.1.1)",
8
+ "de": "Version des Pakets eufy-security-client (2.1.1) aktualisiert",
9
+ "ru": "Обновленная версия пакета eufy-security-client (2.1.1)",
10
+ "pt": "Versão atualizada do pacote eufy-security-client (2.1.1)",
11
+ "nl": "Bijgewerkte versie van het pakket eufy-security-client (2.1.1)",
12
+ "fr": "Version mise à jour du paquet eufy-security-client (2.1.1)",
13
+ "it": "Aggiornata la versione del pacchetto eufy-security-client (2.1.1)",
14
+ "es": "Versión actualizada del paquete eufy-security-client (2.1.1)",
15
+ "pl": "Zaktualizowana wersja pakietu eufy-security-client (2.1.1)",
16
+ "zh-cn": "包 eufy-security-client (2.1.1) 的更新版本"
17
+ },
6
18
  "0.9.2": {
7
19
  "en": "Updated version of the package eufy-security-client (2.1.0)",
8
20
  "de": "Version des Pakets eufy-security-client (2.1.0) aktualisiert",
@@ -74,18 +86,6 @@
74
86
  "es": "Versión actualizada del paquete eufy-security-client (1.6.4)\nCorregido el problema #222",
75
87
  "pl": "Zaktualizowana wersja pakietu eufy-security-client (1.6.4)\nNaprawiono błąd #222",
76
88
  "zh-cn": "包 eufy-security-client (1.6.4) 的更新版本\n修正了问题#222"
77
- },
78
- "0.8.2": {
79
- "en": "Renamed Adapter to ioBroker.euSec\nUpdated version of the package eufy-security-client (1.6.3)\nFixed issue #221",
80
- "de": "Umbenennung des Adapters in ioBroker.euSec\nVersion des Pakets eufy-security-client (1.6.3) aktualisiert\nProblem #221 behoben",
81
- "ru": "Переименовать адаптер в ioBroker.euSec\nОбновленная версия пакета eufy-security-client (1.6.3)\nИсправлена проблема №221",
82
- "pt": "Renomeado Adaptador para ioBroker.euSec\nVersão atualizada do pacote eufy-security-client (1.6.3)\nEdição fixa #221",
83
- "nl": "Adapter hernoemd naar ioBroker.euSec\nBijgewerkte versie van het pakket eufy-security-client (1.6.3)\nProbleem #221 opgelost",
84
- "fr": "Renommé Adaptateur à ioBroker.euSec\nVersion mise à jour du paquet eufy-security-client (1.6.3)\nCorrection du problème n°221",
85
- "it": "Rinominato adattatore in ioBroker.euSec\nAggiornata la versione del pacchetto eufy-security-client (1.6.3)\nRisolto il problema #221",
86
- "es": "Cambio de nombre del adaptador a ioBroker.euSec\nVersión actualizada del paquete eufy-security-client (1.6.3)\nCorregido el problema #221",
87
- "pl": "Zmiana nazwy adaptera na ioBroker.euSec\nZaktualizowana wersja pakietu eufy-security-client (1.6.3)\nNaprawiono błąd #221",
88
- "zh-cn": "重新命名适配器为ioBroker.euSec\n包 eufy-security-client (1.6.3) 的更新版本\n修正了问题#221"
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.2",
3
+ "version": "0.9.3",
4
4
  "description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
5
5
  "author": {
6
6
  "name": "bropat",
@@ -26,11 +26,11 @@
26
26
  "@bropat/fluent-ffmpeg": "^2.1.3",
27
27
  "@cospired/i18n-iso-languages": "^4.0.0",
28
28
  "@iobroker/adapter-core": "^2.6.0",
29
- "got": "~11.8",
30
- "eufy-security-client": "^2.1.0",
29
+ "eufy-security-client": "^2.1.1",
31
30
  "ffmpeg-static": "~4.4",
32
31
  "fs-extra": "^10.1.0",
33
- "i18n-iso-countries": "^7.4.0",
32
+ "got": "^11.8.5",
33
+ "i18n-iso-countries": "^7.5.0",
34
34
  "mime": "^3.0.0",
35
35
  "ts-log": "^2.2.4"
36
36
  },
@@ -45,15 +45,15 @@
45
45
  "@types/gulp": "^4.0.9",
46
46
  "@types/mime": "^2.0.3",
47
47
  "@types/mocha": "^9.1.1",
48
- "@types/node": "^16.11.39",
48
+ "@types/node": "^16.11.45",
49
49
  "@types/proxyquire": "^1.3.28",
50
- "@types/sinon": "^10.0.11",
50
+ "@types/sinon": "^10.0.12",
51
51
  "@types/sinon-chai": "^3.2.8",
52
- "@typescript-eslint/eslint-plugin": "^5.27.1",
53
- "@typescript-eslint/parser": "^5.27.1",
52
+ "@typescript-eslint/eslint-plugin": "^5.30.6",
53
+ "@typescript-eslint/parser": "^5.30.6",
54
54
  "chai": "^4.3.6",
55
55
  "chai-as-promised": "^7.1.1",
56
- "eslint": "^8.17.0",
56
+ "eslint": "^8.19.0",
57
57
  "gulp": "^4.0.2",
58
58
  "mocha": "^10.0.0",
59
59
  "nyc": "^15.1.0",
@@ -62,8 +62,8 @@
62
62
  "sinon": "^14.0.0",
63
63
  "sinon-chai": "^3.7.0",
64
64
  "source-map-support": "^0.5.21",
65
- "ts-node": "^10.8.1",
66
- "typescript": "4.7.3"
65
+ "ts-node": "^10.9.1",
66
+ "typescript": "4.7.4"
67
67
  },
68
68
  "main": "build/main.js",
69
69
  "files": [