@aws-sdk/eventstream-marshaller
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -6,7 +6,77 @@ # Change Log | ||
# [1.0.0-alpha.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/eventstream-marshaller@0.1.0-preview.3...@aws-sdk/eventstream-marshaller@1.0.0-alpha.7) (2020-02-18) | ||
# [1.0.0-alpha.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/eventstream-marshaller@0.1.0-preview.3...@aws-sdk/eventstream-marshaller@1.0.0-alpha.8) (2020-03-20) | ||
# 1.0.0-alpha.24 (2020-02-19) | ||
### Features | ||
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb)) | ||
# 1.0.0-alpha.21 (2020-02-11) | ||
# 1.0.0-alpha.13 (2020-01-24) | ||
# 1.0.0-alpha.12 (2020-01-22) | ||
# 1.0.0-alpha.8 (2020-01-16) | ||
# 0.9.0 (2020-01-09) | ||
# 0.7.0 (2019-11-19) | ||
# 0.6.0 (2019-10-30) | ||
# 0.4.0 (2019-09-19) | ||
# 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/cb268ed45fd5580ef9633da78f13aaa6aa472805)) | ||
# 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/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) | ||
* 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/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) | ||
# 0.1.0 (2019-04-19) | ||
# [1.0.0-alpha.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/eventstream-marshaller@0.1.0-preview.3...@aws-sdk/eventstream-marshaller@1.0.0-alpha.7) (2020-02-19) | ||
### Features | ||
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f8213)) | ||
@@ -13,0 +83,0 @@ |
{ | ||
"name": "@aws-sdk/eventstream-marshaller", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"scripts": { | ||
@@ -18,13 +18,13 @@ "prepublishOnly": "tsc", | ||
"@aws-crypto/crc32": "^1.0.0-alpha.0", | ||
"@aws-sdk/types": "^1.0.0-alpha.5", | ||
"@aws-sdk/util-hex-encoding": "^1.0.0-alpha.2", | ||
"@aws-sdk/types": "^1.0.0-alpha.6", | ||
"@aws-sdk/util-hex-encoding": "^1.0.0-alpha.3", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/util-utf8-universal": "^1.0.0-alpha.2", | ||
"@aws-sdk/util-utf8-universal": "^1.0.0-alpha.3", | ||
"@types/jest": "^24.0.12", | ||
"@types/node": "^10.0.0", | ||
"jest": "^24.7.1", | ||
"typescript": "~3.4.0" | ||
"typescript": "~3.8.3" | ||
} | ||
} |
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
86640