decentralized-identity / did-jwt

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

fix: better handling of ESM dependencies in tests #277

Closed mirceanis closed 1 year ago

mirceanis commented 1 year ago

This will enable the upgrade to ESM only dependencies like uint8arrays@4.x

This PR also adds a new alpha channel for pre-releases so that this lib can be tested in its packaged form.