homey-lib 2.19.0 → 2.20.0

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.
@@ -1439,16 +1439,6 @@
1439
1439
  },
1440
1440
  "settings": {
1441
1441
  "$ref": "#/definitions/appSettings"
1442
- },
1443
- "ports": {
1444
- "type": "array",
1445
- "maxItems": 10,
1446
- "uniqueItems": true,
1447
- "items": {
1448
- "type": "integer",
1449
- "minimum": 1024,
1450
- "maximum": 65535
1451
- }
1452
1442
  }
1453
1443
  }
1454
1444
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-lib",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Shared Library for Homey",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,4 +37,4 @@
37
37
  "webpack": "^4.46.0",
38
38
  "webpack-cli": "^4.7.2"
39
39
  }
40
- }
40
+ }