Skip to content

Commit

Permalink
Merge pull request #212 from Grizzelbee/Development
Browse files Browse the repository at this point in the history
fixes #207 - Downgrade of axios
  • Loading branch information
Grizzelbee authored Nov 27, 2022
2 parents 5a298af + 90f4fb3 commit 54ea241
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 67 deletions.
Empty file added admin/jsonConfig.json
Empty file.
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "dysonairpurifier",
"version": "2.5.3",
"version": "2.5.4",
"news": {
"2.5.4": {
"en": "Upd: Downgraded axios to 0.27.2 due to an error in version 1.x returning data as binary instead of string.",
"de": "Upd: axios auf 0.27.2 herabgestuft aufgrund eines Fehlers in Version 1.x, der Daten als Binärdatei statt als Zeichenfolge zurückgibt.",
"ru": "Upd: понижена версия axios до 0.27.2 из-за ошибки в версии 1.x, возвращающей данные в виде двоичных данных вместо строки.",
"pt": "Upd: Axios rebaixados para 0.27.2 devido a um erro na versão 1.x retornando dados como binários em vez de string.",
"nl": "Upd: axios gedowngraded naar 0.27.2 vanwege een fout in versie 1.x die gegevens retourneerde als binair in plaats van als string.",
"fr": "Mise à jour : Axios rétrogradé à 0.27.2 en raison d'une erreur dans la version 1.x renvoyant des données sous forme binaire au lieu de chaîne.",
"it": "Aggiornamento: Axios declassato a 0.27.2 a causa di un errore nella versione 1.x che restituisce i dati come binari invece che come stringhe.",
"es": "Actualizar: axios degradado a 0.27.2 debido a un error en la versión 1.x que devuelve datos como binarios en lugar de cadenas.",
"pl": "Aktualizacja: Obniżono wersję axios do 0.27.2 z powodu błędu w wersji 1.x zwracającej dane w postaci binarnej zamiast łańcuchowej.",
"uk": "Оновлено: axios знижено до 0.27.2 через помилку у версії 1.x, що повертає дані як двійкові, а не як рядки.",
"zh-cn": "更新:由于版本 1.x 中的错误将 axios 降级为 0.27.2,返回数据为二进制而不是字符串。"
},
"2.5.3": {
"en": "Upd: Dependencies got updated\nChg: easier and better detection of supported devices",
"de": "Upd: Abhängigkeiten wurden aktualisiert\nChg: einfachere und bessere Erkennung von unterstützten Geräten",
Expand Down
74 changes: 11 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.dysonairpurifier",
"version": "2.5.3",
"version": "2.5.4",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand All @@ -25,8 +25,8 @@
"dependencies": {
"@iobroker/adapter-core": "^2.6.7",
"@iobroker/plugin-sentry": "^1.2.0",
"@snyk/protect": "latest",
"axios": "^1.2.0",
"@snyk/protect": "^1.1061.0",
"axios": "^0.27.2",
"flatted": "^3.2.7",
"https": "^1.0.0",
"lodash": "^4.17.21",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ All states report whether there is a failure or not. `True` means a failure, `fa
## Changelog
### **WORK IN PROGRESS**

### 2.5.4 (2022-11-27) (Halo of the dark)
* (grizzelbee) Upd: [#207](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/207)Downgraded axios to 0.27.2 due to an error in version 1.x returning data as binary instead of string.

### 2.5.3 (2022-11-26) (Halo of the dark)
* (grizzelbee) Upd: Dependencies got updated
* (grizzelbee) Chg: [#207](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/207) better and easier detection of supported devices
Expand Down

0 comments on commit 54ea241

Please sign in to comment.