diff --git a/package.json b/package.json index 859630b..58caee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moicky/dynamodb", - "version": "2.5.7", + "version": "2.5.8", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Contains a collection of convenience functions for working with AWS DynamoDB", diff --git a/src/index.ts b/src/index.ts index 84816d5..5a04b50 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,7 @@ export type { DynamoDBSet, } from "./transactions/types"; export type { + DynamoDBReference, ReferenceMetadata, ReferenceTo, ResolvedItem,