@aws-sdk/xhr-http-handler 3.495.0 → 3.502.0

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
@@ -263,6 +263,8 @@ var forbiddenHeaders = [
263
263
  "Via"
264
264
  ].map((_) => _.toLowerCase());
265
265
  // Annotate the CommonJS export names for ESM import in node:
266
+
266
267
  0 && (module.exports = {
267
268
  XhrHttpHandler
268
269
  });
270
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/xhr-http-handler",
3
- "version": "3.495.0",
3
+ "version": "3.502.0",
4
4
  "description": "Provides a way to make requests using XMLHttpRequest",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -19,15 +19,15 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "types": "./dist-types/index.d.ts",
21
21
  "dependencies": {
22
- "@aws-sdk/types": "3.495.0",
23
- "@smithy/protocol-http": "^3.1.0",
24
- "@smithy/querystring-builder": "^2.1.0",
25
- "@smithy/types": "^2.9.0",
22
+ "@aws-sdk/types": "3.502.0",
23
+ "@smithy/protocol-http": "^3.1.1",
24
+ "@smithy/querystring-builder": "^2.1.1",
25
+ "@smithy/types": "^2.9.1",
26
26
  "events": "3.3.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@smithy/abort-controller": "^2.1.0",
30
+ "@smithy/abort-controller": "^2.1.1",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",