@opencode-ai/plugin 1.0.51 → 1.0.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 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -113,8 +113,8 @@ export interface Hooks {
113
113
  model?: {
114
114
  providerID: string;
115
115
  modelID: string;
116
- messageID?: string;
117
116
  };
117
+ messageID?: string;
118
118
  }, output: {
119
119
  message: UserMessage;
120
120
  parts: Part[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/plugin",
4
- "version": "1.0.51",
4
+ "version": "1.0.52",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@opencode-ai/sdk": "1.0.51",
24
+ "@opencode-ai/sdk": "1.0.52",
25
25
  "zod": "4.1.8"
26
26
  },
27
27
  "devDependencies": {