@evervault/sdk
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -88,5 +88,5 @@ const crypto = require('crypto'); | ||
).map((config) => config.destinationDomain); | ||
} catch (_e) { | ||
} catch (e) { | ||
console.error( | ||
'EVERVAULT :: An error occurred while attempting to refresh the outbound relay config' | ||
`EVERVAULT :: An error occurred while attempting to refresh the outbound relay config ${e}` | ||
); | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "@evervault/sdk", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
53126