@serverless/platform-client
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -83,4 +83,6 @@ /** | ||
disconnect() { | ||
this.connection.terminate() | ||
this.connection = null | ||
if (this.connection) { | ||
this.connection.terminate() | ||
this.connection = null | ||
} | ||
} | ||
@@ -87,0 +89,0 @@ |
@@ -66,3 +66,5 @@ /** | ||
disconnect() { | ||
this.connection.disconnect() | ||
if (this.connection) { | ||
this.connection.disconnect() | ||
} | ||
} | ||
@@ -69,0 +71,0 @@ |
{ | ||
"name": "@serverless/platform-client", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11160
339