axelrindle/github-version-checker

Browser support

danyi1212 opened this issue · 4 comments

Is there a plan to support this package for browser too?
Seems to be working only for Node.js

Not yet, but I'll put this on my to-do list.

Blocked until completion of octokit/webhooks-methods.js#45

Just a quick update: Browser support could be shipped by installing @octokit/core.js @ v5.0.0-beta.4 which drops support for Node.sj < 18. As this would be a breaking change, I will wait until a stable release of @octokit/core.js.

Implemented in 38942b8. Will be shipped with the next release.