@aws-sdk/lib-dynamodb 3.751.0 → 3.767.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
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  BatchExecuteStatementCommand: () => BatchExecuteStatementCommand,
25
25
  BatchGetCommand: () => BatchGetCommand,
26
26
  BatchWriteCommand: () => BatchWriteCommand,
@@ -48,7 +48,7 @@ __export(src_exports, {
48
48
  paginateScan: () => paginateScan,
49
49
  unmarshallOptions: () => import_util_dynamodb.unmarshallOptions
50
50
  });
51
- module.exports = __toCommonJS(src_exports);
51
+ module.exports = __toCommonJS(index_exports);
52
52
 
53
53
  // src/commands/BatchExecuteStatementCommand.ts
54
54
  var import_client_dynamodb = require("@aws-sdk/client-dynamodb");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.751.0",
3
+ "version": "3.767.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",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.750.0",
32
- "@aws-sdk/util-dynamodb": "3.751.0",
33
- "@smithy/core": "^3.1.4",
34
- "@smithy/smithy-client": "^4.1.5",
31
+ "@aws-sdk/core": "3.758.0",
32
+ "@aws-sdk/util-dynamodb": "3.767.0",
33
+ "@smithy/core": "^3.1.5",
34
+ "@smithy/smithy-client": "^4.1.6",
35
35
  "@smithy/types": "^4.1.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "peerDependencies": {
39
- "@aws-sdk/client-dynamodb": "^3.751.0"
39
+ "@aws-sdk/client-dynamodb": "^3.767.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-sdk/client-dynamodb": "3.751.0",
42
+ "@aws-sdk/client-dynamodb": "3.767.0",
43
43
  "@tsconfig/recommended": "1.0.1",
44
44
  "@types/node": "^18.19.69",
45
45
  "concurrently": "7.0.0",