@smithy/fetch-http-handler
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -83,2 +83,3 @@ var __defProp = Object.defineProperty; | ||
const keepAlive = this.config.keepAlive === true; | ||
const credentials = this.config.credentials; | ||
if (abortSignal == null ? void 0 : abortSignal.aborted) { | ||
@@ -109,3 +110,4 @@ const abortError = new Error("Request aborted"); | ||
headers: new Headers(request.headers), | ||
method | ||
method, | ||
credentials | ||
}; | ||
@@ -112,0 +114,0 @@ if (body) { |
@@ -34,2 +34,3 @@ import { HttpResponse } from "@smithy/protocol-http"; | ||
const keepAlive = this.config.keepAlive === true; | ||
const credentials = this.config.credentials; | ||
if (abortSignal?.aborted) { | ||
@@ -61,2 +62,3 @@ const abortError = new Error("Request aborted"); | ||
method: method, | ||
credentials, | ||
}; | ||
@@ -63,0 +65,0 @@ if (body) { |
{ | ||
"name": "@smithy/fetch-http-handler", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Provides a way to make requests", | ||
@@ -27,5 +27,5 @@ "scripts": { | ||
"dependencies": { | ||
"@smithy/protocol-http": "^4.0.2", | ||
"@smithy/querystring-builder": "^3.0.2", | ||
"@smithy/types": "^3.2.0", | ||
"@smithy/protocol-http": "^4.0.3", | ||
"@smithy/querystring-builder": "^3.0.3", | ||
"@smithy/types": "^3.3.0", | ||
"@smithy/util-base64": "^3.0.0", | ||
@@ -35,3 +35,3 @@ "tslib": "^2.6.2" | ||
"devDependencies": { | ||
"@smithy/abort-controller": "^3.1.0", | ||
"@smithy/abort-controller": "^3.1.1", | ||
"concurrently": "7.0.0", | ||
@@ -38,0 +38,0 @@ "downlevel-dts": "0.10.1", |
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
32743
505
Updated@smithy/protocol-http@^4.0.3
Updated@smithy/types@^3.3.0