makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.64k stars 546 forks source link

Replace node-fetch with isomorphic-fetch #472

Open pax-k opened 6 months ago

pax-k commented 6 months ago

As the title says

imkuldeepahlawat commented 6 months ago

hy @pax-k can i start work on this

svi3c commented 3 months ago

I guess, the package has to force the use of node 18+ Currently it is set to 12+. No issue for me and I would really like to get rid of node-fetch as transient dependency.

svi3c commented 4 weeks ago

Created PR #506 for this.