Skip to content

Commit

Permalink
update type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Moicky authored May 20, 2024
1 parent 0f3ab04 commit 593601c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type {
DynamoDBSet,
} from "./transactions/types";
export type {
DynamoDBReference,
ReferenceMetadata,
ReferenceTo,
ResolvedItem,
Expand Down

0 comments on commit 593601c

Please sign in to comment.