@aws-sdk/lib-dynamodb 3.496.0 → 3.501.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1002,25 +1002,25 @@ __name(paginateScan, "paginateScan");
1002
1002
  // Annotate the CommonJS export names for ESM import in node:
1003
1003
 
1004
1004
  0 && (module.exports = {
1005
+ NumberValue,
1006
+ DynamoDBDocument,
1007
+ __Client,
1008
+ DynamoDBDocumentClient,
1009
+ DynamoDBDocumentClientCommand,
1010
+ $Command,
1005
1011
  BatchExecuteStatementCommand,
1006
1012
  BatchGetCommand,
1007
1013
  BatchWriteCommand,
1008
1014
  DeleteCommand,
1009
- DynamoDBDocument,
1010
- DynamoDBDocumentClient,
1011
- DynamoDBDocumentClientCommand,
1012
1015
  ExecuteStatementCommand,
1013
1016
  ExecuteTransactionCommand,
1014
1017
  GetCommand,
1015
- NumberValue,
1016
- PaginationConfiguration,
1017
1018
  PutCommand,
1018
1019
  QueryCommand,
1019
1020
  ScanCommand,
1020
1021
  TransactGetCommand,
1021
1022
  TransactWriteCommand,
1022
1023
  UpdateCommand,
1023
- __Client,
1024
1024
  paginateQuery,
1025
1025
  paginateScan
1026
1026
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.496.0",
3
+ "version": "3.501.0",
4
4
  "description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/util-dynamodb": "3.496.0",
29
+ "@aws-sdk/util-dynamodb": "3.501.0",
30
30
  "@smithy/smithy-client": "^2.3.1",
31
31
  "@smithy/types": "^2.9.1",
32
32
  "tslib": "^2.5.0"
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/client-dynamodb": "^3.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-sdk/client-dynamodb": "3.496.0",
38
+ "@aws-sdk/client-dynamodb": "3.501.0",
39
39
  "@tsconfig/recommended": "1.0.1",
40
40
  "@types/node": "^14.14.31",
41
41
  "concurrently": "7.0.0",