Skip to content

Commit e1b8d72

Browse files
chore: release v0.0.19
* (René) update dependencies
1 parent 0da254b commit e1b8d72

File tree

4 files changed

+164
-151
lines changed

4 files changed

+164
-151
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interface to mySQL database
4444
Placeholder for the next version (at the beginning of the line):
4545
### **WORK IN PROGRESS**
4646
-->
47-
### **WORK IN PROGRESS**
47+
### 0.0.19 (2024-01-12)
4848
* (René) update dependencies
4949

5050
### 0.0.18 (2023-11-19)

io-package.json

Lines changed: 160 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,151 +1,164 @@
11
{
2-
"common": {
3-
"name": "mysql",
4-
"version": "0.0.18",
5-
"news": {
6-
"0.0.18": {
7-
"en": "dependencies updated",
8-
"de": "Abhängigkeiten aktualisiert",
9-
"ru": "зависимости обновлены",
10-
"pt": "dependências atualizadas",
11-
"nl": "afhankelijkheden bijgewerkt",
12-
"fr": "dépendances mises à jour",
13-
"it": "dipendenze aggiornate",
14-
"es": "dependencias actualizadas",
15-
"pl": "zależności zostały zaktualizowane",
16-
"uk": "залежності оновлено",
17-
"zh-cn": "依赖项已更新"
18-
},
19-
"0.0.17": {
20-
"en": "support of sendTo from other adapters to update data",
21-
"de": "Unterstützung von sendTo von anderen Adaptern zum Aktualisieren von Daten",
22-
"ru": "поддержка sendTo от других адаптеров для обновления данных",
23-
"pt": "suporte de sendTo de outros adaptadores para atualizar dados",
24-
"nl": "ondersteuning van sendTo van andere adapters om gegevens bij te werken",
25-
"fr": "prise en charge de sendTo à partir d'autres adaptateurs pour mettre à jour les données",
26-
"it": "supporto di sendTo da altri adattatori per aggiornare i dati",
27-
"es": "soporte de sendTo de otros adaptadores para actualizar datos",
28-
"pl": "obsługa sendTo z innych adapterów w celu aktualizacji danych",
29-
"uk": "підтримка sendTo з інших адаптерів для оновлення даних",
30-
"zh-cn": "支持其他适配器的sendTo更新数据"
31-
},
32-
"0.0.16": {
33-
"en": "dependencies updated",
34-
"de": "Abhängigkeiten aktualisiert",
35-
"ru": "зависимости обновлены",
36-
"pt": "dependências atualizadas",
37-
"nl": "afhankelijkheden bijgewerkt",
38-
"fr": "dépendances mises à jour",
39-
"it": "dipendenze aggiornate",
40-
"es": "dependencias actualizadas",
41-
"pl": "zaktualizowane zależności",
42-
"uk": "залежності оновлено",
43-
"zh-cn": "依赖更新"
44-
},
45-
"0.0.15": {
46-
"en": "extended startup check",
47-
"de": "erweiterte Startprüfung",
48-
"ru": "расширенная проверка запуска",
49-
"pt": "verificação de inicialização estendida",
50-
"nl": "uitgebreide opstartcontrole",
51-
"fr": "contrôle de démarrage étendu",
52-
"it": "controllo di avvio esteso",
53-
"es": "verificación de inicio extendida",
54-
"pl": "rozszerzona kontrola rozruchu",
55-
"uk": "розширена перевірка запуску",
56-
"zh-cn": "扩展启动检查"
57-
},
58-
"0.0.14": {
59-
"en": "dependencies updated",
60-
"de": "Abhängigkeiten aktualisiert",
61-
"ru": "зависимости обновлены",
62-
"pt": "dependências atualizadas",
63-
"nl": "afhankelijkheden bijgewerkt",
64-
"fr": "dépendances mises à jour",
65-
"it": "dipendenze aggiornate",
66-
"es": "dependencias actualizadas",
67-
"pl": "zaktualizowane zależności",
68-
"uk": "залежності оновлено",
69-
"zh-cn": "依赖更新"
70-
}
71-
},
72-
"titleLang": {
73-
"en": "mySQL",
74-
"de": "mySQL",
75-
"ru": "MYSQL",
76-
"pt": "mySQL",
77-
"nl": "mySQL",
78-
"fr": "mySQL",
79-
"it": "mySQL",
80-
"es": "mySQL",
81-
"pl": "mySQL",
82-
"zh-cn": "MySQL的",
83-
"uk": "mySQL"
84-
},
85-
"desc": {
86-
"en": "interface to mySQL database",
87-
"de": "Schnittstelle zur mySQL-Datenbank",
88-
"ru": "интерфейс к базе данных MySQL",
89-
"pt": "interface com o banco de dados mySQL",
90-
"nl": "interface naar mySQL-database",
91-
"fr": "interface avec la base de données mySQL",
92-
"it": "interfaccia al database mySQL",
93-
"es": "interfaz a la base de datos mySQL",
94-
"pl": "interfejs do bazy danych mySQL",
95-
"zh-cn": "与mySQL数据库的接口",
96-
"uk": "інтерфейс до бази даних mySQL"
97-
},
98-
"authors": [
99-
"René G. <[email protected]>"
100-
],
101-
"keywords": [
102-
"mysql",
103-
"database"
104-
],
105-
"license": "MIT",
106-
"platform": "Javascript/Node.js",
107-
"main": "main.js",
108-
"icon": "mysql.png",
109-
"enabled": true,
110-
"messagebox": true,
111-
"extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.mysql/master/admin/mysql.png",
112-
"readme": "https://github.com/rg-engineering/ioBroker.mysql/blob/master/README.md",
113-
"loglevel": "info",
114-
"mode": "daemon",
115-
"type": "storage",
116-
"compact": true,
117-
"materialize": true,
118-
"plugins": {
119-
"sentry": {
120-
"dsn": "https://[email protected]/5233514"
121-
}
122-
},
123-
"dependencies": [
124-
{
125-
"js-controller": ">=2.0.0"
126-
}
127-
],
128-
"connectionType": "local",
129-
"dataSource": "push",
130-
"adminUI": {
131-
"config": "materialize"
132-
}
2+
"common": {
3+
"name": "mysql",
4+
"version": "0.0.19",
5+
"news": {
6+
"0.0.19": {
7+
"en": "(René) update dependencies",
8+
"de": "(René) aktualisieren Abhängigkeiten",
9+
"ru": "(René) обновление зависимостей",
10+
"pt": "(René) atualizar dependências",
11+
"nl": "(René) update afhankelijkheden",
12+
"fr": "(René) mettre à jour les dépendances",
13+
"it": "(René) aggiornamento dipendenze",
14+
"es": "(René) dependencias de actualización",
15+
"pl": "(René) uaktualnianie zależności",
16+
"uk": "(René) оновлення залежностей",
17+
"zh-cn": "(René) 更新依赖关系"
18+
},
19+
"0.0.18": {
20+
"en": "dependencies updated",
21+
"de": "Abhängigkeiten aktualisiert",
22+
"ru": "зависимости обновлены",
23+
"pt": "dependências atualizadas",
24+
"nl": "afhankelijkheden bijgewerkt",
25+
"fr": "dépendances mises à jour",
26+
"it": "dipendenze aggiornate",
27+
"es": "dependencias actualizadas",
28+
"pl": "zależności zostały zaktualizowane",
29+
"uk": "залежності оновлено",
30+
"zh-cn": "依赖项已更新"
31+
},
32+
"0.0.17": {
33+
"en": "support of sendTo from other adapters to update data",
34+
"de": "Unterstützung von sendTo von anderen Adaptern zum Aktualisieren von Daten",
35+
"ru": "поддержка sendTo от других адаптеров для обновления данных",
36+
"pt": "suporte de sendTo de outros adaptadores para atualizar dados",
37+
"nl": "ondersteuning van sendTo van andere adapters om gegevens bij te werken",
38+
"fr": "prise en charge de sendTo à partir d'autres adaptateurs pour mettre à jour les données",
39+
"it": "supporto di sendTo da altri adattatori per aggiornare i dati",
40+
"es": "soporte de sendTo de otros adaptadores para actualizar datos",
41+
"pl": "obsługa sendTo z innych adapterów w celu aktualizacji danych",
42+
"uk": "підтримка sendTo з інших адаптерів для оновлення даних",
43+
"zh-cn": "支持其他适配器的sendTo更新数据"
44+
},
45+
"0.0.16": {
46+
"en": "dependencies updated",
47+
"de": "Abhängigkeiten aktualisiert",
48+
"ru": "зависимости обновлены",
49+
"pt": "dependências atualizadas",
50+
"nl": "afhankelijkheden bijgewerkt",
51+
"fr": "dépendances mises à jour",
52+
"it": "dipendenze aggiornate",
53+
"es": "dependencias actualizadas",
54+
"pl": "zaktualizowane zależności",
55+
"uk": "залежності оновлено",
56+
"zh-cn": "依赖更新"
57+
},
58+
"0.0.15": {
59+
"en": "extended startup check",
60+
"de": "erweiterte Startprüfung",
61+
"ru": "расширенная проверка запуска",
62+
"pt": "verificação de inicialização estendida",
63+
"nl": "uitgebreide opstartcontrole",
64+
"fr": "contrôle de démarrage étendu",
65+
"it": "controllo di avvio esteso",
66+
"es": "verificación de inicio extendida",
67+
"pl": "rozszerzona kontrola rozruchu",
68+
"uk": "розширена перевірка запуску",
69+
"zh-cn": "扩展启动检查"
70+
},
71+
"0.0.14": {
72+
"en": "dependencies updated",
73+
"de": "Abhängigkeiten aktualisiert",
74+
"ru": "зависимости обновлены",
75+
"pt": "dependências atualizadas",
76+
"nl": "afhankelijkheden bijgewerkt",
77+
"fr": "dépendances mises à jour",
78+
"it": "dipendenze aggiornate",
79+
"es": "dependencias actualizadas",
80+
"pl": "zaktualizowane zależności",
81+
"uk": "залежності оновлено",
82+
"zh-cn": "依赖更新"
83+
}
13384
},
134-
"native": {
135-
"SQL_IP": "localhost",
136-
"SQL_Port": 3306,
137-
"SQL_User": "",
138-
"SQL_Password": "",
139-
"SQL_Databasename": "",
140-
"import_type": 1,
141-
"import_separator": 2,
142-
"import_table": "",
143-
"import_FirstLineIsHeadline": true,
144-
"import_CreateColumns": true,
145-
"import_FillUp": false,
146-
"Queries": [],
147-
"InsertNewValuesFromVis": true
85+
"titleLang": {
86+
"en": "mySQL",
87+
"de": "mySQL",
88+
"ru": "MYSQL",
89+
"pt": "mySQL",
90+
"nl": "mySQL",
91+
"fr": "mySQL",
92+
"it": "mySQL",
93+
"es": "mySQL",
94+
"pl": "mySQL",
95+
"zh-cn": "MySQL的",
96+
"uk": "mySQL"
14897
},
149-
"objects": [],
150-
"instanceObjects": []
98+
"desc": {
99+
"en": "interface to mySQL database",
100+
"de": "Schnittstelle zur mySQL-Datenbank",
101+
"ru": "интерфейс к базе данных MySQL",
102+
"pt": "interface com o banco de dados mySQL",
103+
"nl": "interface naar mySQL-database",
104+
"fr": "interface avec la base de données mySQL",
105+
"it": "interfaccia al database mySQL",
106+
"es": "interfaz a la base de datos mySQL",
107+
"pl": "interfejs do bazy danych mySQL",
108+
"zh-cn": "与mySQL数据库的接口",
109+
"uk": "інтерфейс до бази даних mySQL"
110+
},
111+
"authors": [
112+
"René G. <[email protected]>"
113+
],
114+
"keywords": [
115+
"mysql",
116+
"database"
117+
],
118+
"license": "MIT",
119+
"platform": "Javascript/Node.js",
120+
"main": "main.js",
121+
"icon": "mysql.png",
122+
"enabled": true,
123+
"messagebox": true,
124+
"extIcon": "https://raw.githubusercontent.com/rg-engineering/ioBroker.mysql/master/admin/mysql.png",
125+
"readme": "https://github.com/rg-engineering/ioBroker.mysql/blob/master/README.md",
126+
"loglevel": "info",
127+
"mode": "daemon",
128+
"type": "storage",
129+
"compact": true,
130+
"materialize": true,
131+
"plugins": {
132+
"sentry": {
133+
"dsn": "https://[email protected]/5233514"
134+
}
135+
},
136+
"dependencies": [
137+
{
138+
"js-controller": ">=2.0.0"
139+
}
140+
],
141+
"connectionType": "local",
142+
"dataSource": "push",
143+
"adminUI": {
144+
"config": "materialize"
145+
}
146+
},
147+
"native": {
148+
"SQL_IP": "localhost",
149+
"SQL_Port": 3306,
150+
"SQL_User": "",
151+
"SQL_Password": "",
152+
"SQL_Databasename": "",
153+
"import_type": 1,
154+
"import_separator": 2,
155+
"import_table": "",
156+
"import_FirstLineIsHeadline": true,
157+
"import_CreateColumns": true,
158+
"import_FillUp": false,
159+
"Queries": [],
160+
"InsertNewValuesFromVis": true
161+
},
162+
"objects": [],
163+
"instanceObjects": []
151164
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.mysql",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "interface to mySQL database",
55
"author": {
66
"name": "René G.",

0 commit comments

Comments
 (0)