node-mautic icon indicating copy to clipboard operation
node-mautic copied to clipboard

Replace node-fetch with fetch from Node 18

Open jonnitto opened this issue 2 years ago • 1 comments

Hi David First of all, thank you for your package!

With Node 18, fetch is native built in. I know, this would be breaking change to replace it, but as Node 18 is now the current LTS, it would be an option to think about it…

jonnitto avatar Aug 19 '22 12:08 jonnitto

I removed the dependency and made it compatible with Cloudflare workers! Here: https://www.npmjs.com/package/cf-worker-mautic

davext avatar Jan 08 '23 21:01 davext