iobroker.tibberlink 3.0.0 → 3.0.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
@@ -96,6 +96,11 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
96
96
 
97
97
  ! Note that missing version entries are typically dependency updates for improved security.
98
98
 
99
+ ### 3.0.1 (2024-04-20)
100
+
101
+ - (HombachC) updated adapter testing
102
+ - (HombachC) bump dependencies
103
+
99
104
  ### 3.0.0 (2024-04-15)
100
105
 
101
106
  - (HombachC) BREAKING: dropped support for node.js 16 (#368)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tibberlink",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "news": {
6
+ "3.0.1": {
7
+ "en": "updated adapter testing\nbumped dependencies",
8
+ "de": "Adapter-Tests aktualisiert\nAbhängigkeiten aktualisiert",
9
+ "ru": "обновлены тесты адаптера\nобновлены зависимости",
10
+ "pt": "atualização dos testes do adaptador\natualização das dependências",
11
+ "nl": "adaptertests bijgewerkt\nafhankelijkheden bijgewerkt",
12
+ "fr": "mise à jour des tests d'adaptateur\nmise à jour des dépendances",
13
+ "it": "aggiornati i test dell'adattatore\naggiornate le dipendenze",
14
+ "es": "actualización de las pruebas del adaptador\nactualización de las dependencias",
15
+ "pl": "zaktualizowano testy adaptera\nzaktualizowano zależności",
16
+ "uk": "оновлено тести адаптера\nоновлено залежності",
17
+ "zh-cn": "更新适配器测试\n升级依赖项"
18
+ },
6
19
  "3.0.0": {
7
20
  "en": "BREAKING: dropped support for Node.js 16 (#368)\nBREAKING: js-controller >= 5 is required\nchanged to tier 2 as data provider\ncorrected io-package.json according to the new schema (#368)\nupdate TypeScript to 5.4.5\nupdate adapter-core to 3.0.6",
8
21
  "de": "WICHTIG: Unterstützung für Node.js 16 wurde eingestellt (#368)\nWICHTIG: js-controller >= 5 ist erforderlich\nAls Datenanbieter auf Tier 2 geändert\ncorrected io-package.json entsprechend dem neuen Schema (#368)\nTypeScript auf 5.4.5 aktualisiert\nadapter-core auf 3.0.6 aktualisiert",
@@ -159,19 +172,6 @@
159
172
  "uk": "Реалізовано динамічне підняття повторного підключення до каналу (#225)\nневелике виправлення помилки в викликах цін",
160
173
  "zh-cn": "实现了对Feed重新连接的动态提升 (#225)\n在价格调用中进行了小的错误修复"
161
174
  },
162
- "1.7.1": {
163
- "en": "Added hint for consumption data in documentation",
164
- "de": "Hinweis für Verbrauchsdaten in der Dokumentation hinzugefügt",
165
- "ru": "Добавлено подсказку для данных о потреблении в документации",
166
- "pt": "Adicionada dica para dados de consumo na documentação",
167
- "nl": "Hint toegevoegd voor verbruiksgegevens in documentatie",
168
- "fr": "Ajout d'un indice pour les données de consommation dans la documentation",
169
- "it": "Aggiunto suggerimento per i dati di consumo nella documentazione",
170
- "es": "Añadida pista para datos de consumo en la documentación",
171
- "pl": "Dodano wskazówkę dotyczącą danych o zużyciu w dokumentacji",
172
- "uk": "Додано підказку для даних щодо споживання в документації",
173
- "zh-cn": "在文档中添加了关于消耗数据的提示"
174
- },
175
175
  "1.7.0": {
176
176
  "en": "Implement getting historical consumption data from Tibber Server (#163)",
177
177
  "de": "Implementierung des Abrufs historischer Verbrauchsdaten vom Tibber Server (#163)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tibberlink",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "links tibber API data to be used in ioBroker",
5
5
  "author": {
6
6
  "name": "Hombach",
@@ -30,7 +30,7 @@
30
30
  "date-fns": "^3.6.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@iobroker/testing": "^4.1.1",
33
+ "@iobroker/testing": "^4.1.3",
34
34
  "@iobroker/types": "^5.0.19",
35
35
  "@types/chai": "^4.3.11",
36
36
  "@types/chai-as-promised": "^7.1.8",