iobroker.ebus 3.6.8 → 3.6.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.
package/README.md CHANGED
@@ -76,6 +76,9 @@ in /opt/iobroker/node_modules/iobroker.ebus/lib/scripts you can find a scripts t
76
76
  Placeholder for the next version (at the beginning of the line):
77
77
  ### **WORK IN PROGRESS**
78
78
  -->
79
+ ### 3.6.9 (2025-10-21)
80
+ * (René) update dependencies + changes based on adapter checker
81
+
79
82
  ### 3.6.8 (2025-10-04)
80
83
  * (René) update dependencies + changes based on adapter checker
81
84
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ebus",
4
- "version": "3.6.8",
4
+ "version": "3.6.9",
5
5
  "news": {
6
+ "3.6.9": {
7
+ "en": "update dependencies + changes based on adapter checker",
8
+ "de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker",
9
+ "ru": "зависимости обновления + изменения на основе проверки адаптера",
10
+ "pt": "atualizar dependências + alterações com base no verificador de adaptadores",
11
+ "nl": "update afhankelijkheden + wijzigingen op basis van adaptercontrole",
12
+ "fr": "mettre à jour les dépendances + les changements basés sur le vérificateur d'adaptateur",
13
+ "it": "aggiornamento dipendenze + modifiche in base all'adattatore checker",
14
+ "es": "dependencias de actualización + cambios basados en el control de adaptador",
15
+ "pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera",
16
+ "uk": "оновлення залежності + зміни на основі перевірки адаптера",
17
+ "zh-cn": "根据适配器检查器更新依赖性+变化"
18
+ },
6
19
  "3.6.8": {
7
20
  "en": "update dependencies + changes based on adapter checker",
8
21
  "de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker",
@@ -80,19 +93,6 @@
80
93
  "pl": "zmiany sugerowane przez sprawdzacz adaptera",
81
94
  "uk": "зміни, запропоновані адаптером",
82
95
  "zh-cn": "适配器检查器建议的更改"
83
- },
84
- "3.6.0": {
85
- "en": "new supported ebusd version is 25.1\nversion info added in admin",
86
- "de": "neue unterstützte ebusd version ist 25.1\nversion info in admin",
87
- "ru": "новая поддерживаемая версия ebusd 25.1\nинформация о версии добавлена в admin",
88
- "pt": "nova versão ebusd suportada é 25.1\nversão info adicionado em admin",
89
- "nl": "nieuwe ondersteunde ebusd versie is 25.1\nversie info toegevoegd in admin",
90
- "fr": "nouvelle version ebusd prise en charge est 25.1\nversion info ajoutée dans admin",
91
- "it": "nuova versione ebusd supportata è 25.1\nversione info aggiunto in admin",
92
- "es": "nueva versión electrónica soportada es 25.1\nversión info añadido en admin",
93
- "pl": "nowa obsługiwana wersja ebusd to 25.1\ninformacje o wersji dodane w admin",
94
- "uk": "нова підтримана версія ebusd 25.1\nдодано інформацію про версію в адмін",
95
- "zh-cn": "新支持的ebusd版本为25.1\n在管理员中添加的版本信息"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ebus",
3
- "version": "3.6.8",
3
+ "version": "3.6.9",
4
4
  "description": "ioBroker ebus Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -29,15 +29,13 @@
29
29
  "promise-socket": "^8.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@alcalzone/release-script": "^3.8.0",
33
- "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
34
- "@alcalzone/release-script-plugin-license": "^3.7.0",
35
- "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
32
+ "@alcalzone/release-script": "^5.0.0",
33
+ "@alcalzone/release-script-plugin-iobroker": "^4.0.0",
34
+ "@alcalzone/release-script-plugin-license": "^4.0.0",
35
+ "@alcalzone/release-script-plugin-manual-review": "^4.0.0",
36
36
  "@iobroker/adapter-dev": "^1.5.0",
37
37
  "@iobroker/eslint-config": "^2.2.0",
38
- "@iobroker/testing": "^5.1.1",
39
- "chai": "^6.2.0",
40
- "mocha": "^11.7.4"
38
+ "@iobroker/testing": "^5.1.1"
41
39
  },
42
40
  "main": "main.js",
43
41
  "bugs": {