Skip to content

Commit

Permalink
fixed dependencies & require Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizzelbee committed Mar 26, 2024
1 parent caeafcb commit 498495e
Show file tree
Hide file tree
Showing 4 changed files with 3,734 additions and 16,465 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ Basically there are three ways to execute the command:
## Changelog
### **WORK IN PROGRESS**

### 1.6.2 (2024-03-25)
### 1.6.2 (2024-03-26)
* (grizzelbee) Upd: Dependencies got updated
* (grizzelbee) Fix: fixed sentry issues WIREGUARD-2B & WIREGUARD-2C
* (grizzelbee) Upd: Adapter requires at least node 18.x

### 1.6.1 (2023-09-14)
* (mcm1957) Fix: [#90](https://github.com/Grizzelbee/ioBroker.wireguard/pull/90) adapter-core 3.x.x is known to fail during installation at node 14 as npm 6 fails to install peerDependencies. So this adapter requires node 16 or newer
Expand Down
22 changes: 11 additions & 11 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"version": "1.6.2",
"news": {
"1.6.2": {
"en": "Dependencies got updated\nfixed sentry issues WIREGUARD-2B & WIREGUARD-2C",
"de": "Abhängigkeiten wurden aktualisiert\nSentry-Probleme WIREGUARD-2B und WIREGUARD-2C behoben",
"ru": "Зависимости обновлены\nисправлены проблемы со стражей WIREGUARD-2B и WIREGUARD-2C",
"pt": "As dependências foram atualizadas \n problemas de sentinela corrigidos WIREGUARD-2B e WIREGUARD-2C",
"nl": "Afhankelijkheden zijn bijgewerkt \n Sentry-problemen met WIREGUARD-2B en WIREGUARD-2C opgelost",
"fr": "Les dépendances ont été mises à jour \n problèmes de sentinelle résolus WIREGUARD-2B et WIREGUARD-2C",
"it": "Le dipendenze sono state aggiornate\nrisolti i problemi di sentinella WIREGUARD-2B e WIREGUARD-2C",
"es": "Se actualizaron las dependencias\nSe solucionaron problemas de centinela WIREGUARD-2B y WIREGUARD-2C",
"pl": "Zależności zostały zaktualizowane \n naprawiono problemy z wartownikami WIREGUARD-2B i WIREGUARD-2C",
"uk": "Залежності оновлено\nвиправлено проблеми з дозорним WIREGUARD-2B і WIREGUARD-2C",
"zh-cn": "依赖项已更新\n修复了哨兵问题 WIREGUARD-2B 和 WIREGUARD-2C"
"en": "Dependencies got updated*fixed sentry issues WIREGUARD-2B & WIREGUARD-2C*Adapter requires at least node 18.x",
"de": "Abhängigkeiten wurden aktualisiert*Sentry-Probleme WIREGUARD-2B und WIREGUARD-2C behoben*Adapter erfordert mindestens Node 18.x",
"ru": "Зависимости обновлены*исправлены проблемы со стражей WIREGUARD-2B и WIREGUARD-2C*Для адаптера требуется как минимум узел 18.x",
"pt": "As dependências foram atualizadas*problemas de sentinela corrigidos WIREGUARD-2B e WIREGUARD-2C*O adaptador requer pelo menos o nó 18.x",
"nl": "Afhankelijkheden zijn bijgewerkt * Sentry-problemen opgelost WIREGUARD-2B & WIREGUARD-2C * Adapter vereist minimaal Node 18.x",
"fr": "Les dépendances ont été mises à jour * Problèmes de sentinelle résolus WIREGUARD-2B et WIREGUARD-2C * L'adaptateur nécessite au moins le nœud 18.x",
"it": "Le dipendenze sono state aggiornate*Risolti i problemi di sentinella WIREGUARD-2B e WIREGUARD-2C*L'adattatore richiede almeno il nodo 18.x",
"es": "Se actualizaron las dependencias*Se solucionaron problemas de centinela WIREGUARD-2B y WIREGUARD-2C*El adaptador requiere al menos el nodo 18.x",
"pl": "Zależności zostały zaktualizowane* naprawiono problemy ze strażnikami WIREGUARD-2B i WIREGUARD-2C*Adapter wymaga co najmniej węzła 18.x",
"uk": "Залежності оновлено*виправлено проблеми з дозорним WIREGUARD-2B & WIREGUARD-2C*Адаптер вимагає принаймні вузла 18.x",
"zh-cn": "依赖项已更新*修复了哨兵问题 WIREGUARD-2B 和 WIREGUARD-2C*适配器至少需要节点 18.x"
},
"1.6.1": {
"en": "(mcm1957) adapter-core 3 is known to fail during installation at node 14 as npm 6 fails to install peerDependencies - So this adapter requires node 16 or newer\n(grizzelbee) Dependencies got updated\nremoved some old news entries in io-package file",
Expand Down
Loading

0 comments on commit 498495e

Please sign in to comment.