diff --git a/README.md b/README.md index 8f342c71..b375568d 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ Link: https://www.amazon.de/hz/mycd/digital-console/devicedetails?deviceFamily=A After deleting unused device please restart the adapter to remove them there too. ## Changelog -### 3.24.0 (2023-08-08) +### __WORK IN PROGRESS__ * (Apollon77) Work around Amazon changes that affected all functions over the Push connection * (Apollon77) Some smaller fixes and adjustments diff --git a/io-package.json b/io-package.json index 449d2a43..15a81353 100644 --- a/io-package.json +++ b/io-package.json @@ -38,19 +38,6 @@ }, "platform": "Javascript/Node.js", "news": { - "3.24.0": { - "en": "Work around Amazon changes that affected all functions over the Push connection\nSome smaller fixes and adjustments", - "de": "Arbeiten um Amazon Änderungen, die alle Funktionen über die Push-Verbindung beeinflusst\nEinige kleinere Fixierungen und Anpassungen", - "ru": "Работа вокруг Amazon меняется, что повлияло на все функции по подключению Push\nНекоторые мелкие исправления и настройки", - "pt": "Trabalhe em torno de mudanças da Amazon que afetaram todas as funções sobre a conexão Push\nAlgumas correções e ajustes menores", - "nl": "Werk rond Amazon verandert alle functies over de Push connectie\nWat kleinere fixes en aanpassingen", - "fr": "Travail autour de Amazon changements qui ont affecté toutes les fonctions sur la connexion Push\nQuelques corrections et ajustements plus petits", - "it": "Lavorare intorno Amazon modifiche che hanno interessato tutte le funzioni sopra il collegamento Push\nAlcuni piccoli correzioni e regolazioni", - "es": "Trabajar alrededor de Amazon cambios que afectaron todas las funciones sobre la conexión Push\nAlgunas correcciones y ajustes más pequeños", - "pl": "Prace nad zmianami Amazona, które wpływały na wszystkie funkcje w związku Push\nNiektóre mniejsze rozwiązania i przystosowania", - "uk": "Робота по змінах Amazon, які впливають на всі функції над підключенням Push\nДеякі менші виправлення та налаштування", - "zh-cn": "三. 亚马逊的改变影响到普沙伊特的所有职能\n有些较小的配量和调整" - }, "3.23.2": { "en": "Prioritize real devices higher than app devices when serialnumbers overlap", "de": "Priorisieren Sie reale Geräte höher als App-Geräte, wenn sich Seriennummern überlappen", diff --git a/package-lock.json b/package-lock.json index 0589136c..c8247b53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@iobroker/adapter-core": "^2.6.8", "@sentry/integrations": "^7.61.1", "@sentry/node": "^7.61.1", - "alexa-remote2": "^5.10.2", + "alexa-remote2": "^5.10.3", "https": "^1.0.0", "nearest-color": "^0.4.4", "rrule": "^2.7.2", @@ -1074,9 +1074,9 @@ } }, "node_modules/alexa-remote2": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-5.10.2.tgz", - "integrity": "sha512-P5d3GyMghfvb/k94/UmTbZCblY2WJ/sxwQ5eEoH4MS1D8yiDIeaxPzDhTx0sptBgsZMvnS4m+wlScUzAzYXc5g==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-5.10.3.tgz", + "integrity": "sha512-tAuvMjdN/dXfQ8cAx15LzSvC9NEBY5aabo1suF/FMBr7YTgjllZPjqtUoTRZZrrDUeJTjGsVmkW0baQ1FoGXpQ==", "dependencies": { "alexa-cookie2": "^4.1.3", "extend": "^3.0.2", @@ -7954,9 +7954,9 @@ } }, "alexa-remote2": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-5.10.2.tgz", - "integrity": "sha512-P5d3GyMghfvb/k94/UmTbZCblY2WJ/sxwQ5eEoH4MS1D8yiDIeaxPzDhTx0sptBgsZMvnS4m+wlScUzAzYXc5g==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-5.10.3.tgz", + "integrity": "sha512-tAuvMjdN/dXfQ8cAx15LzSvC9NEBY5aabo1suF/FMBr7YTgjllZPjqtUoTRZZrrDUeJTjGsVmkW0baQ1FoGXpQ==", "requires": { "alexa-cookie2": "^4.1.3", "extend": "^3.0.2", diff --git a/package.json b/package.json index f610cc9b..0173c797 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "url": "https://github.com/Apollon77/ioBroker.alexa2" }, "dependencies": { - "alexa-remote2": "^5.10.2", + "alexa-remote2": "^5.10.3", "https": "^1.0.0", "nearest-color": "^0.4.4", "@iobroker/adapter-core": "^2.6.8",