@aws-sdk/util-dynamodb
Advanced tools
@@ -1,4 +0,4 @@ | ||
| import { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import { marshallOptions } from "./marshall"; | ||
| import { NativeAttributeValue } from "./models"; | ||
| import type { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import type { marshallOptions } from "./marshall"; | ||
| import type { NativeAttributeValue } from "./models"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * Convert a JavaScript value to its equivalent DynamoDB AttributeValue type. |
@@ -1,4 +0,4 @@ | ||
| import { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import type { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import type { NativeAttributeValue } from "./models"; | ||
| import { unmarshallOptions } from "./unmarshall"; | ||
| import type { unmarshallOptions } from "./unmarshall"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * Convert a DynamoDB AttributeValue object to its equivalent JavaScript type. |
@@ -1,4 +0,4 @@ | ||
| import { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import { NativeAttributeBinary, NativeAttributeValue } from "./models"; | ||
| import { NumberValue } from "./NumberValue"; | ||
| import type { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import type { NativeAttributeBinary, NativeAttributeValue } from "./models"; | ||
| import type { NumberValue } from "./NumberValue"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * An optional configuration object for `marshall` |
@@ -1,2 +0,2 @@ | ||
| import { NumberValue as INumberValue } from "./models"; | ||
| import type { NumberValue as INumberValue } from "./models"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * |
@@ -1,4 +0,4 @@ | ||
| import { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import { NativeAttributeValue } from "./models"; | ||
| import { NumberValue } from "./NumberValue"; | ||
| import type { AttributeValue } from "@aws-sdk/client-dynamodb"; | ||
| import type { NativeAttributeValue } from "./models"; | ||
| import type { NumberValue } from "./NumberValue"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * An optional configuration object for `convertToNative` |
+3
-3
| { | ||
| "name": "@aws-sdk/util-dynamodb", | ||
| "version": "3.996.0", | ||
| "version": "3.996.1", | ||
| "scripts": { | ||
@@ -29,3 +29,3 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", | ||
| "devDependencies": { | ||
| "@aws-sdk/client-dynamodb": "3.996.0", | ||
| "@aws-sdk/client-dynamodb": "3.997.0", | ||
| "@tsconfig/recommended": "1.0.1", | ||
@@ -38,3 +38,3 @@ "concurrently": "7.0.0", | ||
| "peerDependencies": { | ||
| "@aws-sdk/client-dynamodb": "^3.996.0" | ||
| "@aws-sdk/client-dynamodb": "^3.997.0" | ||
| }, | ||
@@ -41,0 +41,0 @@ "engines": { |
52668
0.11%