@aws-sdk/eventstream-serde-universal
Advanced tools
Comparing version 3.22.0 to 3.23.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) | ||
### Bug Fixes | ||
* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) | ||
# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/eventstream-serde-universal", | ||
"version": "3.22.0", | ||
"version": "3.23.0", | ||
"scripts": { | ||
@@ -20,8 +20,8 @@ "build:cjs": "tsc -p tsconfig.cjs.json", | ||
"dependencies": { | ||
"@aws-sdk/eventstream-marshaller": "3.22.0", | ||
"@aws-sdk/eventstream-marshaller": "3.23.0", | ||
"@aws-sdk/types": "3.22.0", | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/util-utf8-node": "3.22.0", | ||
"@aws-sdk/util-utf8-node": "3.23.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -28,0 +28,0 @@ "jest": "^26.1.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
96719
+ Added@aws-sdk/eventstream-marshaller@3.23.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.23.0(transitive)
- Removed@aws-sdk/eventstream-marshaller@3.22.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.22.0(transitive)
Updatedtslib@^2.3.0