iobroker.bshb 0.5.1 → 0.5.2

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
@@ -36,6 +36,10 @@ use of the adapter. You find a link at the top.
36
36
 
37
37
  ## Changelog
38
38
 
39
+ ### 0.5.2
40
+
41
+ * Dependencies updated
42
+
39
43
  ### 0.5.1
40
44
 
41
45
  * Dependencies updated
@@ -65,10 +69,6 @@ use of the adapter. You find a link at the top.
65
69
 
66
70
  * (holomekc) Support for user automations
67
71
 
68
- ### 0.2.8
69
-
70
- * (holomekc) Improve stability and update dependencies
71
-
72
72
  ### Older entries
73
73
 
74
74
  [here](CHANGELOG_OLD.md)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "bshb",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "news": {
6
+ "0.5.2": {
7
+ "en": "Dependencies updated",
8
+ "de": "Abhängigkeiten aktualisiert",
9
+ "ru": "Обновлены зависимости",
10
+ "pt": "Dependências actualizadas",
11
+ "nl": "Afhankelijkheden bijgewerkt",
12
+ "fr": "Mise à jour des dépendances",
13
+ "it": "Dipendenze aggiornate",
14
+ "es": "Dependencias actualizadas",
15
+ "pl": "Zaktualizowano zależności",
16
+ "uk": "Оновлені залежності",
17
+ "zh-cn": "更新了依赖关系"
18
+ },
6
19
  "0.5.1": {
7
20
  "en": "Dependencies updated",
8
21
  "de": "Ausgaben aktualisiert",
@@ -80,19 +93,6 @@
80
93
  "pl": "Wsparcie dla automatyzacji.",
81
94
  "uk": "Підтримка автоматизації.",
82
95
  "zh-cn": "支持自动化。"
83
- },
84
- "0.2.8": {
85
- "de": "Aktualisierung der Abhängigkeiten und Stabilisierungsmaßnahmen.",
86
- "en": "Updating dependencies and stabilization measures.",
87
- "ru": "Обновление зависимостей и стабилизационных мер.",
88
- "pt": "Atualização das dependências e das medidas de estabilização.",
89
- "nl": "Bijwerken van de afhankelijkheden en stabilisatiemaatregelen.",
90
- "fr": "Mise à jour des dépendances et des mesures de stabilisation.",
91
- "it": "Aggiornamento delle dipendenze e delle misure di stabilizzazione.",
92
- "es": "Actualización de las dependencias y medidas de estabilización.",
93
- "pl": "Aktualizacja zależności i środków stabilizacji.",
94
- "uk": "Оновлення залежностей та стабілізаційних заходів.",
95
- "zh-cn": "更新从属关系和稳定措施。"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -149,7 +149,7 @@
149
149
  ],
150
150
  "globalDependencies": [
151
151
  {
152
- "admin": ">=5.1.13"
152
+ "admin": ">=7.4.10"
153
153
  }
154
154
  ],
155
155
  "tier": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.bshb",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Connects Bosch Smart Home Interface-Processes to ioBroker",
5
5
  "author": {
6
6
  "name": "Christopher Holomek",
@@ -120,5 +120,5 @@
120
120
  "instrument": true
121
121
  },
122
122
  "readmeFilename": "README.md",
123
- "packageManager": "yarn@4.6.0"
123
+ "packageManager": "yarn@4.9.2"
124
124
  }