ceramicnetwork / js-did

A simple interface to interact with DIDs that conform to the DID-provider interface.
Other
95 stars 28 forks source link

Fix uint8arrays concat calls inputs #174

Closed PaulLeCam closed 9 months ago

PaulLeCam commented 9 months ago

Same problem as https://github.com/ceramicnetwork/js-ceramic/pull/3048 affecting the key-did-provider-webcrypto and key-webauthn packages.

This PR also updates most of the dependencies, notably Ceramic ones to make sure they're in sync. Other changes are just formatting caused by running the linter.