decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
443 stars 133 forks source link

fix: export const plugin schemas instead of defaults #1327

Closed mirceanis closed 10 months ago

mirceanis commented 10 months ago

What issue is this PR fixing

relates to #1318 / #1317 / #1315

What is being changed

The plugin schema generator is using export const schema = {...} instead of export default {}. This also requires the imports to change. I also took the opportunity to export the regenerated schemas from the relevant packages as well as to remove any reference to the previous JSON outputs.

Quality

Check all that apply:

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (71e313f) 68.19% compared to head (0788ed7) 89.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1327 +/- ## =========================================== + Coverage 68.19% 89.83% +21.63% =========================================== Files 176 176 Lines 27002 27010 +8 Branches 2121 2120 -1 =========================================== + Hits 18415 24265 +5850 + Misses 8587 2745 -5842 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.