makenotion / notion-sdk-js

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

Replace node-fetch with isomorphic-fetch #472

Open pax-k opened 1 year ago

pax-k commented 1 year ago

As the title says

imkuldeepahlawat commented 1 year ago

hy @pax-k can i start work on this

svi3c commented 9 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 7 months ago

Created PR #506 for this.