@evergis/api
Advanced tools
Comparing version 0.1.33 to 0.1.34
@@ -47,3 +47,3 @@ import { defaultApiConfig } from './defaultApiConfig'; | ||
this.notification.on("ConnectionStatus" /* ConnectionStatus */, connection => { | ||
if (connection.data === ConnectionStatus.Break) { | ||
if (connection.data === ConnectionStatus.Lost) { | ||
this.emit(ApiEvent.ConnectionLost, connection.data); | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "@evergis/api", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "author": "everpoint", |
Sorry, the diff of this file is not supported yet
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
247479