Closed mirceanis closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
71e313f
) 68.19% compared to head (0788ed7
) 89.83%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 ofexport 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:
pnpm i
,pnpm build
,pnpm test
,pnpm test:browser
locally.