@smithy/fetch-http-handler
Advanced tools
@@ -6,3 +6,3 @@ import { HttpResponse, type HttpHandler, type HttpRequest } from "@smithy/core/protocols"; | ||
| */ | ||
| export { FetchHttpHandlerOptions }; | ||
| export type { FetchHttpHandlerOptions }; | ||
| /** | ||
@@ -9,0 +9,0 @@ * Detection of keepalive support. Can be overridden for testing. |
+4
-4
| { | ||
| "name": "@smithy/fetch-http-handler", | ||
| "version": "5.6.3", | ||
| "version": "5.6.4", | ||
| "description": "Provides a way to make requests", | ||
@@ -30,8 +30,8 @@ "scripts": { | ||
| "dependencies": { | ||
| "@smithy/core": "^3.29.1", | ||
| "@smithy/types": "^4.15.1", | ||
| "@smithy/core": "^3.29.2", | ||
| "@smithy/types": "^4.16.0", | ||
| "tslib": "^2.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@smithy/abort-controller": "^4.3.1", | ||
| "@smithy/abort-controller": "^4.3.2", | ||
| "concurrently": "7.0.0", | ||
@@ -38,0 +38,0 @@ "downlevel-dts": "0.10.1", |
29674
0.02%Updated
Updated