iobroker.bshb 0.2.0 → 0.2.1

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
@@ -35,7 +35,7 @@ If you want to support the work I would appreciate a small donation. This is 100
35
35
 
36
36
  ## Changelog
37
37
 
38
- ### 0.2.0
38
+ ### 0.2.1
39
39
  * (holomekc) Support for additional services
40
40
 
41
41
  ### 0.1.20
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "bshb",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "news": {
6
- "0.2.0": {
6
+ "0.2.1": {
7
7
  "de": "Unterstützung für weitere Dienste.",
8
8
  "en": "Support for additional services.",
9
9
  "ru": "Поддержка дополнительных услуг.",
@@ -175,7 +175,12 @@
175
175
  {
176
176
  "js-controller": ">=3.3.22"
177
177
  }
178
- ]
178
+ ],
179
+ "globalDependencies": [
180
+ {
181
+ "admin": ">=5.1.13"
182
+ }
183
+ ]
179
184
  },
180
185
  "native": {
181
186
  "host": "192.168.178.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.bshb",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Connects Bosch Smart Home Interface-Processes to ioBroker",
5
5
  "author": {
6
6
  "name": "Christopher Holomek",