Patch change
- Passes the v2 of the JSON-LD context for Access Grants when issuing and using the
/derive
endpoint for VC providers supporting it. This allows the server to return
all Access Credentials understood by the client, both v1 and v2. Clients prior to
this version will issue and retrieve Access Credentials with a v1 context (and will
not be able to use features introduced in v2).
Bugfix
- Type declarations have been altered so that internal type declarations are no longer
partially exposed in the type declaration files. This prevents issues with some
frameworks, such as Angular, in particular withrevokeAccessCredential
being internal.
Full Changelog: v3.2.0...v3.2.1