@aws-sdk/node-http-handler
Advanced tools
Comparing version 0.1.0-preview.6 to 0.1.0-preview.7
@@ -6,2 +6,32 @@ # Change Log | ||
# [0.1.0-preview.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/node-http-handler@0.1.0-preview.3...@aws-sdk/node-http-handler@0.1.0-preview.7) (2019-10-29) | ||
# 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)) | ||
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50)) | ||
# 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) | ||
# [0.1.0-preview.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/node-http-handler@0.1.0-preview.3...@aws-sdk/node-http-handler@0.1.0-preview.6) (2019-09-09) | ||
@@ -8,0 +38,0 @@ |
{ | ||
"name": "@aws-sdk/node-http-handler", | ||
"version": "0.1.0-preview.6", | ||
"version": "0.1.0-preview.7", | ||
"description": "Provides a way to make requests", | ||
@@ -18,5 +18,5 @@ "scripts": { | ||
"dependencies": { | ||
"@aws-sdk/abort-controller": "^0.1.0-preview.5", | ||
"@aws-sdk/querystring-builder": "^0.1.0-preview.5", | ||
"@aws-sdk/types": "^0.1.0-preview.5", | ||
"@aws-sdk/abort-controller": "^0.1.0-preview.6", | ||
"@aws-sdk/querystring-builder": "^0.1.0-preview.6", | ||
"@aws-sdk/types": "^0.1.0-preview.6", | ||
"tslib": "^1.8.0" | ||
@@ -23,0 +23,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
32263