@ubiquity-os/plugin-sdk 3.1.2 → 3.1.3
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -132,4 +132,4 @@ declare function createPlugin<TConfig = unknown, TEnv = unknown, TCommand = unkn
|
|
|
132
132
|
|
|
133
133
|
declare function createActionsPlugin<TConfig = unknown, TEnv = unknown, TCommand = unknown, TSupportedEvents extends EmitterWebhookEventName = EmitterWebhookEventName>(handler: (context: Context<TConfig, TEnv, TCommand, TSupportedEvents>) => HandlerReturn, options?: Options): Promise<void>;
|
|
134
134
|
|
|
135
|
-
export { CommentHandler, type Context, createActionsPlugin, createPlugin };
|
|
135
|
+
export { CommentHandler, type Context, type Options, createActionsPlugin, createPlugin };
|
package/dist/index.d.ts
CHANGED
|
@@ -132,4 +132,4 @@ declare function createPlugin<TConfig = unknown, TEnv = unknown, TCommand = unkn
|
|
|
132
132
|
|
|
133
133
|
declare function createActionsPlugin<TConfig = unknown, TEnv = unknown, TCommand = unknown, TSupportedEvents extends EmitterWebhookEventName = EmitterWebhookEventName>(handler: (context: Context<TConfig, TEnv, TCommand, TSupportedEvents>) => HandlerReturn, options?: Options): Promise<void>;
|
|
134
134
|
|
|
135
|
-
export { CommentHandler, type Context, createActionsPlugin, createPlugin };
|
|
135
|
+
export { CommentHandler, type Context, type Options, createActionsPlugin, createPlugin };
|