decentralized-identity / did-jwt-vc

Create and verify W3C Verifiable Credentials and Presentations in JWT format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[proposal] VC_JWT_ERROR should be a plain object instead of an enum

mirceanis opened this issue ยท comments

Is your feature request related to a problem? Please describe.
The VC_JWT_ERROR as an enum is not very useful when it needs to be extended, since typescript doesn't have a good way of extending enums.

Describe the solution you'd like
Transforming it to a plain object should make it more usable.

๐ŸŽ‰ This issue has been resolved in version 3.1.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€