@aws-sdk/credential-provider-http 3.888.0 → 3.890.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.
@@ -46,7 +46,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
46
46
  }
47
47
  const url = new URL(host);
48
48
  (0, checkUrl_1.checkUrl)(url, options.logger);
49
- const requestHandler = new node_http_handler_1.NodeHttpHandler({
49
+ const requestHandler = node_http_handler_1.NodeHttpHandler.create({
50
50
  requestTimeout: options.timeout ?? 1000,
51
51
  connectionTimeout: options.timeout ?? 1000,
52
52
  });
@@ -42,7 +42,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
42
42
  }
43
43
  const url = new URL(host);
44
44
  checkUrl(url, options.logger);
45
- const requestHandler = new NodeHttpHandler({
45
+ const requestHandler = NodeHttpHandler.create({
46
46
  requestTimeout: options.timeout ?? 1000,
47
47
  connectionTimeout: options.timeout ?? 1000,
48
48
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.888.0",
3
+ "version": "3.890.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.888.0",
30
+ "@aws-sdk/core": "3.890.0",
31
31
  "@aws-sdk/types": "3.887.0",
32
32
  "@smithy/fetch-http-handler": "^5.2.1",
33
33
  "@smithy/node-http-handler": "^4.2.1",
34
- "@smithy/property-provider": "^4.0.5",
34
+ "@smithy/property-provider": "^4.1.1",
35
35
  "@smithy/protocol-http": "^5.2.1",
36
- "@smithy/smithy-client": "^4.6.1",
36
+ "@smithy/smithy-client": "^4.6.2",
37
37
  "@smithy/types": "^4.5.0",
38
38
  "@smithy/util-stream": "^4.3.1",
39
39
  "tslib": "^2.6.2"