@aws-sdk/lib-dynamodb
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/lib-dynamodb", | ||
"version": "3.22.0", | ||
"version": "3.23.0", | ||
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.", | ||
@@ -24,3 +24,3 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -34,6 +34,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@aws-sdk/client-dynamodb": "3.22.0", | ||
"@aws-sdk/smithy-client": "3.22.0", | ||
"@aws-sdk/client-dynamodb": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.23.0", | ||
"@aws-sdk/types": "3.22.0", | ||
"@aws-sdk/util-dynamodb": "3.22.0", | ||
"@aws-sdk/util-dynamodb": "3.23.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -40,0 +40,0 @@ "@types/node": "^14.11.2", |
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
491998
Updatedtslib@^2.3.0