Skip to content

Commit

Permalink
chore: fix export of crypto submodule (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko authored Feb 14, 2024
1 parent 275499c commit 90fc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message-encryption/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export type { DecodedMessage };

export * as ecies from "./ecies.js";
export * as symmetric from "./symmetric.js";
export * as crypto from "./crypto";
export * as crypto from "./crypto/index.js";

0 comments on commit 90fc9a3

Please sign in to comment.