eh-api-client
Advanced tools
Comparing version 0.24.2 to 0.24.3
@@ -18,3 +18,5 @@ // Type definitions for eh-api-client 0.24.0 | ||
delete(options, body?, cb?): Promise<any>; | ||
prototype: any; // for tests | ||
setSessionId(sessionId: string): void; | ||
setRequestId(requestId: string): void; | ||
prototype: any; | ||
} | ||
@@ -21,0 +23,0 @@ |
@@ -223,3 +223,3 @@ var | ||
var self = this, _res, _req; | ||
return new Promise(function (resolve, reject) { | ||
@@ -226,0 +226,0 @@ self.request("head", url, options, function(err, data, res, req) { |
{ | ||
"name": "eh-api-client", | ||
"version": "0.24.2", | ||
"version": "0.24.3", | ||
"description": "Node.js rest client", | ||
@@ -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
70371
1595