hyper63 / hyper

A service framework leveraging ports and adapters architecture to scale on your terms
https://docs.hyper.io
Apache License 2.0
76 stars 10 forks source link

Remove Skypack and replace with NPM #612

Closed TillaTheHun0 closed 1 year ago

TillaTheHun0 commented 1 year ago

We originally used Skypack when Deno lacked a node compat layer and did not have NPM support. Lately, Skypack has been closing requests, when fetching dependencies and it's becoming a blocker and a distraction.

At this point, with Deno now supporting pulling modules for the NPM registry, I am just going to replace Skypack imports with their corresponding NPM equivalent. One less moving part.

TillaTheHun0 commented 1 year ago

I've moved over the core supported adapters. Moving this to done.