jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
881 stars 116 forks source link

Can a new version be published? #231

Open luke-j opened 2 years ago

luke-j commented 2 years ago

It seems this repo is being actively worked on but there hasn't been a version published to NPM for 2 years. I'm having to include the repository URL in my package.json to get all the latest updates.

wobsoriano commented 2 years ago

If you are using vitest..

https://github.com/IanVS/vitest-fetch-mock

revelt commented 2 years ago

@jefflau please issue @yinzara the npm publishing rights, it can be done on npm website, you can log in to your user account and assign more owners to this package. I suspect it hasn't been done. Giving rights to push to GitHub master branch are separate to npm publishing rights.

steveluscher commented 1 year ago

Came here to report a problem with DOMException in Node, only to discover that it's been fixed but not released. A release would be great!