-
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.
* (Apollon77) Add missing callback check in setObject
- Loading branch information
Showing
9 changed files
with
28 additions
and
29 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
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
4 changes: 2 additions & 2 deletions
4
admin/static/js/main.82db2d5a.chunk.js → admin/static/js/main.10da293d.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
admin/static/js/main.82db2d5a.chunk.js.map → admin/static/js/main.10da293d.chunk.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,8 +20,20 @@ | |
"Apollon77 <[email protected]>", | ||
"AlCalzone" | ||
], | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"news": { | ||
"5.3.1": { | ||
"en": "Add missing callback check in setObject", | ||
"de": "Fehlende Callback-Prüfung in setObject hinzugefügt", | ||
"ru": "Добавить отсутствующую проверку обратного вызова в setObject", | ||
"pt": "Adicionar verificação de retorno de chamada ausente em setObject", | ||
"nl": "Voeg ontbrekende terugbelcontrole toe in setObject", | ||
"fr": "Ajouter une vérification de rappel manquante dans setObject", | ||
"it": "Aggiungi il controllo della richiamata mancante in setObject", | ||
"es": "Agregar verificación de devolución de llamada faltante en setObject", | ||
"pl": "Dodaj brakujące sprawdzenie wywołania zwrotnego w setObject", | ||
"zh-cn": "在 setObject 中添加缺少的回调检查" | ||
}, | ||
"5.3.0": { | ||
"en": "Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)\nFix Enum Updates\nOptimize making sure data are current for synchronous return of states/objects even for asynchronous action cases before\nMake sure admin files is cleaned up on update\nupdate channel/device structures for $ selector on object updates\nAdjustments for js-controller 4.0", | ||
"de": "Einige von Sentry gemeldete Absturzfälle verhindern (IOBROKER-JAVASCRIPT-A3)\nEnum-Updates beheben\nOptimieren Sie, indem Sie sicherstellen, dass die Daten für die synchrone Rückgabe von Zuständen/Objekten auch für asynchrone Aktionsfälle zuvor aktuell sind\nStellen Sie sicher, dass die Verwaltungsdateien beim Update bereinigt werden\nKanal-/Gerätestrukturen für $-Selektor bei Objektaktualisierungen aktualisieren\nAnpassungen für js-controller 4.0", | ||
|
@@ -93,18 +105,6 @@ | |
"es": "Se corrigieron algunas traducciones alemanas.\nHorarios astro fijos", | ||
"pl": "Naprawiono niektóre niemieckie tłumaczenia\nStałe harmonogramy astro", | ||
"zh-cn": "修正了一些德语翻译\n固定的天文时间表" | ||
}, | ||
"5.2.16": { | ||
"en": "Fixed fonts", | ||
"de": "Feste Schriftarten", | ||
"ru": "Фиксированные шрифты", | ||
"pt": "Fontes fixas", | ||
"nl": "Vaste lettertypen", | ||
"fr": "Polices fixes", | ||
"it": "Caratteri fissi", | ||
"es": "Fuentes fijas", | ||
"pl": "Naprawiono czcionki", | ||
"zh-cn": "固定字体" | ||
} | ||
}, | ||
"desc": { | ||
|
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": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Rules Engine for ioBroker", | ||
"author": "bluefox <[email protected]>", | ||
"contributors": [ | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"dependencies": { | ||
"@iobroker/adapter-core": "^2.6.0", | ||
"@types/node": "^17.0.21", | ||
"@types/node": "^16.11.26", | ||
"@types/request": "^2.48.8", | ||
"coffee-compiler": "^0.3.2", | ||
"coffee-script": "^1.12.7", | ||
|
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