backend-plugin-api: switch createBackendPlugin id -> pluginId

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-06 17:49:57 +01:00
parent 2c68a05fd3
commit 0ff03319be
27 changed files with 82 additions and 51 deletions
@@ -143,7 +143,7 @@ describe('createBackend', () => {
expect.assertions(3);
backend.add(
createBackendPlugin({
id: 'test',
pluginId: 'test',
register(reg) {
reg.registerInit({
deps: {