xmtp / xmtp-node-js-tools

A collection of tools for running high quality XMTP bots in Node.js
MIT License
6 stars 6 forks source link

Bug: @xmtp/frames-validator has outdated @xmtp/proto dependency #259

Open michalkvasnicak opened 3 months ago

michalkvasnicak commented 3 months ago

Describe the bug

I have latest version of @xmtp/frames-validator package (0.6.1), I have an issue that transactionId is missing when calling 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/proto@3.56.0.

Expected behavior

@xmtp/proto dependency should be set to 3.61.1

Steps to reproduce the bug

No response