mathematic-inc / ts-japi

A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification
Apache License 2.0
202 stars 15 forks source link

fix: remove explicit import from "url" #78

Closed ymc9 closed 5 months ago

ymc9 commented 5 months ago

It makes ts-japi compatible with edge runtimes like Cloudflare where importing from built-in node modules is not supported.

ymc9 commented 5 months ago

Thank you for the quick merging this PR @jun-sheaf ! Will a new release be published soon? Trying to get zenstack to run cloudflare 😄.

jrandolf commented 5 months ago

Thank you for the quick merging this PR @jun-sheaf ! Will a new release be published soon? Trying to get zenstack to run cloudflare 😄.

Yes, right now release-please seems to be down for some reason.

I see why now. The PR merged as a chore!

jrandolf commented 5 months ago

Thank you for the quick merging this PR @jun-sheaf ! Will a new release be published soon? Trying to get zenstack to run cloudflare 😄.

Done.