@aws-sdk/middleware-stack
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) | ||
### Bug Fixes | ||
* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) | ||
# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-stack", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Provides a means for composing multiple middleware functions into a single handler", | ||
@@ -27,3 +27,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@aws-sdk/types": "3.4.0", | ||
"@aws-sdk/types": "3.4.1", | ||
"@types/jest": "^26.0.4", | ||
@@ -37,3 +37,3 @@ "jest": "^26.1.0", | ||
"typesVersions": { | ||
"<3.9": { | ||
"<4.0": { | ||
"types/*": [ | ||
@@ -40,0 +40,0 @@ "types/ts3.4/*" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130148