@aws-sdk/lib-dynamodb 3.495.0 → 3.496.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 +2 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1000,6 +1000,7 @@ __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 = {
|
|
1004
1005
|
BatchExecuteStatementCommand,
|
|
1005
1006
|
BatchGetCommand,
|
|
@@ -1023,3 +1024,4 @@ __name(paginateScan, "paginateScan");
|
|
|
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.
|
|
3
|
+
"version": "3.496.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.
|
|
30
|
-
"@smithy/smithy-client": "^2.3.
|
|
31
|
-
"@smithy/types": "^2.9.
|
|
29
|
+
"@aws-sdk/util-dynamodb": "3.496.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.
|
|
38
|
+
"@aws-sdk/client-dynamodb": "3.496.0",
|
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
|
40
40
|
"@types/node": "^14.14.31",
|
|
41
41
|
"concurrently": "7.0.0",
|