iobroker.ical 1.14.2 → 1.14.3

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 CHANGED
@@ -32,6 +32,9 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
32
32
  Placeholder for the next version (at the beginning of the line):
33
33
  ### **WORK IN PROGRESS**
34
34
  -->
35
+ ### 1.14.3 (2024-02-28)
36
+ * (jens-maus) update node-ical to latest 0.18.0
37
+
35
38
  ### 1.14.2 (2024-01-29)
36
39
  * (jens-maus) update node-ical to latest 0.17.2
37
40
 
@@ -47,9 +50,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
47
50
  * (mcm1957) Incorrect jsonConfig has been fixed [#602]
48
51
  * (mcm1957) Dependencies have been updated
49
52
 
50
- ### 1.13.5 (2023-12-15)
51
- * (jens-maus) updated node-ical to latest 0.17.1
52
-
53
53
  ## License
54
54
 
55
55
  The MIT License (MIT)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ical",
4
- "version": "1.14.2",
4
+ "version": "1.14.3",
5
5
  "news": {
6
+ "1.14.3": {
7
+ "en": "update node-ical to latest 0.18.0",
8
+ "de": "update node-ical auf neueste 0.18.0",
9
+ "ru": "обновление узла к последнему 0.18.0",
10
+ "pt": "atualização node-ical para mais recente 0.18.0",
11
+ "nl": "node-ical updaten naar de laatste 0.18.0",
12
+ "fr": "mettre à jour noeud-ical à la dernière 0.18.0",
13
+ "it": "aggiornamento nodo-ical al più recente 0.18.0",
14
+ "es": "actualización node-ical al último 0.18.0",
15
+ "pl": "aktualizacja nodeical do najnowszej wersji 0.18.0",
16
+ "uk": "оновлення вершини-ical до останньої 0.18.0",
17
+ "zh-cn": "将节点更新为最新0.1.8"
18
+ },
6
19
  "1.14.2": {
7
20
  "en": "update node-ical to latest 0.17.2",
8
21
  "de": "update node-ical bis neueste 0,17.2",
@@ -80,19 +93,6 @@
80
93
  "pl": "uaktualnić węzeł do 0.17.0\nzależności aktualizacji",
81
94
  "uk": "оновлений вузол-ical to last 0.17.0\nоновлені залежності",
82
95
  "zh-cn": "最新资料\n二. 最新依赖"
83
- },
84
- "1.13.3": {
85
- "en": "updated node-ical to latest 0.16.1\nUse color picker in adapter settings\nDropped Admin 4 UI\nAdded Ukrainian language",
86
- "de": "aktualisiert kinematisch auf neuste 0,16,1\nVerwenden Sie Farbwähler in Adaptereinstellungen\nAdmin 4 UI fallen lassen\nUkrainische Sprache",
87
- "ru": "обновленный node-ical до последней 0.16.1\nИспользуйте цвет пикер в настройках адаптера\nDropped Админ 4 UI\nДобавлен украинский язык",
88
- "pt": "atualizado node-ical para mais recente 0.16.1\nUse o seletor de cores nas configurações do adaptador\nAdmin Dropped 4 UI\nAdicionado idioma ucraniano",
89
- "nl": "vertaling: 0.16.1\nGebruik kleurenpikker in adapter setting\nDrop Admin 4 UI\nVoeg Oekraïense taal toe",
90
- "fr": "mise à jour node-ical to latest 0,16.1\nUtiliser le cueilleur de couleur dans les réglages de l'adaptateur\nDropped Admin 4 UI\nAjout de la langue ukrainienne",
91
- "it": "aggiornato nodo-ical al più recente 0.16.1\nUtilizzare il raccoglitore di colore nelle impostazioni dell'adattatore\nAmministrazioni a goccia 4 UI\nAggiunto lingua ucraina",
92
- "es": "actualizado nodo-ical a último 0.16.1\nUse el selector de color en la configuración del adaptador\nAdmin 4 UI\nIdioma ucraniano añadido",
93
- "pl": "uaktualnianie węzła 0,16.1\nUżycie koloru w ustawieniach adapterowych\nDropped Admin 4\nJęzyk ukraiński",
94
- "uk": "оновлений вузол-ical в останні роки 0 товар(ов) - 0.00 р\nВикористання кольорового пікера в налаштуваннях адаптера\nПоза «69»\nУкраїнська мова",
95
- "zh-cn": "最新资料 0.16.1\nB. 在适应环境中使用颜色的采样\nDrodmin 4 UI\n增加乌克兰语"
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.14.2",
3
+ "version": "1.14.3",
4
4
  "description": "Allows read information from google calender and from iCal.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -43,7 +43,7 @@
43
43
  "axios": "1.6.7",
44
44
  "cloneextend": "^0.0.3",
45
45
  "json-schema": "^0.4.0",
46
- "node-ical": "^0.17.2",
46
+ "node-ical": "^0.18.0",
47
47
  "rrule": "2.8.1"
48
48
  },
49
49
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@types/chai": "^4.3.11",
57
57
  "@types/chai-as-promised": "^7.1.8",
58
58
  "@types/mocha": "^10.0.6",
59
- "@types/node": "^20.11.10",
59
+ "@types/node": "^20.11.17",
60
60
  "@types/proxyquire": "^1.3.31",
61
61
  "@types/sinon": "^17.0.3",
62
62
  "@types/sinon-chai": "^3.2.12",
@@ -65,7 +65,7 @@
65
65
  "chai-string": "^1.5.0",
66
66
  "eslint": "^8.56.0",
67
67
  "luxon": "^3.4.4",
68
- "mocha": "^10.2.0",
68
+ "mocha": "^10.3.0",
69
69
  "proxyquire": "^2.1.3",
70
70
  "sinon": "^17.0.1",
71
71
  "sinon-chai": "^3.7.0",