Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: extend DIDDocument.@context data type to include arrays #70

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

mirceanis
Copy link
Member

@mirceanis mirceanis commented Dec 9, 2020

fixes #68

Also, I added some deprecation warnings in preparation for matching up to did-core spec

@mirceanis mirceanis changed the base branch from master to develop December 9, 2020 13:48
@mirceanis mirceanis force-pushed the bugfix/68-diddocument-context branch from 2f61744 to edd88f5 Compare December 9, 2020 13:54
@mirceanis mirceanis merged commit b8322c1 into develop Dec 9, 2020
@mirceanis mirceanis deleted the bugfix/68-diddocument-context branch December 9, 2020 13:58
uport-automation-bot pushed a commit that referenced this pull request Dec 9, 2020
## [2.1.2](2.1.1...2.1.2) (2020-12-09)

### Bug Fixes

* **types:** fix data type for "authentication" array in `DIDDocument` ([#60](#60)) ([d017cb3](d017cb3))
* extend `DIDDocument.[@context](https://github.com/context)` data type to include arrays ([#70](#70)) ([8781b69](8781b69)), closes [#68](#68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@context data type is defined too narrowly, causing issues with typescript projects
2 participants