@aws-sdk/middleware-signing
Advanced tools
Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13
@@ -6,2 +6,65 @@ # Change Log | ||
# 1.0.0-alpha.13 (2020-02-18) | ||
# 1.0.0-alpha.21 (2020-02-11) | ||
# 1.0.0-alpha.20 (2020-02-09) | ||
# 1.0.0-alpha.19 (2020-02-07) | ||
# 1.0.0-alpha.18 (2020-02-06) | ||
# 1.0.0-alpha.13 (2020-01-24) | ||
# 1.0.0-alpha.12 (2020-01-22) | ||
# 1.0.0-alpha.9 (2020-01-17) | ||
# 1.0.0-alpha.8 (2020-01-16) | ||
# 1.0.0-alpha.4 (2020-01-14) | ||
# 1.0.0-alpha.1 (2020-01-10) | ||
# 0.9.0 (2020-01-09) | ||
### Bug Fixes | ||
* update input and resolved naming ([#444](https://github.com/aws/aws-sdk-js-v3/issues/444)) ([4235b6c](https://github.com/aws/aws-sdk-js-v3/commit/4235b6c)) | ||
### Features | ||
* enable clockSkew correction by default ([#459](https://github.com/aws/aws-sdk-js-v3/issues/459)) ([16eabff](https://github.com/aws/aws-sdk-js-v3/commit/16eabff)) | ||
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796)) | ||
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5)) | ||
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250)) | ||
# 1.0.0-alpha.12 (2020-02-11) | ||
@@ -8,0 +71,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-signing", | ||
"version": "1.0.0-alpha.12", | ||
"version": "1.0.0-alpha.13", | ||
"scripts": { | ||
@@ -22,7 +22,7 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.6", | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.11", | ||
"@aws-sdk/types": "^1.0.0-alpha.4", | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.7", | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.12", | ||
"@aws-sdk/types": "^1.0.0-alpha.5", | ||
"tslib": "^1.8.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
51856