@aws-sdk/lib-dynamodb 3.495.0 → 3.499.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
@@ -1000,26 +1000,28 @@ __name(paginateScan, "paginateScan");
1000
1000
  // src/index.ts
1001
1001
 
1002
1002
  // Annotate the CommonJS export names for ESM import in node:
1003
+
1003
1004
  0 && (module.exports = {
1005
+ NumberValue,
1006
+ DynamoDBDocument,
1007
+ __Client,
1008
+ DynamoDBDocumentClient,
1009
+ DynamoDBDocumentClientCommand,
1010
+ $Command,
1004
1011
  BatchExecuteStatementCommand,
1005
1012
  BatchGetCommand,
1006
1013
  BatchWriteCommand,
1007
1014
  DeleteCommand,
1008
- DynamoDBDocument,
1009
- DynamoDBDocumentClient,
1010
- DynamoDBDocumentClientCommand,
1011
1015
  ExecuteStatementCommand,
1012
1016
  ExecuteTransactionCommand,
1013
1017
  GetCommand,
1014
- NumberValue,
1015
- PaginationConfiguration,
1016
1018
  PutCommand,
1017
1019
  QueryCommand,
1018
1020
  ScanCommand,
1019
1021
  TransactGetCommand,
1020
1022
  TransactWriteCommand,
1021
1023
  UpdateCommand,
1022
- __Client,
1023
1024
  paginateQuery,
1024
1025
  paginateScan
1025
1026
  });
1027
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.495.0",
3
+ "version": "3.499.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,16 +26,16 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/util-dynamodb": "3.495.0",
30
- "@smithy/smithy-client": "^2.3.0",
31
- "@smithy/types": "^2.9.0",
29
+ "@aws-sdk/util-dynamodb": "3.499.0",
30
+ "@smithy/smithy-client": "^2.3.1",
31
+ "@smithy/types": "^2.9.1",
32
32
  "tslib": "^2.5.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@aws-sdk/client-dynamodb": "^3.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-sdk/client-dynamodb": "3.495.0",
38
+ "@aws-sdk/client-dynamodb": "3.499.0",
39
39
  "@tsconfig/recommended": "1.0.1",
40
40
  "@types/node": "^14.14.31",
41
41
  "concurrently": "7.0.0",