paulmillr / noble-secp256k1

Fastest 4KB JS implementation of secp256k1 signatures and ECDH
https://paulmillr.com/noble
MIT License
757 stars 114 forks source link

publish to deno #22

Closed aulneau closed 3 years ago

aulneau commented 3 years ago

Hi there!

Seems like there is a version on deno, https://deno.land/x/secp256k1@1.0.5, but it's out of date. can you publish the latest?

paulmillr commented 3 years ago

How? Seems like they should update it

aulneau commented 3 years ago

Screen Shot 2021-07-20 at 5 53 50 PM

Maybe the webhook is disabled? (note the name of the package is incorrect in my screenshot)

aulneau commented 3 years ago

Or perhaps someone just forked it, and set it up if you didn't, which would mean you'd have to publish it yourself by going to https://deno.land/x and following the steps after hitting "publish a module". at which point it will automatically update whenever you do a new release

paulmillr commented 3 years ago

i've added the webhook

aulneau commented 3 years ago

awesome! thanks @paulmillr, hopefully it'll update on the next tag 👍

paulmillr commented 3 years ago

It's live now