@vellumai/plugin-api 0.10.5-dev.202607031834.d3e3143 → 0.10.5-dev.202607032030.d15600c

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1863,7 +1863,7 @@ declare type _HomeServerMessages = RelationshipStateUpdatedEvent | HomeFeedUpdat
1863
1863
  * surface is bound to the turn. Contexts without a `conversationId` emit an
1864
1864
  * unscoped `hook_event`.
1865
1865
  */
1866
- declare type HookBroadcast = (detail: Record<string, unknown>) => void;
1866
+ export declare type HookBroadcast = (detail: Record<string, unknown>) => void;
1867
1867
 
1868
1868
  declare type HookEvent = z.infer<typeof HookEventSchema>;
1869
1869
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.5-dev.202607031834.d3e3143",
3
+ "version": "0.10.5-dev.202607032030.d15600c",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",