Skip to content

Commit

Permalink
feat: exported FrameRequest and FrameData types (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jan 30, 2024
1 parent a7e4122 commit 8df2ce6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-monkeys-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@coinbase/onchainkit': patch
---

- **feat**: exported `FrameRequest` and `FrameData` types.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// 🌲
const version = '0.2.0';
const version = '0.2.1';

export { version };
export { getFrameAccountAddress } from './core/getFrameAccountAddress';
export { getFrameMetadata } from './core/getFrameMetadata';
export { getFrameMessage } from './core/getFrameMessage';
export type { FrameRequest, FrameData } from './core/farcasterTypes';

0 comments on commit 8df2ce6

Please sign in to comment.