Skip to content

Commit ef8dffd

Browse files
authored
Fix repository checker issues E190 and E254 (#467)
1 parent 36ea2b3 commit ef8dffd

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

io-package.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,17 @@
44
"version": "3.2.1",
55
"news": {
66
"3.2.1": {
7-
"en": "Sanitize the IDs of the clients",
8-
"de": "Sanitize die IDs der Kunden",
9-
"ru": "Санитизируйте идентификаторы клиентов",
10-
"pt": "Sanitize os IDs dos clientes",
11-
"nl": "De identificaties van de cliënten reinigen",
12-
"fr": "Sanitiser les ID des clients",
13-
"it": "Smaltire gli ID dei clienti",
14-
"es": "Sanitize the IDs of the clients",
15-
"pl": "Sanitize identyfikatory klientów",
16-
"uk": "Сатизувати ідентифікатори клієнтів",
17-
"zh-cn": "对客户身份进行保密"
18-
},
19-
"3.2.0": {
20-
"en": "Added information about connected clients in the server mode",
21-
"de": "Weitere Informationen zu verbundenen Clients im Servermodus",
22-
"ru": "Добавлена информация о подключенных клиентах в серверном режиме",
23-
"pt": "InformaçÃμes adicionais sobre clientes conectados no modo servidor",
24-
"nl": "Informatie over verbonden clients toegevoegd in de servermodus",
25-
"fr": "Ajout d'informations sur les clients connectés en mode serveur",
26-
"it": "Aggiunte informazioni sui client connessi nella modalità server",
27-
"es": "Información adicional sobre clientes conectados en el modo servidor",
28-
"pl": "Dodano informacje o podłączonych klientach w trybie serwera",
29-
"uk": "Додано інформацію про підключені клієнти в режимі сервера",
30-
"zh-cn": "在服务器模式中添加了连接客户端的信息"
7+
"en": "Sanitize the IDs of the clients\nAdded information about connected clients in the server mode",
8+
"de": "Sanitize die IDs der Kunden\nWeitere Informationen zu verbundenen Clients im Servermodus",
9+
"ru": "Санитизируйте идентификаторы клиентов\nДобавлена информация о подключенных клиентах в серверном режиме",
10+
"pt": "Sanitize os IDs dos clientes\nInformaçÃμes adicionais sobre clientes conectados no modo servidor",
11+
"nl": "De identificaties van de cliënten reinigen\nInformatie over verbonden clients toegevoegd in de servermodus",
12+
"fr": "Sanitiser les ID des clients\nAjout d'informations sur les clients connectés en mode serveur",
13+
"it": "Smaltire gli ID dei clienti\nAggiunte informazioni sui client connessi nella modalità server",
14+
"es": "Sanitize the IDs of the clients\nInformación adicional sobre clientes conectados en el modo servidor",
15+
"pl": "Sanitize identyfikatory klientów\nDodano informacje o podłączonych klientach w trybie serwera",
16+
"uk": "Сатизувати ідентифікатори клієнтів\nДодано інформацію про підключені клієнти в режимі сервера",
17+
"zh-cn": "对客户身份进行保密\n在服务器模式中添加了连接客户端的信息"
3118
},
3219
"3.1.2": {
3320
"en": "updated packages",
@@ -154,6 +141,11 @@
154141
"js-controller": ">=5.0.19"
155142
}
156143
],
144+
"globalDependencies": [
145+
{
146+
"admin": ">=7.6.17"
147+
}
148+
],
157149
"plugins": {
158150
"sentry": {
159151
"dsn": "https://b975bb630271452e96a6bf115ec7946d@sentry.iobroker.net/37"

0 commit comments

Comments
 (0)