Skip to content

Commit b678f3c

Browse files
fix build
1 parent 2b00e0e commit b678f3c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from "./DefaultSessionSigGenerator";
2+
export * from "./ISessionSigGenerator";

src/plugins/Signer/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from "./DefaultSigner";
2+
export * from "./ISigner";

src/plugins/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export * from "./DefaultSessionSigGenerator";
2-
export * from "./SessionSigGenerator/ISessionSigGenerator";
3-
export * from "./Signer/ISigner";
1+
export * from "./SessionSigGenerator";
2+
export * from "./Signer";

0 commit comments

Comments
 (0)