@smithy/core
Advanced tools
Comparing version 2.5.4 to 2.5.5
{ | ||
"name": "@smithy/core", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"scripts": { | ||
@@ -57,8 +57,8 @@ "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"dependencies": { | ||
"@smithy/middleware-serde": "^3.0.10", | ||
"@smithy/protocol-http": "^4.1.7", | ||
"@smithy/types": "^3.7.1", | ||
"@smithy/middleware-serde": "^3.0.11", | ||
"@smithy/protocol-http": "^4.1.8", | ||
"@smithy/types": "^3.7.2", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-middleware": "^3.0.10", | ||
"@smithy/util-stream": "^3.3.1", | ||
"@smithy/util-middleware": "^3.0.11", | ||
"@smithy/util-stream": "^3.3.2", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -65,0 +65,0 @@ "tslib": "^2.6.2" |
Updated@smithy/protocol-http@^4.1.8
Updated@smithy/types@^3.7.2
Updated@smithy/util-stream@^3.3.2