@smithy/node-http-handler
Advanced tools
@@ -5,3 +5,3 @@ import type { Agent as hAgentType } from "node:http"; | ||
| import type { HttpHandlerOptions, Logger, NodeHttpHandlerOptions, Provider } from "@smithy/types"; | ||
| export { NodeHttpHandlerOptions }; | ||
| export type { NodeHttpHandlerOptions }; | ||
| /** | ||
@@ -8,0 +8,0 @@ * A default of 0 means no timeout. |
+4
-4
| { | ||
| "name": "@smithy/node-http-handler", | ||
| "version": "4.9.3", | ||
| "version": "4.9.4", | ||
| "description": "Provides a way to make requests", | ||
@@ -29,8 +29,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", | ||
| "@types/node": "^18.11.9", | ||
@@ -37,0 +37,0 @@ "concurrently": "7.0.0", |
91938
0.01%Updated
Updated