iobroker.gotify-ws 0.2.3 → 0.2.4

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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/io-package.json +14 -14
  3. package/package.json +12 -17
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.4 (2025-11-23)
71
+ * (simatec) dependencies updated
72
+ * (simatec) Fix npm publish
73
+
70
74
  ### 0.2.3 (2025-08-31)
71
75
  * (simatec) dependencies updated
72
76
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "gotify-ws",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "news": {
6
+ "0.2.4": {
7
+ "en": "dependencies updated\nFix npm publish",
8
+ "de": "aktualisierte abhängigkeiten\nNpm veröffentlichen",
9
+ "ru": "обновленные зависимости\nИздательство Fix npm",
10
+ "pt": "dependências atualizadas\nCorrigir a publicação do npm",
11
+ "nl": "afhankelijkheden bijgewerkt\nFix npm publiceren",
12
+ "fr": "dépendances mises à jour\nCorrection de npm publier",
13
+ "it": "dipendenze aggiornate\nFisso npm pubblicazione",
14
+ "es": "dependencias actualizadas\nCorrección npm publicar",
15
+ "pl": "zaktualizowane zależności\nNapraw publikację npm",
16
+ "uk": "оновлені залежності\nВиправлення npm опублікування",
17
+ "zh-cn": "更新依赖关系\n修复 npm 发布"
18
+ },
6
19
  "0.2.3": {
7
20
  "en": "dependencies updated",
8
21
  "de": "aktualisierte abhängigkeiten",
@@ -80,19 +93,6 @@
80
93
  "pl": "Aktualizacja zależności\nmały fix",
81
94
  "uk": "Залежність оновлено\nневелика фіксація",
82
95
  "zh-cn": "更新的依赖关系\n小修补"
83
- },
84
- "0.1.11": {
85
- "en": "eslint-config fix\nCode fix\nDependencies updated\nUpdate License",
86
- "de": "eslint-config fix\nCode fix\nAusgaben aktualisiert\nLizenz aktualisieren",
87
- "ru": "eslint-конфигурация\nКод\nОбновленные данные о зависимостях\nЛицензия обновления",
88
- "pt": "eslint-config fix\nCorreção de código\nDependências atualizadas\nLicença de atualização",
89
- "nl": "eslint-config fix\nCodefix\nAfhankelijkheden bijgewerkt\nLicentie bijwerken",
90
- "fr": "fixateur eslint-config\nFixation du code\nDépendances actualisées\nMettre à jour la licence",
91
- "it": "eslint-config fix\nCodice di correzione\nDipendenze aggiornate\nLicenza di aggiornamento",
92
- "es": "eslint-config fix\nCódigo\nActualización de las dependencias\nActualizar Licencia",
93
- "pl": "fix eslint- config\nUstawienie kodu\nAktualizacja zależności\nUaktualnij licencję",
94
- "uk": "eslint-config виправити\nВиправлення коду\nЗалежність оновлено\nОновлення ліцензії",
95
- "zh-cn": "埃斯林特配置修复\n代码修正\n更新的依赖关系\n更新许可证"
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.3",
3
+ "version": "0.2.4",
4
4
  "description": "Gotify web socket for connection to various notification systems",
5
5
  "author": {
6
6
  "name": "simatec",
@@ -29,27 +29,22 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@iobroker/adapter-core": "^3.3.2",
32
- "axios": "^1.11.0",
32
+ "axios": "^1.13.2",
33
33
  "ws": "^8.18.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@alcalzone/release-script": "^3.8.0",
37
- "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
38
- "@alcalzone/release-script-plugin-license": "^3.7.0",
39
- "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
40
- "@iobroker/adapter-dev": "^1.4.0",
41
- "@iobroker/eslint-config": "^2.1.0",
42
- "@iobroker/testing": "^5.1.0",
43
- "@tsconfig/node20": "^20.1.6",
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",
40
+ "@iobroker/adapter-dev": "^1.5.0",
41
+ "@iobroker/eslint-config": "^2.2.0",
42
+ "@iobroker/testing": "^5.2.2",
43
+ "@tsconfig/node20": "^20.1.8",
44
44
  "@types/ws": "^8.18.1",
45
- "chai": "^6.0.1",
46
- "chai-as-promised": "^8.0.2",
47
- "mocha": "^11.7.1",
48
- "rimraf": "^6.0.1",
49
- "sinon": "^21.0.0",
50
- "sinon-chai": "^4.0.1",
45
+ "rimraf": "^6.1.2",
51
46
  "ts-node": "^10.9.2",
52
- "typescript": "^5.9.2"
47
+ "typescript": "^5.9.3"
53
48
  },
54
49
  "main": "build/main.js",
55
50
  "files": [