chore: include pre-built dist for github install
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
import type { AutoUpdateCheckerOptions } from "./types";
|
||||
export declare function createAutoUpdateCheckerHook(ctx: PluginInput, options?: AutoUpdateCheckerOptions): {
|
||||
event: ({ event }: {
|
||||
event: {
|
||||
type: string;
|
||||
properties?: unknown;
|
||||
};
|
||||
}) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user