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
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@smithy/smithy-client",
"version": "4.4.5",
"version": "4.4.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline smithy-client",
@@ -24,12 +24,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@smithy/core": "^3.6.0",
"@smithy/middleware-endpoint": "^4.1.13",
"@smithy/core": "^3.7.0",
"@smithy/middleware-endpoint": "^4.1.15",
"@smithy/middleware-stack": "^4.0.4",
"@smithy/protocol-http": "^5.1.2",
"@smithy/types": "^4.3.1",
"@smithy/util-stream": "^4.2.2",
"@smithy/util-stream": "^4.2.3",
"tslib": "^2.6.2"
},
"engines": {