@kilocode/plugin 7.3.50 → 7.3.52

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/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -171,6 +171,7 @@ export type ProviderHook = {
171
171
  /** @deprecated Use AuthOAuthResult instead. */
172
172
  export type AuthOuathResult = AuthOAuthResult;
173
173
  export interface Hooks {
174
+ dispose?: () => Promise<void>;
174
175
  event?: (input: {
175
176
  event: Event;
176
177
  }) => Promise<void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kilocode/plugin",
4
- "version": "7.3.50",
4
+ "version": "7.3.52",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "dist"
27
27
  ],
28
28
  "dependencies": {
29
- "@kilocode/sdk": "7.3.50",
29
+ "@kilocode/sdk": "7.3.52",
30
30
  "effect": "4.0.0-beta.66",
31
31
  "zod": "4.1.8"
32
32
  },