Comparing version 3.0.1 to 3.0.2
@@ -83,3 +83,3 @@ const https = require('https'); | ||
let message = typeof response === 'object' ? | ||
(response && response.error && response.error.message) || 'Unspecified Error' : | ||
(response && response.error && response.error.message) || ('Unspecified error running remote StdLib function "' + names.join('.') + '"') : | ||
response; | ||
@@ -86,0 +86,0 @@ return callback(new Error(message), response); |
{ | ||
"name": "lib", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "StdLib: Standard Library for Microservices Node.js Bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib.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
14407