iobroker.eusec 1.2.0 → 1.2.1

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
@@ -11,8 +11,6 @@
11
11
  [![Known Vulnerabilities](https://snyk.io/test/github/bropat/ioBroker.eusec/badge.svg)](https://snyk.io/test/github/bropat/ioBroker.eusec)
12
12
 
13
13
  **Tests:** ![Test and Release](https://github.com/bropat/ioBroker.eusec/workflows/Test%20and%20Release/badge.svg)
14
- Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/bropat/ioBroker.eusec?branch=master&svg=true)](https://ci.appveyor.com/project/bropat/ioBroker-eusec/)
15
-
16
14
 
17
15
  [![NPM](https://nodei.co/npm/iobroker.eusec.png?downloads=true)](https://nodei.co/npm/iobroker.eusec/)
18
16
 
@@ -159,6 +157,11 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
159
157
 
160
158
  ## Changelog
161
159
 
160
+ ### 1.2.1 (2023-11-04)
161
+
162
+ * (bropat) Updated version of the package eufy-security-client (2.9.1)
163
+ * (bropat) Further details can be found in the changelog of eufy-security-client (2.9.1)
164
+
162
165
  ### 1.2.0 (2023-11-04)
163
166
 
164
167
  * (bropat) Requires node version >= 18
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "eusec",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "news": {
6
+ "1.2.1": {
7
+ "en": "Updated version of the package eufy-security-client (2.9.1)\n",
8
+ "uk": "Updated version of the package eufy-security-client (2.9.1)\n",
9
+ "de": "Version des Pakets eufy-security-client (2.9.1) aktualisiert\n",
10
+ "ru": "Обновленная версия пакета eufy-security-client (2.9.1)\n",
11
+ "pt": "Versão atualizada do pacote eufy-security-client (2.9.1)\n",
12
+ "nl": "Bijgewerkte versie van het pakket eufy-security-client (2.9.1)\n",
13
+ "fr": "Version mise à jour du paquet eufy-security-client (2.9.1)\n",
14
+ "it": "Aggiornata la versione del pacchetto eufy-security-client (2.9.1)\n",
15
+ "es": "Versión actualizada del paquete eufy-security-client (2.9.1)\n",
16
+ "pl": "Zaktualizowana wersja pakietu eufy-security-client (2.9.1)\n",
17
+ "zh-cn": "包 eufy-security-client (2.9.1) 的更新版本\n"
18
+ },
6
19
  "1.2.0": {
7
20
  "en": "Requires node version >= 18\nAdded support for SmartTrack Link (T87B0) and SmartTrack Card (T87B2)\nAdded support for SoloCam S220 (T8134)\nUpdated version of the package go2rtc-static (1.8.1)\nUpdated version of the package eufy-security-client (2.9.0)\n",
8
21
  "uk": "Requires node version >= 18\nAdded support for SmartTrack Link (T87B0) and SmartTrack Card (T87B2)\nAdded support for SoloCam S220 (T8134)\nUpdated version of the package go2rtc-static (1.8.1)\nUpdated version of the package eufy-security-client (2.9.0)\n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.eusec",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
5
5
  "author": {
6
6
  "name": "bropat",
@@ -26,7 +26,7 @@
26
26
  "@bropat/fluent-ffmpeg": "^2.1.3",
27
27
  "@cospired/i18n-iso-languages": "^4.1.0",
28
28
  "@iobroker/adapter-core": "^3.0.4",
29
- "eufy-security-client": "^2.9.0",
29
+ "eufy-security-client": "^2.9.1",
30
30
  "ffmpeg-static": "^5.2.0",
31
31
  "fs-extra": "^11.1.1",
32
32
  "go2rtc-static": "^1.8.1",