iobroker.gotify-ws 0.1.6 → 0.1.7
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 +4 -0
- package/admin/jsonConfig.json +2 -8
- package/io-package.json +14 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,6 +65,10 @@ You can then configure a notification service of your choice for forwarding.
|
|
|
65
65
|
---
|
|
66
66
|
<!-- ### **WORK IN PROGRESS** -->
|
|
67
67
|
## Changelog
|
|
68
|
+
### 0.1.7 (2024-09-16)
|
|
69
|
+
* (simatec) Dependencies updated
|
|
70
|
+
* (simatec) Responsive Design fix
|
|
71
|
+
|
|
68
72
|
### 0.1.6 (2024-09-10)
|
|
69
73
|
* (simatec) Fix Adapter Check
|
|
70
74
|
* (simatec) Dependencies updated
|
package/admin/jsonConfig.json
CHANGED
|
@@ -300,20 +300,14 @@
|
|
|
300
300
|
"noTranslation": true,
|
|
301
301
|
"href": "https://paypal.me/mk1676",
|
|
302
302
|
"src": "https://camo.githubusercontent.com/8402c5000216b140cf892ba21d3367647e0cc370ba89b3a8da1bc1b37a9e0696/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652532302537432532307370656e64656e2d626c75652e737667",
|
|
303
|
-
"newLine": true
|
|
304
|
-
"xs": 6,
|
|
305
|
-
"sm": 6,
|
|
306
|
-
"lg": 1.1
|
|
303
|
+
"newLine": true
|
|
307
304
|
},
|
|
308
305
|
"_githubSponsor": {
|
|
309
306
|
"type": "staticImage",
|
|
310
307
|
"tooltip": "GitHub Sponsors",
|
|
311
308
|
"noTranslation": true,
|
|
312
309
|
"href": "https://github.com/sponsors/simatec",
|
|
313
|
-
"src": "https://camo.githubusercontent.com/6d24ad1fc18fa9d263cacee4c5d9aa8e15128bd5f3f3184f6f54d20e6a4ab63b/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836"
|
|
314
|
-
"xs": 6,
|
|
315
|
-
"sm": 6,
|
|
316
|
-
"lg": 0.8
|
|
310
|
+
"src": "https://camo.githubusercontent.com/6d24ad1fc18fa9d263cacee4c5d9aa8e15128bd5f3f3184f6f54d20e6a4ab63b/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836"
|
|
317
311
|
}
|
|
318
312
|
}
|
|
319
313
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "gotify-ws",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.7": {
|
|
7
|
+
"en": "Dependencies updated\nResponsive Design fix",
|
|
8
|
+
"de": "Ausgaben aktualisiert\nResponsive Design fix",
|
|
9
|
+
"ru": "Обновленные данные о зависимостях\nРеакция Responsive Design",
|
|
10
|
+
"pt": "Dependências atualizadas\nCorreção de design responsivo",
|
|
11
|
+
"nl": "Afhankelijkheden bijgewerkt\nResponsive Design fix",
|
|
12
|
+
"fr": "Dépendances actualisées\nCorrection de conception sensible",
|
|
13
|
+
"it": "Dipendenze aggiornate\nResponsive Design fix",
|
|
14
|
+
"es": "Actualización de las dependencias\nResponsive Design fix",
|
|
15
|
+
"pl": "Aktualizacja zależności\nResponsive Design fix",
|
|
16
|
+
"uk": "Залежність оновлено\nКріплення адаптивного дизайну",
|
|
17
|
+
"zh-cn": "更新的依赖关系\n反应设计修正"
|
|
18
|
+
},
|
|
6
19
|
"0.1.6": {
|
|
7
20
|
"en": "Fix Adapter Check\nDependencies updated\nResponsive Design added",
|
|
8
21
|
"de": "Fix Adapter Überprüfung\nAusgaben aktualisiert\nResponsive Design hinzugefügt",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Fix Branch",
|
|
81
94
|
"uk": "(simatec) Фіксація відділення",
|
|
82
95
|
"zh-cn": "(同声)"
|
|
83
|
-
},
|
|
84
|
-
"0.1.0": {
|
|
85
|
-
"en": "(simatec) First Release",
|
|
86
|
-
"de": "(simatec) Erste Veröffentlichung",
|
|
87
|
-
"ru": "Первый выпуск",
|
|
88
|
-
"pt": "(simatec) Primeira versão",
|
|
89
|
-
"nl": "Eerste uitgave",
|
|
90
|
-
"fr": "Première sortie",
|
|
91
|
-
"it": "(simatec) Primo rilascio",
|
|
92
|
-
"es": "Primer lanzamiento",
|
|
93
|
-
"pl": "Pierwsze wydanie",
|
|
94
|
-
"uk": "(simatec) Перший реліз",
|
|
95
|
-
"zh-cn": "第一次发布"
|
|
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.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Gotify web socket for connection to various notification systems",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "simatec",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
39
39
|
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
40
40
|
"@iobroker/adapter-dev": "^1.3.0",
|
|
41
|
-
"@iobroker/testing": "^
|
|
41
|
+
"@iobroker/testing": "^5.0.0",
|
|
42
42
|
"chai": "^4.5.0",
|
|
43
43
|
"chai-as-promised": "^7.1.2",
|
|
44
44
|
"eslint": "^9.10.0",
|