@opencode-ai/plugin
Advanced tools
+5
-4
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/plugin", | ||
| "version": "0.15.3", | ||
| "version": "0.15.4", | ||
| "type": "module", | ||
| "scripts": { | ||
| "typecheck": "tsc --noEmit", | ||
| "typecheck": "tsgo --noEmit", | ||
| "build": "tsc" | ||
@@ -24,3 +24,3 @@ }, | ||
| "dependencies": { | ||
| "@opencode-ai/sdk": "0.15.3", | ||
| "@opencode-ai/sdk": "0.15.4", | ||
| "zod": "4.1.8" | ||
@@ -31,4 +31,5 @@ }, | ||
| "@types/node": "22.13.9", | ||
| "typescript": "5.8.2" | ||
| "typescript": "5.8.2", | ||
| "@typescript/native-preview": "7.0.0-dev.20251014.1" | ||
| } | ||
| } |
8167
0.73%4
33.33%+ Added
- Removed
Updated