iobroker.ical 1.13.5 → 1.13.6
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 +6 -3
- package/admin/jsonConfig.json +0 -2
- package/io-package.json +14 -14
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -21,15 +21,21 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
|
|
|
21
21
|
|
|
22
22
|
[🇩🇪 Dokumentation](./docs/de/README.md)
|
|
23
23
|
|
|
24
|
+
<!--
|
|
24
25
|
## Todo
|
|
25
26
|
* `data.trigger` doesn't support `check` option
|
|
26
27
|
* fix timezone stuff in tests
|
|
28
|
+
-->
|
|
27
29
|
|
|
28
30
|
## Changelog
|
|
29
31
|
<!--
|
|
30
32
|
Placeholder for the next version (at the beginning of the line):
|
|
31
33
|
### **WORK IN PROGRESS**
|
|
32
34
|
-->
|
|
35
|
+
### 1.13.6 (2023-12-25)
|
|
36
|
+
* (mcm1957) Incorrect jsonConfig has been fixed [#602]
|
|
37
|
+
* (mcm1957) Dependencies have been updated
|
|
38
|
+
|
|
33
39
|
### 1.13.5 (2023-12-15)
|
|
34
40
|
* (jens-maus) updated node-ical to latest 0.17.1
|
|
35
41
|
|
|
@@ -46,9 +52,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
|
|
|
46
52
|
### 1.13.2 (2022-08-29)
|
|
47
53
|
* (Apollon77) fix strange log messages by downgrading RRule again
|
|
48
54
|
|
|
49
|
-
### 1.13.1 (2022-06-27)
|
|
50
|
-
* (klein0r) Changed request library
|
|
51
|
-
|
|
52
55
|
## License
|
|
53
56
|
|
|
54
57
|
The MIT License (MIT)
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "ical",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.13.6": {
|
|
7
|
+
"en": "Incorrect jsonConfig has been fixed [#602]\nDependencies have been updated",
|
|
8
|
+
"de": "Fehler in jsonConfig wurde behoben [#602]\nAbhängigkeiten wurden aktualisiert",
|
|
9
|
+
"ru": "Неправильный jsonConfig был исправлен [#602]\nВ зависимости были обновлены",
|
|
10
|
+
"pt": "JsonConfig incorreto foi corrigido [#602]\nAs dependências foram atualizadas",
|
|
11
|
+
"nl": "Incorrect JsonConfig is gerepareerd\nAfhankelijkheid",
|
|
12
|
+
"fr": "Incorrect jsonConfig a été corrigé [#602]\nLes dépendances ont été mises à jour",
|
|
13
|
+
"it": "JsonConfig non corretto è stato fissato [#602]\nLe dipendenze sono state aggiornate",
|
|
14
|
+
"es": "JsonConfig incorrecto ha sido fijado [#602]\nSe han actualizado las dependencias",
|
|
15
|
+
"pl": "Incorrect jsonConfig został ustalony jako #602\nZależności zostały zaktualizowane",
|
|
16
|
+
"uk": "[#602]\nОновлено залежність",
|
|
17
|
+
"zh-cn": "错误的 json Config已确定[第602号]\n已更新了属地"
|
|
18
|
+
},
|
|
6
19
|
"1.13.5": {
|
|
7
20
|
"en": "updated node-ical to latest 0.17.1",
|
|
8
21
|
"de": "aktualisiert kinematisch auf neuste 0,17.1",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Admin 5\nPrzetłumaczył wszystkie nazwy obiektowe",
|
|
81
94
|
"uk": "Додано інтерфейс адміністратора 5\nПерекладено всі назви об'єктів",
|
|
82
95
|
"zh-cn": "增删5 UI\n所有物体的名称"
|
|
83
|
-
},
|
|
84
|
-
"1.12.2": {
|
|
85
|
-
"en": "Fix displaying rest-time of event in one case",
|
|
86
|
-
"de": "Anzeige der Ruhezeit des Ereignisses in einem Fall behoben",
|
|
87
|
-
"ru": "Исправлено отображение времени отдыха события в одном случае",
|
|
88
|
-
"pt": "Corrigida a exibição do tempo de descanso do evento em um caso",
|
|
89
|
-
"nl": "Repareer de weergave van de rusttijd van de gebeurtenis in één geval",
|
|
90
|
-
"fr": "Correction de l'affichage du temps de repos de l'événement dans un cas",
|
|
91
|
-
"it": "Risolto il problema con la visualizzazione del tempo di riposo dell'evento in un caso",
|
|
92
|
-
"es": "Corrección que muestra el tiempo de descanso del evento en un caso",
|
|
93
|
-
"pl": "Naprawiono wyświetlanie czasu spoczynku zdarzenia w jednym przypadku",
|
|
94
|
-
"uk": "Виправлено відображення часу відпочинку події в одному випадку",
|
|
95
|
-
"zh-cn": "修复在一种情况下显示事件的休息时间"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"title": "iCal Calendar",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.ical",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.6",
|
|
4
4
|
"description": "Allows read information from google calender and from iCal.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -50,19 +50,20 @@
|
|
|
50
50
|
"@alcalzone/release-script": "^3.7.0",
|
|
51
51
|
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
|
|
52
52
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
53
|
+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
53
54
|
"@iobroker/adapter-dev": "^1.2.0",
|
|
54
55
|
"@iobroker/testing": "^4.1.0",
|
|
55
56
|
"@types/chai": "^4.3.6",
|
|
56
57
|
"@types/chai-as-promised": "^7.1.5",
|
|
57
58
|
"@types/mocha": "^10.0.0",
|
|
58
|
-
"@types/node": "^20.10.
|
|
59
|
+
"@types/node": "^20.10.5",
|
|
59
60
|
"@types/proxyquire": "^1.3.31",
|
|
60
61
|
"@types/sinon": "^17.0.2",
|
|
61
62
|
"@types/sinon-chai": "^3.2.12",
|
|
62
63
|
"chai": "^4.3.10",
|
|
63
64
|
"chai-as-promised": "^7.1.1",
|
|
64
65
|
"chai-string": "^1.5.0",
|
|
65
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.56.0",
|
|
66
67
|
"luxon": "^3.4.4",
|
|
67
68
|
"mocha": "^10.1.0",
|
|
68
69
|
"proxyquire": "^2.1.3",
|