saucelabs
Advanced tools
Comparing version 4.6.4 to 4.6.5
@@ -171,2 +171,12 @@ { | ||
} | ||
}, | ||
"422": { | ||
"description": "invalid parameters", | ||
"content": { | ||
"text/plain": { | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
@@ -173,0 +183,0 @@ } |
@@ -233,3 +233,3 @@ "use strict"; | ||
} catch (err) { | ||
throw new Error(`Failed calling ${propName}: ${err.message}`); | ||
throw new Error(`Failed calling ${propName}: ${err.message}, ${err.response && err.response.body}`); | ||
} | ||
@@ -236,0 +236,0 @@ }; |
{ | ||
"name": "saucelabs", | ||
"version": "4.6.4", | ||
"version": "4.6.5", | ||
"author": "Christian Bromann <christian@saucelabs.com>", | ||
@@ -5,0 +5,0 @@ "description": "A wrapper around Sauce Labs REST API", |
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
386167
12066