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: added missing caip dependency #1112

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Conversation

simonas-notcat
Copy link
Contributor

fixes #1111

What is being changed

Adding missing caip dependency

Quality

Check all that apply:

  • I want these changes to be integrated
  • I successfully ran pnpm i, pnpm build, pnpm test, pnpm test:browser locally.
  • I allow my PR to be updated by the reviewers (to speed up the review process).
  • I added unit tests.
  • I added integration tests.
  • I did not add automated tests because _________, and I am aware that a PR without tests will likely get rejected.

@simonas-notcat simonas-notcat marked this pull request as ready for review January 30, 2023 19:22
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 80.25% // Head: 85.13% // Increases project coverage by +4.88% 🎉

Coverage data is based on head (0bd430a) compared to base (125bf42).
Patch coverage: 83.90% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1112      +/-   ##
==========================================
+ Coverage   80.25%   85.13%   +4.88%     
==========================================
  Files         118      140      +22     
  Lines        4056    14024    +9968     
  Branches      875     1422     +547     
==========================================
+ Hits         3255    11939    +8684     
- Misses        798     2085    +1287     
+ Partials        3        0       -3     
Impacted Files Coverage Δ
...s/credential-ld/src/module-types/jsonld/index.d.ts 0.00% <0.00%> (ø)
packages/remote-client/src/client.ts 100.00% <ø> (ø)
packages/remote-client/src/index.ts 100.00% <ø> (ø)
packages/remote-server/src/api-key-auth.ts 46.15% <ø> (+17.58%) ⬆️
packages/remote-server/src/api-schema-router.ts 62.33% <ø> (+44.69%) ⬆️
packages/remote-server/src/index.ts 100.00% <ø> (ø)
packages/remote-server/src/web-did-doc-router.ts 38.46% <ø> (+26.34%) ⬆️
...ackages/selective-disclosure/src/action-handler.ts 66.46% <ø> (-4.37%) ⬇️
packages/selective-disclosure/src/index.ts 100.00% <ø> (ø)
packages/selective-disclosure/src/types.ts 100.00% <ø> (ø)
... and 215 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mirceanis mirceanis merged commit 60bc5fd into next Jan 31, 2023
@mirceanis mirceanis deleted the fix/1111-did-provider-pkh-deps branch January 31, 2023 01:44
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.

did-provider-pkh is missing caip dependency
2 participants