innogy-smarthome-lib
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -64,3 +64,8 @@ const inherits = require('util').inherits; | ||
this.instance.on('error', function (e) { | ||
if (!that._closed) | ||
that.reconnect(e); | ||
that.onerror(e); | ||
return true; | ||
}); | ||
@@ -67,0 +72,0 @@ |
{ | ||
"name": "innogy-smarthome-lib", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "JavaScript library for the Innogy SmartHome system", | ||
@@ -5,0 +5,0 @@ "main": "./lib/smarthome", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108908
1817