@smithy/fetch-http-handler 2.4.0 → 2.4.1

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
@@ -211,8 +211,10 @@ function readToBase64(blob) {
211
211
  }
212
212
  __name(readToBase64, "readToBase64");
213
213
  // Annotate the CommonJS export names for ESM import in node:
214
+
214
215
  0 && (module.exports = {
215
216
  FetchHttpHandler,
216
217
  keepAliveSupport,
217
218
  streamCollector
218
219
  });
220
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
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.0",
28
- "@smithy/querystring-builder": "^2.1.0",
29
- "@smithy/types": "^2.9.0",
30
- "@smithy/util-base64": "^2.1.0",
27
+ "@smithy/protocol-http": "^3.1.1",
28
+ "@smithy/querystring-builder": "^2.1.1",
29
+ "@smithy/types": "^2.9.1",
30
+ "@smithy/util-base64": "^2.1.1",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@smithy/abort-controller": "^2.1.0",
34
+ "@smithy/abort-controller": "^2.1.1",
35
35
  "@tsconfig/recommended": "1.0.1",
36
36
  "@types/chai-as-promised": "^7.1.2",
37
37
  "chai": "^4.2.0",