@aws-sdk/lib-dynamodb 3.994.0 → 3.996.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +3 -12
  2. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -813,18 +813,9 @@ class DynamoDBDocument extends DynamoDBDocumentClient {
813
813
  }
814
814
  }
815
815
 
816
- Object.defineProperty(exports, "$Command", {
817
- enumerable: true,
818
- get: function () { return smithyClient.Command; }
819
- });
820
- Object.defineProperty(exports, "__Client", {
821
- enumerable: true,
822
- get: function () { return smithyClient.Client; }
823
- });
824
- Object.defineProperty(exports, "NumberValue", {
825
- enumerable: true,
826
- get: function () { return utilDynamodb.NumberValueImpl; }
827
- });
816
+ exports.$Command = smithyClient.Command;
817
+ exports.__Client = smithyClient.Client;
818
+ exports.NumberValue = utilDynamodb.NumberValueImpl;
828
819
  exports.BatchExecuteStatementCommand = BatchExecuteStatementCommand;
829
820
  exports.BatchGetCommand = BatchGetCommand;
830
821
  exports.BatchWriteCommand = BatchWriteCommand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.994.0",
3
+ "version": "3.996.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",
@@ -30,18 +30,18 @@
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@aws-sdk/core": "^3.973.11",
34
- "@aws-sdk/util-dynamodb": "3.994.0",
33
+ "@aws-sdk/core": "^3.973.12",
34
+ "@aws-sdk/util-dynamodb": "3.996.0",
35
35
  "@smithy/core": "^3.23.2",
36
36
  "@smithy/smithy-client": "^4.11.5",
37
37
  "@smithy/types": "^4.12.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "@aws-sdk/client-dynamodb": "^3.994.0"
41
+ "@aws-sdk/client-dynamodb": "^3.996.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@aws-sdk/client-dynamodb": "3.994.0",
44
+ "@aws-sdk/client-dynamodb": "3.996.0",
45
45
  "@tsconfig/recommended": "1.0.1",
46
46
  "@types/node": "^20.14.8",
47
47
  "concurrently": "7.0.0",