@aws-sdk/middleware-bucket-endpoint
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -6,2 +6,39 @@ # Change Log | ||
# 1.0.0-alpha.7 (2020-02-18) | ||
# 1.0.0-alpha.13 (2020-01-24) | ||
# 1.0.0-alpha.12 (2020-01-22) | ||
# 1.0.0-alpha.8 (2020-01-16) | ||
# 1.0.0-alpha.1 (2020-01-10) | ||
# 0.9.0 (2020-01-09) | ||
### Bug Fixes | ||
* add BucketEndpoint config plugin ([#572](https://github.com/aws/aws-sdk-js-v3/issues/572)) ([ae04135](https://github.com/aws/aws-sdk-js-v3/commit/ae04135)) | ||
* assure bucket endpoint middleware inserted before host-header-middleware ([#574](https://github.com/aws/aws-sdk-js-v3/issues/574)) ([c9c4127](https://github.com/aws/aws-sdk-js-v3/commit/c9c4127)) | ||
### Features | ||
* migrate bucketEndpointMiddleware ([#552](https://github.com/aws/aws-sdk-js-v3/issues/552)) ([f0c3222](https://github.com/aws/aws-sdk-js-v3/commit/f0c3222)) | ||
# 1.0.0-alpha.6 (2020-01-24) | ||
@@ -8,0 +45,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-bucket-endpoint", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"scripts": { | ||
@@ -17,8 +17,8 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.6", | ||
"@aws-sdk/types": "^1.0.0-alpha.4", | ||
"@aws-sdk/protocol-http": "^1.0.0-alpha.7", | ||
"@aws-sdk/types": "^1.0.0-alpha.5", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/middleware-stack": "^1.0.0-alpha.4", | ||
"@aws-sdk/middleware-stack": "^1.0.0-alpha.5", | ||
"@types/jest": "^24.0.12", | ||
@@ -25,0 +25,0 @@ "jest": "^24.7.1", |
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
43234