@aws-sdk/util-dynamodb
Advanced tools
Comparing version 3.699.0 to 3.704.0
@@ -13,3 +13,7 @@ import { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
/** | ||
* Whether to remove undefined values while marshalling. | ||
* Whether to remove undefined values from JS arrays/Sets/objects | ||
* when marshalling to DynamoDB lists/sets/maps respectively. | ||
* | ||
* A DynamoDB item is not itself considered a map. Only | ||
* attributes of an item are examined. | ||
*/ | ||
@@ -16,0 +20,0 @@ removeUndefinedValues?: boolean; |
{ | ||
"name": "@aws-sdk/util-dynamodb", | ||
"version": "3.699.0", | ||
"version": "3.704.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
55263
1102