@aws-sdk/util-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 CHANGED
@@ -330,6 +330,7 @@ var unmarshall = /* @__PURE__ */ __name((data, options) => {
330
330
  return convertToNative({ M: data }, options);
331
331
  }, "unmarshall");
332
332
  // Annotate the CommonJS export names for ESM import in node:
333
+
333
334
  0 && (module.exports = {
334
335
  NumberValueImpl,
335
336
  convertToAttr,
@@ -337,3 +338,4 @@ var unmarshall = /* @__PURE__ */ __name((data, options) => {
337
338
  marshall,
338
339
  unmarshall
339
340
  });
341
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-dynamodb",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-dynamodb",
@@ -24,7 +24,7 @@
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@aws-sdk/client-dynamodb": "3.495.0",
27
+ "@aws-sdk/client-dynamodb": "3.496.0",
28
28
  "@tsconfig/recommended": "1.0.1",
29
29
  "concurrently": "7.0.0",
30
30
  "downlevel-dts": "0.10.1",