iobroker.sbfspot 4.3.2 → 4.3.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 +2 -1
- package/io-package.json +15 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,8 +63,9 @@ sometimes npm intall must be called more then one time to successfully install a
|
|
|
63
63
|
Placeholder for the next version (at the beginning of the line):
|
|
64
64
|
### **WORK IN PROGRESS**
|
|
65
65
|
-->
|
|
66
|
-
### 4.3.
|
|
66
|
+
### 4.3.3 (2024-05-28)
|
|
67
67
|
* (René) change of dependencies
|
|
68
|
+
* (René) mySql dependency update
|
|
68
69
|
|
|
69
70
|
### 4.3.1 (2024-05-23)
|
|
70
71
|
* (René) bug fix for data history in VIS-2
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "sbfspot",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.3.3": {
|
|
7
|
+
"en": "(René) change of dependencies\n(René) mySql dependency update",
|
|
8
|
+
"de": "(René) Veränderung der Abhängigkeiten\n(René) mySql Abhängigkeitsupdate",
|
|
9
|
+
"ru": "(René) изменение зависимостей\n(René) обновление зависимости mySql",
|
|
10
|
+
"pt": "(René) mudança de dependências\n(René) atualização de dependência mySql",
|
|
11
|
+
"nl": "(René) verandering van afhankelijkheden\n(René) mySql afhankelijkheidsupdate",
|
|
12
|
+
"fr": "(René) changement de dépendances\n(René) Mise à jour de la dépendance mySql",
|
|
13
|
+
"it": "(René) cambiamento delle dipendenze\n(René) aggiornamento di dipendenza mySql",
|
|
14
|
+
"es": "(René) cambio de dependencia\n(René) mySql dependency update",
|
|
15
|
+
"pl": "(René) zmiana zależności\nAktualizacja zależności mySql",
|
|
16
|
+
"uk": "(Рене) зміна залежностей\n(René) mySql оновлення залежності",
|
|
17
|
+
"zh-cn": "(René) 属地变化\n(René) MySql 依赖性更新"
|
|
18
|
+
},
|
|
6
19
|
"4.3.2": {
|
|
7
20
|
"en": "(René) change of dependencies",
|
|
8
21
|
"de": "(René) Veränderung der Abhängigkeiten",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Aktualizacja zależności (René)",
|
|
81
94
|
"uk": "(René) залежностей оновлено",
|
|
82
95
|
"zh-cn": "(René) 更新的依赖关系"
|
|
83
|
-
},
|
|
84
|
-
"4.2.1": {
|
|
85
|
-
"en": "(René) dependencies updated",
|
|
86
|
-
"de": "(René)",
|
|
87
|
-
"ru": "(René) обновления зависимости",
|
|
88
|
-
"pt": "(René) dependências atualizadas",
|
|
89
|
-
"nl": "Afhankelijkheid",
|
|
90
|
-
"fr": "(René) dépendances mises à jour",
|
|
91
|
-
"it": "(René) dipendenze aggiornate",
|
|
92
|
-
"es": "(René) dependencies updated",
|
|
93
|
-
"pl": "(René) zależności od aktualizacji",
|
|
94
|
-
"uk": "(René) залежностей оновлено",
|
|
95
|
-
"zh-cn": "(单位:千美元)"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
"loglevel": "info",
|
|
136
136
|
"stopBeforeUpdate": true,
|
|
137
137
|
"type": "hardware",
|
|
138
|
+
"tier": 3,
|
|
138
139
|
"licenseInformation": {
|
|
139
140
|
"license": "MIT",
|
|
140
141
|
"type": "free"
|