LIT-Protocol / developer-guides-code

A repository of code examples and reference implementations used for Lit Developer Guides
9 stars 6 forks source link

feat: report version for lit protocol dependencies #12

Closed Ansonhkg closed 5 months ago

Ansonhkg commented 5 months ago

What

It's hard to track if all dependencies are up to date, here's a little script to check that:

node ./report.mjs --tag=latest
node ./report.mjs --tag=cayenne

Report

image

joshLong145 commented 5 months ago

Nice! super helpful