iobroker.gotify-ws 0.2.3 → 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 +1 -1
- package/README.md +9 -1
- package/io-package.json +28 -28
- package/package.json +13 -18
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -67,6 +67,14 @@ 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
|
+
|
|
74
|
+
### 0.2.4 (2025-11-23)
|
|
75
|
+
* (simatec) dependencies updated
|
|
76
|
+
* (simatec) Fix npm publish
|
|
77
|
+
|
|
70
78
|
### 0.2.3 (2025-08-31)
|
|
71
79
|
* (simatec) dependencies updated
|
|
72
80
|
|
|
@@ -145,7 +153,7 @@ You can then configure a notification service of your choice for forwarding.
|
|
|
145
153
|
|
|
146
154
|
MIT License
|
|
147
155
|
|
|
148
|
-
Copyright (c) 2024 -
|
|
156
|
+
Copyright (c) 2024 - 2026 simatec
|
|
149
157
|
|
|
150
158
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
151
159
|
of this software and associated documentation files (the "Software"), to deal
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "gotify-ws",
|
|
4
|
-
"version": "0.2.
|
|
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
|
+
},
|
|
19
|
+
"0.2.4": {
|
|
20
|
+
"en": "dependencies updated\nFix npm publish",
|
|
21
|
+
"de": "aktualisierte abhängigkeiten\nNpm veröffentlichen",
|
|
22
|
+
"ru": "обновленные зависимости\nИздательство Fix npm",
|
|
23
|
+
"pt": "dependências atualizadas\nCorrigir a publicação do npm",
|
|
24
|
+
"nl": "afhankelijkheden bijgewerkt\nFix npm publiceren",
|
|
25
|
+
"fr": "dépendances mises à jour\nCorrection de npm publier",
|
|
26
|
+
"it": "dipendenze aggiornate\nFisso npm pubblicazione",
|
|
27
|
+
"es": "dependencias actualizadas\nCorrección npm publicar",
|
|
28
|
+
"pl": "zaktualizowane zależności\nNapraw publikację npm",
|
|
29
|
+
"uk": "оновлені залежності\nВиправлення npm опублікування",
|
|
30
|
+
"zh-cn": "更新依赖关系\n修复 npm 发布"
|
|
31
|
+
},
|
|
6
32
|
"0.2.3": {
|
|
7
33
|
"en": "dependencies updated",
|
|
8
34
|
"de": "aktualisierte abhängigkeiten",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Aktualizacja zależności\nmigrant do json5",
|
|
68
94
|
"uk": "Залежність оновлено\nмігрований в json5",
|
|
69
95
|
"zh-cn": "更新的依赖关系\n迁移到json5"
|
|
70
|
-
},
|
|
71
|
-
"0.1.12": {
|
|
72
|
-
"en": "Dependencies updated\nsmall fix",
|
|
73
|
-
"de": "Ausgaben aktualisiert\nkleine fix",
|
|
74
|
-
"ru": "Обновленные зависимости\nнебольшой ремонт",
|
|
75
|
-
"pt": "Dependências atualizadas\npequena correção",
|
|
76
|
-
"nl": "Afhankelijkheden bijgewerkt\nkleine fix",
|
|
77
|
-
"fr": "Dépendances actualisées\npetite fixation",
|
|
78
|
-
"it": "Dipendenze aggiornate\npiccola correzione",
|
|
79
|
-
"es": "Actualización de las dependencias\npequeño",
|
|
80
|
-
"pl": "Aktualizacja zależności\nmały fix",
|
|
81
|
-
"uk": "Залежність оновлено\nневелика фіксація",
|
|
82
|
-
"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": {
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
],
|
|
163
163
|
"globalDependencies": [
|
|
164
164
|
{
|
|
165
|
-
"admin": ">=7.6.
|
|
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.
|
|
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,27 +29,22 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@iobroker/adapter-core": "^3.3.2",
|
|
32
|
-
"axios": "^1.
|
|
33
|
-
"ws": "^8.
|
|
32
|
+
"axios": "^1.14.0",
|
|
33
|
+
"ws": "^8.20.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@alcalzone/release-script": "^
|
|
37
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
38
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
39
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
40
|
-
"@iobroker/adapter-dev": "^1.
|
|
41
|
-
"@iobroker/eslint-config": "^2.
|
|
42
|
-
"@iobroker/testing": "^5.
|
|
43
|
-
"@tsconfig/node20": "^20.1.
|
|
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
|
+
"@iobroker/adapter-dev": "^1.5.0",
|
|
41
|
+
"@iobroker/eslint-config": "^2.2.0",
|
|
42
|
+
"@iobroker/testing": "^5.2.2",
|
|
43
|
+
"@tsconfig/node20": "^20.1.9",
|
|
44
44
|
"@types/ws": "^8.18.1",
|
|
45
|
-
"
|
|
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.3",
|
|
51
46
|
"ts-node": "^10.9.2",
|
|
52
|
-
"typescript": "^5.9.
|
|
47
|
+
"typescript": "^5.9.3"
|
|
53
48
|
},
|
|
54
49
|
"main": "build/main.js",
|
|
55
50
|
"files": [
|