jacktuck / unfurl

Metadata scraper with support for oEmbed, Twitter Cards and Open Graph Protocol for Node.js :zap:
MIT License
474 stars 51 forks source link

fix: respect custom fetch implementation #108

Closed alexgleason closed 1 year ago

alexgleason commented 1 year ago

Also, fetch has been bundled with Node since v18, so I'd consider dropping node-fetch from this package entirely. I'm only doing this so I can pass the native fetch implementation into it.

jacktuck commented 1 year ago

Good catch. Thanks.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 6.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

alexgleason commented 1 year ago

Thank you!