Skip to content

Commit

Permalink
Merge pull request #133 from xmtp/nm/fix-import-bug
Browse files Browse the repository at this point in the history
Fix import bug
  • Loading branch information
neekolas authored Jan 30, 2024
2 parents 5707df2 + ee73b40 commit 7a8379e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-dryers-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/frames-validator": patch
---

Fix import error
4 changes: 2 additions & 2 deletions packages/frames-validator/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { fetcher, frames } from "@xmtp/proto"
import { Signature, SignedPublicKeyBundle } from "@xmtp/xmtp-js"

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

const { b64Decode } = fetcher

Expand Down

0 comments on commit 7a8379e

Please sign in to comment.