@smithy/fetch-http-handler 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -213,8 +213,8 @@ __name(readToBase64, "readToBase64");
213
213
  // Annotate the CommonJS export names for ESM import in node:
214
214
 
215
215
  0 && (module.exports = {
216
- FetchHttpHandler,
217
216
  keepAliveSupport,
217
+ FetchHttpHandler,
218
218
  streamCollector
219
219
  });
220
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -24,14 +24,14 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@smithy/protocol-http": "^3.1.1",
28
- "@smithy/querystring-builder": "^2.1.1",
29
- "@smithy/types": "^2.9.1",
27
+ "@smithy/protocol-http": "^3.2.0",
28
+ "@smithy/querystring-builder": "^2.1.2",
29
+ "@smithy/types": "^2.10.0",
30
30
  "@smithy/util-base64": "^2.1.1",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@smithy/abort-controller": "^2.1.1",
34
+ "@smithy/abort-controller": "^2.1.2",
35
35
  "@tsconfig/recommended": "1.0.1",
36
36
  "@types/chai-as-promised": "^7.1.2",
37
37
  "chai": "^4.2.0",