iobroker.gotify-ws 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -67,6 +67,9 @@ You can then configure a notification service of your choice for forwarding.
67
67
  ## Changelog
68
68
 
69
69
  <!-- ### **WORK IN PROGRESS** -->
70
+ ### 0.2.2 (2025-07-20)
71
+ * (simatec) dependencies updated
72
+
70
73
  ### 0.2.1 (2025-06-27)
71
74
  * (simatec) dependencies updated
72
75
  * (simatec) Ready for NodeJS 24.x
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "gotify-ws",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "news": {
6
+ "0.2.2": {
7
+ "en": "dependencies updated",
8
+ "de": "aktualisierte abhängigkeiten",
9
+ "ru": "обновленные зависимости",
10
+ "pt": "dependências atualizadas",
11
+ "nl": "afhankelijkheden bijgewerkt",
12
+ "fr": "dépendances mises à jour",
13
+ "it": "dipendenze aggiornate",
14
+ "es": "dependencias actualizadas",
15
+ "pl": "zaktualizowane zależności",
16
+ "uk": "оновлені залежності",
17
+ "zh-cn": "更新依赖关系"
18
+ },
6
19
  "0.2.1": {
7
20
  "en": "dependencies updated\nReady for NodeJS 24.x",
8
21
  "de": "aktualisierte abhängigkeiten\nBereit für NodeJS 24.x",
@@ -80,19 +93,6 @@
80
93
  "pl": "Aktualizacja zależności\nResponsive Design fix\nDodano działanie\neslint- config dodany",
81
94
  "uk": "Залежність оновлено\nКріплення адаптивного дизайну\nДодана емісія\neslint-config додано",
82
95
  "zh-cn": "更新的依赖关系\n反应设计修正\n添加的问题行动\n添加埃斯林特配置"
83
- },
84
- "0.1.9": {
85
- "en": "Fix for admin 7.1.5",
86
- "de": "Fix für admin 7.1.5",
87
- "ru": "Admin 7.1.5",
88
- "pt": "Fix para admin 7.1.5",
89
- "nl": "Fix voor admin 7.1.5",
90
- "fr": "Correction pour admin 7.1.5",
91
- "it": "Fissare per admin 7.1.5",
92
- "es": "Corrección para administración 7.1.5",
93
- "pl": "Popraw dla admin 7.1.5",
94
- "uk": "Виправлення для адміністратора 7.1.5",
95
- "zh-cn": "7.1.5 管理员的固定"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.gotify-ws",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Gotify web socket for connection to various notification systems",
5
5
  "author": {
6
6
  "name": "simatec",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@iobroker/adapter-core": "^3.2.3",
32
32
  "axios": "^1.10.0",
33
- "ws": "^8.18.2"
33
+ "ws": "^8.18.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@alcalzone/release-script": "^3.8.0",
@@ -42,7 +42,7 @@
42
42
  "@iobroker/testing": "^5.0.4",
43
43
  "@tsconfig/node20": "^20.1.6",
44
44
  "@types/ws": "^8.18.1",
45
- "chai": "^5.2.0",
45
+ "chai": "^5.2.1",
46
46
  "chai-as-promised": "^8.0.1",
47
47
  "mocha": "^11.7.1",
48
48
  "rimraf": "^6.0.1",