@tinyclaw/plugins 2.0.0-staging.a343b3d → 2.0.0-staging.c2f9ab3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* opt in via their pairing flow. Import failures are non-fatal — logged and
|
|
10
10
|
* skipped so the rest of the system boots normally.
|
|
11
11
|
*/
|
|
12
|
-
import type { ChannelPlugin, ProviderPlugin, ToolsPlugin
|
|
12
|
+
import type { ChannelPlugin, ConfigManagerInterface, ProviderPlugin, ToolsPlugin } from '@tinyclaw/types';
|
|
13
13
|
export interface LoadedPlugins {
|
|
14
14
|
channels: ChannelPlugin[];
|
|
15
15
|
providers: ProviderPlugin[];
|