iobroker.tibberlink 6.2.1 → 6.2.2
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 +5 -7
- package/io-package.json +14 -14
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -170,6 +170,11 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
170
170
|
Placeholder for the next version (at the beginning of the line):
|
|
171
171
|
### **WORK IN PROGRESS**
|
|
172
172
|
-->
|
|
173
|
+
### 6.2.2 (2026-04-13)
|
|
174
|
+
|
|
175
|
+
- (HombachC) fix vulnerability in axios
|
|
176
|
+
- (HombachC) update dependencies
|
|
177
|
+
|
|
173
178
|
### 6.2.1 (2026-03-30)
|
|
174
179
|
|
|
175
180
|
- (HombachC) optimize pull of consumption data (#860)
|
|
@@ -203,13 +208,6 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
203
208
|
- (HombachC) year 2026 changes
|
|
204
209
|
- (HombachC) update dependencies
|
|
205
210
|
|
|
206
|
-
### 6.0.3 (2025-11-16)
|
|
207
|
-
|
|
208
|
-
- (HombachC) optimize sentry
|
|
209
|
-
- (HombachC) optimize dependabot config (#805)
|
|
210
|
-
- (HombachC) update axios and cron
|
|
211
|
-
- (HombachC) update FlexChart template
|
|
212
|
-
|
|
213
211
|
### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)
|
|
214
212
|
|
|
215
213
|
## License
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "tibberlink",
|
|
4
|
-
"version": "6.2.
|
|
4
|
+
"version": "6.2.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"6.2.2": {
|
|
7
|
+
"en": "fix vulnerability in axios\nupdate dependencies",
|
|
8
|
+
"de": "schwachstelle in axios beheben\naktualisierung der abhängigkeiten",
|
|
9
|
+
"ru": "уязвимость в axios\nобновление зависимостей",
|
|
10
|
+
"pt": "corrigir vulnerabilidade em axios\natualizar dependências",
|
|
11
|
+
"nl": "fix kwetsbaarheid in axios\nafhankelijkheden bijwerken",
|
|
12
|
+
"fr": "corriger la vulnérabilité dans les axios\nmettre à jour les dépendances",
|
|
13
|
+
"it": "fissare la vulnerabilità in assios\naggiornamento dipendenze",
|
|
14
|
+
"es": "fijar vulnerabilidad en axios\ndependencias de actualización",
|
|
15
|
+
"pl": "naprawić wrażliwość w aksjozach\naktualizacji zależności",
|
|
16
|
+
"uk": "зафіксувати вразливість в осях\nоновлення залежності",
|
|
17
|
+
"zh-cn": "在轴线中固定脆弱性\n更新依赖关系"
|
|
18
|
+
},
|
|
6
19
|
"6.2.1": {
|
|
7
20
|
"en": "optimize pull of consumption data (#860)\nswitch to ES2023 code\nupdate dependencies",
|
|
8
21
|
"de": "optimieren von verbrauchsdaten (#860)\neS2023-Code wechseln\naktualisierung der abhängigkeiten",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "aktualizacja rozmieszczenia NPM\naktualizacji zależności",
|
|
81
94
|
"uk": "оновлення розгортання NPM\nоновлення залежності",
|
|
82
95
|
"zh-cn": "更新国家预防机制的部署情况\n更新依赖关系"
|
|
83
|
-
},
|
|
84
|
-
"6.0.1": {
|
|
85
|
-
"en": "fix error in cleaning tomorrow data\nupdate release management to 4.x.x",
|
|
86
|
-
"de": "fehler in der reinigung von morgen daten beheben\nupdate-release-management auf 4.x.x",
|
|
87
|
-
"ru": "ошибка в очистке данных завтрашнего дня\nуправление обновлениями для 4.x.x",
|
|
88
|
-
"pt": "corrigir erro na limpeza amanhã dados\natualização de gerenciamento de lançamento para 4.x.x",
|
|
89
|
-
"nl": "fix fout in het schoonmaken van morgen gegevens\nupdate release management naar 4.x.x",
|
|
90
|
-
"fr": "corriger l'erreur dans le nettoyage des données de demain\nmettre à jour la gestion de la publication vers 4.x.x",
|
|
91
|
-
"it": "correzione di errore nella pulizia dei dati di domani\nupdate release management a 4.x.x",
|
|
92
|
-
"es": "corregir error en la limpieza mañana datos\nactualizar la gestión de la liberación a 4.x.x",
|
|
93
|
-
"pl": "naprawić błąd w czyszczeniu danych jutro\naktualizacja zarządzania wersjami do 4.x.x",
|
|
94
|
-
"uk": "виправлено помилку в очищенні даних\nуправління оновлення релізу до 4.x.x",
|
|
95
|
-
"zh-cn": "清除明天数据时纠正错误\n更新发行管理到 4. x. x"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"messages": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.tibberlink",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"description": "links tibber API data to be used in ioBroker",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hombach",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@iobroker/adapter-core": "^3.3.2",
|
|
29
|
-
"axios": "^1.
|
|
29
|
+
"axios": "^1.15.0",
|
|
30
30
|
"cron": "^4.4.0",
|
|
31
31
|
"date-fns": "^4.1.0",
|
|
32
32
|
"tibber-api": "^5.5.2"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
40
40
|
"@iobroker/eslint-config": "^2.2.0",
|
|
41
41
|
"@iobroker/testing": "^5.2.2",
|
|
42
|
-
"@iobroker/types": "^7.1.
|
|
43
|
-
"@types/node": "^25.5.
|
|
42
|
+
"@iobroker/types": "^7.1.1",
|
|
43
|
+
"@types/node": "^25.5.2",
|
|
44
44
|
"@types/proxyquire": "^1.3.31",
|
|
45
45
|
"@types/sinon-chai": "^4.0.0",
|
|
46
46
|
"@types/chai": "^5.2.3",
|