digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.64k stars 195 forks source link

Request to release an update with updated dependecies #540

Open sukeshpabolu opened 8 months ago

sukeshpabolu commented 8 months ago

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.

davidlehn commented 8 months ago
sukeshpabolu commented 8 months ago

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 commented 1 month ago

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: https://github.com/digitalbazaar/rdf-canonize/commit/006a070c37791766f312441758d57618247d271e#diff-c697334692792a5c11dd7b3cc11bfa38e0bc197e06e4656b8f42a187954e3d6f

davidlehn commented 1 month ago

@agustaf9 That dependency is updated in a branch that will be released soon: https://github.com/digitalbazaar/jsonld.js/pull/548. Since this will be a major version release, there were a few more cleanups to do such as updating all the other dependencies.