@aws-sdk/middleware-stack
Advanced tools
Comparing version 3.20.0 to 3.22.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) | ||
### Bug Fixes | ||
* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) | ||
# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-stack", | ||
"version": "3.20.0", | ||
"version": "3.22.0", | ||
"description": "Provides a means for composing multiple middleware functions into a single handler", | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@aws-sdk/types": "3.20.0", | ||
"@aws-sdk/types": "3.22.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -36,4 +36,4 @@ "jest": "^26.1.0", | ||
"<4.0": { | ||
"types/*": [ | ||
"types/ts3.4/*" | ||
"dist/types/*": [ | ||
"dist/types/ts3.4/*" | ||
] | ||
@@ -40,0 +40,0 @@ } |
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
132211