davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
225 stars 43 forks source link

refactor: switch to commonjs-fork of node-fetch #91

Closed fgreinacher closed 1 month ago

fgreinacher commented 1 month ago

Starting with v3 node-fetch does not work with CommonJS modules like live-plugin-manager anymore. We want to upgrade to v3 because v2 contains outdated packages (like punycode).

This is a follow-up of https://github.com/davideicardi/live-plugin-manager/pull/88.

:hammer_and_pick: with :heart: by Siemens

fgreinacher commented 1 month ago

@davideicardi WDYT about this one?

fgreinacher commented 1 month ago

LGTM! Thank you! If you can rebase and recompile I will publish a new version.

@davideicardi Sure, done!