The well-known DIDs client typescript library is still in an alpha state at this point. Please note that the interfaces might still change a bit as the software still is in active development.
- Updated:
- Update to latest SSI-types
- Move to @sphereon/isomorphic-webcrypto as orignal package isn't maintained anymore and was causing problems in newer RN environments
- Fixed:
- Fix issue when serviceEndpoint is an object, thanks to @jfromaniello for the contribution
Fixed:
- Bug when encountering relative ids in a DID document
- Error export
Changed:
- Improved imports
- Downgrade DID resolver packages for maximum compatibility with other projects
- Moved error strings to constants
Added:
- Allow for specific issuance callbacks
Initial release