We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have latest version of @xmtp/frames-validator package (0.6.1), I have an issue that transactionId is missing when calling validateFramesPost().
@xmtp/frames-validator
0.6.1
transactionId
validateFramesPost()
I checked the code in the branch and it seems that the dependency is updated in repo but is not published to npm.
When you run yarn info @xmtp/frames-validator it says that latest version depends on @xmtp/[email protected].
yarn info @xmtp/frames-validator
@xmtp/[email protected]
@xmtp/proto dependency should be set to 3.61.1
@xmtp/proto
3.61.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have latest version of
@xmtp/frames-validator
package (0.6.1
), I have an issue thattransactionId
is missing when callingvalidateFramesPost()
.I checked the code in the branch and it seems that the dependency is updated in repo but is not published to npm.
When you run
yarn info @xmtp/frames-validator
it says that latest version depends on@xmtp/[email protected]
.Expected behavior
@xmtp/proto
dependency should be set to3.61.1
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: