@aws-sdk/lib-dynamodb
Advanced tools
Comparing version 3.733.0 to 3.734.0
{ | ||
"name": "@aws-sdk/lib-dynamodb", | ||
"version": "3.733.0", | ||
"version": "3.734.0", | ||
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.", | ||
@@ -31,14 +31,14 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/core": "3.731.0", | ||
"@aws-sdk/util-dynamodb": "3.733.0", | ||
"@smithy/core": "^3.0.0", | ||
"@smithy/smithy-client": "^4.0.0", | ||
"@smithy/types": "^4.0.0", | ||
"@aws-sdk/core": "3.734.0", | ||
"@aws-sdk/util-dynamodb": "3.734.0", | ||
"@smithy/core": "^3.1.1", | ||
"@smithy/smithy-client": "^4.1.2", | ||
"@smithy/types": "^4.1.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"peerDependencies": { | ||
"@aws-sdk/client-dynamodb": "^3.733.0" | ||
"@aws-sdk/client-dynamodb": "^3.734.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-dynamodb": "3.733.0", | ||
"@aws-sdk/client-dynamodb": "3.734.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -45,0 +45,0 @@ "@types/node": "^18.19.69", |
+ Added@aws-sdk/util-dynamodb@3.734.0(transitive)
- Removed@aws-sdk/core@3.731.0(transitive)
- Removed@aws-sdk/types@3.731.0(transitive)
- Removed@aws-sdk/util-dynamodb@3.733.0(transitive)
Updated@aws-sdk/core@3.734.0
Updated@smithy/core@^3.1.1
Updated@smithy/smithy-client@^4.1.2
Updated@smithy/types@^4.1.0