Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
157 stars 41 forks source link

Fix #197 by using npm's module to load package.json #199

Closed nickcmaynard closed 5 months ago

nickcmaynard commented 5 months ago

Fix #197 by using @npmcli/package-json to load the package.json file for pkg.version comparison purposes.

Inrixia commented 5 months ago

Is there no longer support for json imports natively in node? Psure the api has just changed now that the experimental feature is out of beta and a helper package isn't required.

Inrixia commented 5 months ago

Closing as this is no longer required with the new build process

nickcmaynard commented 5 months ago

Oh cool - thanks! I thought this was a fairly clean way to deal with the problem, though I see the build changes take care of it now. Looking forward to a push to :latest :-)