diff --git a/README.md b/README.md index 72f4d9483..0d5db5b87 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### 3.2.1 (2020-06-17) +* (Apollon77) update amazon-cookie library: another optimization for Node.js 14 + ### 3.2.0 (2020-06-17) * (Apollon77/hive) add new commands, jokes/facts/goodnight/cleanup * (Apollon77/hive) add new command curatedtts with allowed values ["goodbye", "confirmations", "goodmorning", "compliments", "birthday", "goodnight", "iamhome"] to play random curated sentences diff --git a/io-package.json b/io-package.json index 7f6a11f6b..8b390d85f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "alexa2", - "version": "3.2.0", + "version": "3.2.1", "title": "Alexa2 (Amazon Echo)", "desc": { "en": "Remote control for Alexa (Amazon Echo)", @@ -17,6 +17,18 @@ }, "platform": "Javascript/Node.js", "news": { + "3.2.1": { + "en": "update amazon-cookie library: another optimization for Node.js 14", + "de": "Update der Amazon-Cookie-Bibliothek: Eine weitere Optimierung für Node.js 14", + "ru": "обновление библиотеки amazon-cookie: еще одна оптимизация для Node.js 14", + "pt": "atualização da biblioteca amazon-cookie: outra otimização para o Node.js 14", + "nl": "update amazon-cookie-bibliotheek: nog een optimalisatie voor Node.js 14", + "fr": "mettre à jour la bibliothèque amazon-cookie: une autre optimisation pour Node.js 14", + "it": "aggiorna la libreria di cookie amazon: un'altra ottimizzazione per Node.js 14", + "es": "actualizar la biblioteca amazon-cookie: otra optimización para Node.js 14", + "pl": "zaktualizuj bibliotekę amazon-cookie: kolejna optymalizacja dla Node.js 14", + "zh-cn": "更新amazon-cookie库:Node.js的另一种优化14" + }, "3.2.0": { "en": "(Apollon77/hive) add new commands, jokes/facts/goodnight/cleanup\n(Apollon77/hive) add new command curatedtts with allowed values [\"goodbye\", \"confirmations\", \"goodmorning\", \"compliments\", \"birthday\", \"goodnight\", \"iamhome\"] to play random curated sentences\nPrevent some crashes\nMake sure Timer are not triggering the state when deleted\nmake sure that Lists objects are deleted correctly when deleting\nMake compatible with nodejs 14\nAdjust to changes from Amazon so that initial Proxy process works again\nMake sure that for Spotify Media data requests do not have negative effects and stop the playback", "de": "(Apollon77 / hive) Füge neue Befehle, Witze / Fakten / Gute Nacht / Aufräumen hinzu\n(Apollon77 / hive) Fügen Sie neue kuratierte Befehlswerte mit zulässigen Werten [\"Auf Wiedersehen\", \"Bestätigungen\", \"Guten Morgen\", \"Komplimente\", \"Geburtstag\", \"Gute Nacht\", \"iamhome\"] hinzu, um zufällige kuratierte Sätze abzuspielen\nVerhindern Sie einige Abstürze\nStellen Sie sicher, dass der Timer den Status beim Löschen nicht auslöst\nStellen Sie sicher, dass Listenobjekte beim Löschen korrekt gelöscht werden\nKompatibel machen mit nodejs 14\nPassen Sie die Änderungen von Amazon an, damit der anfängliche Proxy-Prozess wieder funktioniert\nStellen Sie sicher, dass Datenanforderungen für Spotify Media keine negativen Auswirkungen haben, und stoppen Sie die Wiedergabe", diff --git a/package-lock.json b/package-lock.json index 98dce04b7..565ee0145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -339,9 +339,9 @@ } }, "alexa-cookie2": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/alexa-cookie2/-/alexa-cookie2-3.2.0.tgz", - "integrity": "sha512-8n62HAygMEMIVdXYlbu959AVsMvu3YH2QxBiiYHHY+IhRQCaPmINcmnifUjvvmDUEyR+yhjdsAtN3EHSM0ONmg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/alexa-cookie2/-/alexa-cookie2-3.2.1.tgz", + "integrity": "sha512-Ll+ycfYBYBmEP5U2tKKimGpc7sljwDHNVC8bPAhcIMjc/MK0Nzubx3/T9lijnJbSyRX4Hhvfaap0qrF7kgX7uw==", "requires": { "cookie": "^0.4.1", "express": "^4.17.1", @@ -359,11 +359,11 @@ } }, "alexa-remote2": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-3.2.0.tgz", - "integrity": "sha512-OsCJtSgh7bL8hmOawAJusxt+Ple4dejL/QYyQG8AevG8P+QEYJThx6+NN/Ph2FRo18JKtDrBQIe6pzP1OA+4jg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/alexa-remote2/-/alexa-remote2-3.2.1.tgz", + "integrity": "sha512-Xte3dpIZV3R1fiWUbBNWVlUNujkbni1o0oh/iuHy7HPa8gMSwY6XIKge4qSmFCivLSv1Fguo7+djJ3p+EylnoA==", "requires": { - "alexa-cookie2": "^3.2.0", + "alexa-cookie2": "^3.2.1", "extend": "^3.0.2", "https": "^1.0.0", "querystring": "^0.2.0", diff --git a/package.json b/package.json index 0bf93cc79..548a4b284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.2.0", + "version": "3.2.1", "description": "Remote control for Alexa (Amazon Echo)", "author": { "name": "Apollon77", @@ -36,7 +36,7 @@ "url": "https://github.com/Apollon77/ioBroker.alexa2" }, "dependencies": { - "alexa-remote2": "^3.2.0", + "alexa-remote2": "^3.2.1", "https": "^1.0.0", "nearest-color": "^0.4.4", "virtual-device-sdk": "^1.7.3",