Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/lib-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@smithy/abort-controller": "^4.0.5",
"@smithy/abort-controller": "^4.1.1",
"@smithy/middleware-endpoint": "^4.2.1",
"@smithy/smithy-client": "^4.6.1",
"buffer": "5.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/body-checksum-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@aws-sdk/sha256-tree-hash": "*",
"@aws-sdk/types": "*",
"@smithy/chunked-blob-reader": "^5.0.0",
"@smithy/chunked-blob-reader": "^5.1.0",
"@smithy/protocol-http": "^5.2.1",
"@smithy/types": "^4.5.0",
"@smithy/util-hex-encoding": "^4.0.0",
"@smithy/util-hex-encoding": "^4.1.0",
"@smithy/util-utf8": "^4.1.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/body-checksum-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@aws-sdk/chunked-stream-reader-node": "*",
"@aws-sdk/sha256-tree-hash": "*",
"@aws-sdk/types": "*",
"@smithy/is-array-buffer": "^4.0.0",
"@smithy/is-array-buffer": "^4.1.0",
"@smithy/protocol-http": "^5.2.1",
"@smithy/types": "^4.5.0",
"@smithy/util-hex-encoding": "^4.0.0",
"@smithy/util-hex-encoding": "^4.1.0",
"@smithy/util-utf8": "^4.1.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"@aws-sdk/xml-builder": "*",
"@smithy/core": "^3.11.0",
"@smithy/node-config-provider": "^4.2.1",
"@smithy/property-provider": "^4.0.5",
"@smithy/property-provider": "^4.1.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/signature-v4": "^5.1.3",
"@smithy/signature-v4": "^5.2.1",
"@smithy/smithy-client": "^4.6.1",
"@smithy/types": "^4.5.0",
"@smithy/util-base64": "^4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@aws-sdk/client-cognito-identity": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^4.0.5",
"@smithy/property-provider": "^4.1.1",
"@smithy/types": "^4.5.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aws-sdk/core": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^4.0.5",
"@smithy/property-provider": "^4.1.1",
"@smithy/types": "^4.5.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/types": "*",
"@smithy/fetch-http-handler": "^5.2.1",
"@smithy/node-http-handler": "^4.2.1",
"@smithy/property-provider": "^4.0.5",
"@smithy/property-provider": "^4.1.1",
"@smithy/protocol-http": "^5.2.1",
"@smithy/smithy-client": "^4.6.1",
"@smithy/types": "^4.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
// throws if not to spec for provider.
checkUrl(url, options.logger);

const requestHandler = new NodeHttpHandler({
const requestHandler = NodeHttpHandler.create({
requestTimeout: options.timeout ?? 1000,
connectionTimeout: options.timeout ?? 1000,
});
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-provider-ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@aws-sdk/credential-provider-web-identity": "*",
"@aws-sdk/nested-clients": "*",
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^4.0.7",
"@smithy/property-provider": "^4.0.5",
"@smithy/shared-ini-file-loader": "^4.0.5",
"@smithy/credential-provider-imds": "^4.1.1",
"@smithy/property-provider": "^4.1.1",
"@smithy/shared-ini-file-loader": "^4.1.1",
"@smithy/types": "^4.5.0",
"tslib": "^2.6.2"
},
Expand Down
11 changes: 6 additions & 5 deletions packages/credential-provider-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "yarn g:vitest run",
"test:integration": "yarn g:jest -c jest.config.integ.js",
"test:watch": "yarn g:vitest watch"
"test:watch": "yarn g:vitest watch",
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
},
"keywords": [
"aws",
Expand All @@ -36,9 +37,9 @@
"@aws-sdk/credential-provider-sso": "*",
"@aws-sdk/credential-provider-web-identity": "*",
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^4.0.7",
"@smithy/property-provider": "^4.0.5",
"@smithy/shared-ini-file-loader": "^4.0.5",
"@smithy/credential-provider-imds": "^4.1.1",
"@smithy/property-provider": "^4.1.1",
"@smithy/shared-ini-file-loader": "^4.1.1",
"@smithy/types": "^4.5.0",
"tslib": "^2.6.2"
},
Expand Down
Loading
Loading