@aws-sdk/config-resolver
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -6,2 +6,57 @@ # Change Log | ||
# [1.0.0-alpha.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/config-resolver@0.1.0-preview.2...@aws-sdk/config-resolver@1.0.0-alpha.4) (2020-01-14) | ||
# 1.0.0-alpha.1 (2020-01-10) | ||
# 0.9.0 (2020-01-09) | ||
### Bug Fixes | ||
* parseurl in Node returns only pathname when protocol not specified ([#566](https://github.com/aws/aws-sdk-js-v3/issues/566)) ([0454dd6](https://github.com/aws/aws-sdk-js-v3/commit/0454dd6)) | ||
* 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 | ||
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc)) | ||
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a)) | ||
* 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)) | ||
# 0.6.0 (2019-10-30) | ||
# 0.3.0 (2019-09-09) | ||
### Features | ||
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) | ||
# 0.2.0 (2019-07-12) | ||
### Features | ||
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) | ||
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) | ||
# 0.1.0 (2019-04-19) | ||
# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/config-resolver@0.1.0-preview.2...@aws-sdk/config-resolver@1.0.0-alpha.3) (2020-01-10) | ||
@@ -8,0 +63,0 @@ |
{ | ||
"name": "@aws-sdk/config-resolver", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"scripts": { | ||
@@ -23,3 +23,3 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.3", | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.4", | ||
"@aws-sdk/types": "^1.0.0-alpha.2", | ||
@@ -26,0 +26,0 @@ "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
35376