homey-api 1.10.1 → 1.10.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.
@@ -487,7 +487,6 @@ class Manager extends EventEmitter {
487
487
  this.__cache[itemId][key].emit('delete');
488
488
  this.__cache[itemId][key].destroy();
489
489
  delete this.__cache[itemId][key];
490
- data = null;
491
490
  }
492
491
  break;
493
492
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [