LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
207 stars 17 forks source link

Make recent versions available for package managers #389

Closed rolandsaven closed 1 year ago

rolandsaven commented 1 year ago

Hey there,

It would be nice to have 0.5.3 and 0.5.4 available for yarn and npm.

It's currently at 0.5.2

Thanks! 🙏

dimitrovmaksim commented 1 year ago

Hey, matchstick-as (from the npmjs link) is the helper library (similarly to graph-ts for graph-cli) which provides the helper functions (test, describe, createMockedFunction, etc). Its most recent version is 0.5.2. Matchstick (this repo) on the other hand is the tool which runs the tests, similarly to how graph-node runs the subgraphs. It is downloaded automatically when running the graph test command and unless specified with graph test -v 0.5.2 it should always fetch the latest version, which is 0.5.4.