-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (@GermanBluefox) updated dependencies
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"common": { | ||
"name": "javascript", | ||
"version": "8.8.1", | ||
"version": "8.8.2", | ||
"blockedVersions": [ | ||
"8.0.0", | ||
"8.0.1" | ||
|
@@ -40,6 +40,19 @@ | |
"Matthias Kleine <[email protected]>" | ||
], | ||
"news": { | ||
"8.8.2": { | ||
"en": "updated dependencies", | ||
"de": "aktualisierte abhängigkeiten", | ||
"ru": "обновленные зависимости", | ||
"pt": "dependências atualizadas", | ||
"nl": "bijgewerkte afhankelijkheden", | ||
"fr": "dépendances actualisées", | ||
"it": "dipendenze aggiornate", | ||
"es": "dependencias actualizadas", | ||
"pl": "zaktualizowane zależności", | ||
"uk": "оновлені залежності", | ||
"zh-cn": "更新的依赖关系" | ||
}, | ||
"8.8.1": { | ||
"en": "updated dependencies", | ||
"de": "aktualisierte abhängigkeiten", | ||
|
@@ -117,19 +130,6 @@ | |
"pl": "dodany system awaryjny wymagający modułu 'request' adapterów, jeśli nie jest zainstalowany", | ||
"uk": "додано зворотний зв'язок для потреб адаптерів `request` модуль, якщо не встановлено", | ||
"zh-cn": "如果没有安装适配器 \" 请求 \" 模块,则需添加回落" | ||
}, | ||
"8.7.3": { | ||
"en": "Fixed script deletion (icon was missing)\nFixed some translations and Blockly definitions", | ||
"de": "Fixed Skript Löschung (Icon wurde vermisst)\nEinige Übersetzungen und Blockly-Definitionen behoben", | ||
"ru": "Исправленное удаление скрипта (икон отсутствовал)\nИсправлены некоторые переводы и блочные определения", | ||
"pt": "Eliminação de script fixo (o ícone estava faltando)\nCorrigido algumas traduções e definições em bloco", | ||
"nl": "Vaste script verwijderen (icon ontbreekt)\nVaste sommige vertalingen en Blockly definities", | ||
"fr": "Suppression du script fixe (icône manquante)\nCorrection de certaines traductions et définitions Blockly", | ||
"it": "Cancellazione dello script fisso (icon mancava)\nRisolto alcune traduzioni e definizioni Blockly", | ||
"es": "Eliminación de scripts fijos (el icon desapareció)\nArreglado algunas traducciones y definiciones de Bloqueo", | ||
"pl": "Usuwanie skryptu (brak ikony)\nNaprawiono niektóre tłumaczenia i definicje Blockly", | ||
"uk": "Виправлено видалення сценаріїв (відсутній колір)\nВиправлено деякі переклади та типові визначення", | ||
"zh-cn": "固定脚本删除( icon 丢失)\n修改了一些翻译和块状定义" | ||
} | ||
}, | ||
"platform": "Javascript/Node.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "iobroker.javascript", | ||
"version": "8.8.1", | ||
"version": "8.8.2", | ||
"description": "Rules Engine for ioBroker", | ||
"author": "bluefox <[email protected]>", | ||
"contributors": [ | ||
|