Comparing version 1.9.23 to 1.9.24
@@ -233,2 +233,18 @@ /** | ||
/** | ||
* @inheritDoc | ||
*/ | ||
}, { | ||
key: 'cleanup', | ||
value: function cleanup() { | ||
let vogelsDynamoDriver = this.vogelsDynamoDriver; | ||
if (vogelsDynamoDriver.config.httpOptions.agent) { | ||
vogelsDynamoDriver.config.httpOptions.agent.destroy(); | ||
} | ||
this._fixNodeHttpsIssue(); | ||
} | ||
/** | ||
* NetworkingError: write EPROTO | ||
@@ -313,3 +329,5 @@ * | ||
let dynamoDriver = _vogels2.default.dynamoDriver(); | ||
let docClient = _vogels2.default.documentClient(); | ||
docClient.service.config.credentials = credentials; | ||
dynamoDriver.config.credentials = credentials; | ||
@@ -316,0 +334,0 @@ |
{ | ||
"name": "deep-db", | ||
"version": "1.9.23", | ||
"version": "1.9.24", | ||
"description": "DEEP Database Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
99286
2214