Updates most use of the term provider to plugin. I didn't change emit-provider because that's a breaking change so we should probably do that PR separately. I also didn't update any of the import namespaces.
Why am I making this change?
Part of #768. I'd rather we use plugins as the term rather than needing to do something awkward like revising comments to say plugins can be providers.
Checklist
[x] I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli and javy-core do not require updating CHANGELOG files.
Description of the change
Updates most use of the term provider to plugin. I didn't change
emit-provider
because that's a breaking change so we should probably do that PR separately. I also didn't update any of the import namespaces.Why am I making this change?
Part of #768. I'd rather we use plugins as the term rather than needing to do something awkward like revising comments to say plugins can be providers.
Checklist
javy-cli
andjavy-core
do not require updating CHANGELOG files.