digitalbazaar / vc

W3C Verifiable Credentials implementation in JavaScript
BSD 3-Clause "New" or "Revised" License
182 stars 52 forks source link

Vc 2.0 Style nit: ensure credentials includes version. #181

Closed aljones15 closed 4 months ago

aljones15 commented 4 months ago

just makes the imports of the credentials context each contain a version to remove ambiguity between which context each import refers to.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.46%. Comparing base (c22021f) to head (f329f8e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## update-vc-2.0 #181 +/- ## ============================================== Coverage 90.46% 90.46% ============================================== Files 5 5 Lines 1059 1059 ============================================== Hits 958 958 Misses 101 101 ``` | [Files](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar) | Coverage Δ | | |---|---|---| | [lib/contexts/index.js](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?src=pr&el=tree&filepath=lib%2Fcontexts%2Findex.js&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar#diff-bGliL2NvbnRleHRzL2luZGV4Lmpz) | `100.00% <100.00%> (ø)` | | | [lib/helpers.js](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?src=pr&el=tree&filepath=lib%2Fhelpers.js&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar#diff-bGliL2hlbHBlcnMuanM=) | `92.39% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar). Last update [c22021f...f329f8e](https://app.codecov.io/gh/digitalbazaar/vc/pull/181?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=digitalbazaar).