backend v4 half

This commit is contained in:
2025-07-18 09:20:40 +02:00
parent aba7a506ad
commit 725516ad6c
4183 changed files with 217684 additions and 75056 deletions
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/credential-provider-http",
"version": "3.840.0",
"version": "3.846.0",
"description": "AWS credential provider for containers and HTTP sources",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
@@ -27,15 +27,15 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/core": "3.840.0",
"@aws-sdk/core": "3.846.0",
"@aws-sdk/types": "3.840.0",
"@smithy/fetch-http-handler": "^5.0.4",
"@smithy/node-http-handler": "^4.0.6",
"@smithy/fetch-http-handler": "^5.1.0",
"@smithy/node-http-handler": "^4.1.0",
"@smithy/property-provider": "^4.0.4",
"@smithy/protocol-http": "^5.1.2",
"@smithy/smithy-client": "^4.4.5",
"@smithy/smithy-client": "^4.4.7",
"@smithy/types": "^4.3.1",
"@smithy/util-stream": "^4.2.2",
"@smithy/util-stream": "^4.2.3",
"tslib": "^2.6.2"
},
"devDependencies": {