decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
333 stars 71 forks source link

Make did-jwt ESM only #313

Closed mzkrasner closed 1 month ago

mzkrasner commented 4 months ago

A separate PR exists to upgrade uint8arrays to latest stable due to conflicts with modern bundlers.

Additionally, uint8arrays is ESM-only.

The changes covered in this PR are aimed at entirely removing support for CJS.

cc @ukstv

ukstv commented 4 months ago

Pwease, @mirceanis take a look at this. It seems, like it is really the time to move to ESM-only.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.