Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #145 from xmtp/nm/export-types
Browse files Browse the repository at this point in the history
Export all the types
  • Loading branch information
neekolas authored Feb 7, 2024
2 parents 5a29c02 + 5fb6232 commit 3f98877
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-swans-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/frames-validator": patch
---

Export all the types
1 change: 1 addition & 0 deletions packages/frames-validator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Signature, SignedPublicKeyBundle } from "@xmtp/xmtp-js"

import { sha256 } from "./crypto.js"
import { FramePostPayload, FramePostUntrustedData } from "./types.js"
export * from "./types.js"

const { b64Decode } = fetcher

Expand Down

0 comments on commit 3f98877

Please sign in to comment.