fix(plugins): drop stale commandOptions fields
This commit is contained in:
parent
cd9736f7ad
commit
142fa9c919
@ -67,7 +67,6 @@ const createRegistry = (channels: PluginRegistry["channels"]): PluginRegistry =>
|
||||
hooks: [],
|
||||
typedHooks: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
channels,
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
|
||||
@ -16,7 +16,6 @@ const createRegistry = (diagnostics: PluginDiagnostic[]): PluginRegistry => ({
|
||||
typedHooks: [],
|
||||
channels: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
httpHandlers: [],
|
||||
|
||||
@ -151,7 +151,6 @@ const createStubPluginRegistry = (): PluginRegistry => ({
|
||||
cliRegistrars: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
|
||||
@ -176,7 +176,6 @@ function createPluginRecord(params: {
|
||||
cliCommands: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
httpHandlers: 0,
|
||||
hookCount: 0,
|
||||
configSchema: params.configSchema,
|
||||
|
||||
@ -25,7 +25,6 @@ export const createTestRegistry = (channels: TestChannelRegistration[] = []): Pl
|
||||
cliRegistrars: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user