You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses @digitalbazaar/http-client from 3.4.1 to 4.0.1. As @digitalbazaar/http-client:3.4.1, uses ky-universal which is causing problems because of top level await.
We had some problems related to this, but I thought the delayed loading patches fixed that.
Doing this update is problematic in the current 8.x release. http-client@4 is a breaking change and will require an updated dependency on node 18+.
We will very soon bring in a rdf-canonize breaking change update. We might make everything node 18+ at that point and update http-client and all the ancient dev deps. If we don't do that on the first release with the new lib, it will be very shortly after.
HI,
Thanks for responding. I am using this in my Sveltekit application and using vite + esbuild + svelte-adapter-azure-swa to bundle and deploy the code to Azure SWA
@agustaf9 That dependency is updated in a branch that will be released soon: #548. Since this will be a major version release, there were a few more cleanups to do such as updating all the other dependencies.
Activity
davidlehn commentedon Oct 23, 2023
http-client@4
is a breaking change and will require an updated dependency on node 18+.rdf-canonize
breaking change update. We might make everything node 18+ at that point and update http-client and all the ancient dev deps. If we don't do that on the first release with the new lib, it will be very shortly after.sukeshpabolu commentedon Oct 24, 2023
HI,
Thanks for responding. I am using this in my Sveltekit application and using vite + esbuild + svelte-adapter-azure-swa to bundle and deploy the code to Azure SWA
agustaf9 commentedon May 30, 2024
Hello, I have also run into an issue with the older version of rdf-canonize. Emoji's in strings throws "Unsupported U escape". It was fixed in this commit of rdf-canonize: digitalbazaar/rdf-canonize@006a070#diff-c697334692792a5c11dd7b3cc11bfa38e0bc197e06e4656b8f42a187954e3d6f
davidlehn commentedon May 31, 2024
@agustaf9 That dependency is updated in a branch that will be released soon: #548. Since this will be a major version release, there were a few more cleanups to do such as updating all the other dependencies.
wmlutz commentedon Feb 19, 2025
@davidlehn any updates? Would love to get a version without http-client to avoid the ky-universal/esbuild issues.
divdavem commentedon Apr 1, 2025
For info, I have opened #569 to be able to easily import jsonld without any dependency on
@digitalbazaar/http-client
.