iobroker.gotify-ws 0.2.4 → 0.2.5

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 - 2025 simatec
3
+ Copyright (c) 2024 - 2026 simatec
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -67,6 +67,10 @@ 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.5 (2026-03-29)
71
+ * (simatec) Fix License
72
+ * (simatec) dependencies updated
73
+
70
74
  ### 0.2.4 (2025-11-23)
71
75
  * (simatec) dependencies updated
72
76
  * (simatec) Fix npm publish
@@ -149,7 +153,7 @@ You can then configure a notification service of your choice for forwarding.
149
153
 
150
154
  MIT License
151
155
 
152
- Copyright (c) 2024 - 2025 simatec
156
+ Copyright (c) 2024 - 2026 simatec
153
157
 
154
158
  Permission is hereby granted, free of charge, to any person obtaining a copy
155
159
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "gotify-ws",
4
- "version": "0.2.4",
4
+ "version": "0.2.5",
5
5
  "news": {
6
+ "0.2.5": {
7
+ "en": "Fix License\ndependencies updated",
8
+ "de": "Lizenzierung aktivieren\naktualisierte abhängigkeiten",
9
+ "ru": "Лицензия Fix\nобновленные зависимости",
10
+ "pt": "Licença de correção\ndependências atualizadas",
11
+ "nl": "Fix Licentie\nafhankelijkheden bijgewerkt",
12
+ "fr": "Correction de la licence\ndépendances mises à jour",
13
+ "it": "Fissare la licenza\ndipendenze aggiornate",
14
+ "es": "Fijar licencia\ndependencias actualizadas",
15
+ "pl": "Napraw licencję\nzaktualizowane zależności",
16
+ "uk": "Документація\nоновлені залежності",
17
+ "zh-cn": "修补许可证\n更新依赖关系"
18
+ },
6
19
  "0.2.4": {
7
20
  "en": "dependencies updated\nFix npm publish",
8
21
  "de": "aktualisierte abhängigkeiten\nNpm veröffentlichen",
@@ -80,19 +93,6 @@
80
93
  "pl": "Aktualizacja zależności\nmigrant do json5",
81
94
  "uk": "Залежність оновлено\nмігрований в json5",
82
95
  "zh-cn": "更新的依赖关系\n迁移到json5"
83
- },
84
- "0.1.12": {
85
- "en": "Dependencies updated\nsmall fix",
86
- "de": "Ausgaben aktualisiert\nkleine fix",
87
- "ru": "Обновленные зависимости\nнебольшой ремонт",
88
- "pt": "Dependências atualizadas\npequena correção",
89
- "nl": "Afhankelijkheden bijgewerkt\nkleine fix",
90
- "fr": "Dépendances actualisées\npetite fixation",
91
- "it": "Dipendenze aggiornate\npiccola correzione",
92
- "es": "Actualización de las dependencias\npequeño",
93
- "pl": "Aktualizacja zależności\nmały fix",
94
- "uk": "Залежність оновлено\nневелика фіксація",
95
- "zh-cn": "更新的依赖关系\n小修补"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -162,7 +162,7 @@
162
162
  ],
163
163
  "globalDependencies": [
164
164
  {
165
- "admin": ">=7.6.17"
165
+ "admin": ">=7.6.20"
166
166
  }
167
167
  ]
168
168
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.gotify-ws",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Gotify web socket for connection to various notification systems",
5
5
  "author": {
6
6
  "name": "simatec",
@@ -29,20 +29,20 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@iobroker/adapter-core": "^3.3.2",
32
- "axios": "^1.13.2",
33
- "ws": "^8.18.3"
32
+ "axios": "^1.14.0",
33
+ "ws": "^8.20.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@alcalzone/release-script": "^5.0.0",
37
- "@alcalzone/release-script-plugin-iobroker": "^4.0.0",
38
- "@alcalzone/release-script-plugin-license": "^4.0.0",
39
- "@alcalzone/release-script-plugin-manual-review": "^4.0.0",
36
+ "@alcalzone/release-script": "^5.1.1",
37
+ "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
38
+ "@alcalzone/release-script-plugin-license": "^5.1.1",
39
+ "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
40
40
  "@iobroker/adapter-dev": "^1.5.0",
41
41
  "@iobroker/eslint-config": "^2.2.0",
42
42
  "@iobroker/testing": "^5.2.2",
43
- "@tsconfig/node20": "^20.1.8",
43
+ "@tsconfig/node20": "^20.1.9",
44
44
  "@types/ws": "^8.18.1",
45
- "rimraf": "^6.1.2",
45
+ "rimraf": "^6.1.3",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },