Skip to content

Commit

Permalink
Ensure that AuthSignature types are exported.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Jan 29, 2025
1 parent 76c8aa0 commit 3e9afe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taco-auth/src/providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { EIP1271AuthSignature } from './eip1271/auth';
export * from './eip1271/eip1271';
export { EIP4361AuthSignature } from './eip4361/auth';
export * from './eip4361/eip4361';
export * from './eip4361/external-eip4361';

0 comments on commit 3e9afe8

Please sign in to comment.