asposeslidescloud
Advanced tools
Comparing version 19.9.0 to 19.10.0
@@ -51,2 +51,3 @@ "use strict"; | ||
this.timeout = timeout; | ||
this.customHeaders = {}; | ||
} | ||
@@ -53,0 +54,0 @@ /** |
@@ -146,6 +146,9 @@ "use strict"; | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk"; | ||
requestOptions.headers["x-aspose-client-version"] = "19.9.0"; | ||
requestOptions.headers["x-aspose-client-version"] = "19.10.0"; | ||
if (confguration.timeout) { | ||
requestOptions.headers["x-aspose-timeout"] = confguration.timeout; | ||
} | ||
for (var key in confguration.customHeaders) { | ||
requestOptions.headers[key] = confguration.customHeaders[key]; | ||
} | ||
if (!notApplyAuthToRequest) { | ||
@@ -152,0 +155,0 @@ yield addAuthHeader(requestOptions, confguration); |
{ | ||
"name": "asposeslidescloud", | ||
"version": "19.9.0", | ||
"version": "19.10.0", | ||
"description": "Aspose.Slides Cloud SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud", |
Sorry, the diff of this file is too big to display
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
564299
9373