From 1f3c86e98d57123bb58348cbf96149a12a04fcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:16:01 +0000 Subject: [PATCH] chore(deps): bump @opencode-ai/plugin from 1.3.17 to 1.4.2 Bumps @opencode-ai/plugin from 1.3.17 to 1.4.2. --- updated-dependencies: - dependency-name: "@opencode-ai/plugin" dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 75159d4..0f7cc9f 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "opencode-logger", "dependencies": { - "@opencode-ai/plugin": "^1.3.17", + "@opencode-ai/plugin": "^1.4.2", }, "devDependencies": { "@biomejs/biome": "2.4.10", @@ -38,9 +38,9 @@ "@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.4.10", "", { "os": "win32", "cpu": "x64" }, "sha512-aW/JU5GuyH4uxMrNYpoC2kjaHlyJGLgIa3XkhPEZI0uKhZhJZU8BuEyJmvgzSPQNGozBwWjC972RaNdcJ9KyJg=="], - "@opencode-ai/plugin": ["@opencode-ai/plugin@1.3.17", "", { "dependencies": { "@opencode-ai/sdk": "1.3.17", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.1.96", "@opentui/solid": ">=0.1.96" }, "optionalPeers": ["@opentui/core", "@opentui/solid"] }, "sha512-N5lckFtYvEu2R8K1um//MIOTHsJHniF2kHoPIWPCrxKG5Jpismt1ISGzIiU3aKI2ht/9VgcqKPC5oZFLdmpxPw=="], + "@opencode-ai/plugin": ["@opencode-ai/plugin@1.4.2", "", { "dependencies": { "@opencode-ai/sdk": "1.4.2", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.1.97", "@opentui/solid": ">=0.1.97" }, "optionalPeers": ["@opentui/core", "@opentui/solid"] }, "sha512-Kqcuvap+nfP/xJwe0YMm7v1JKEQW3y9Zn+FINONuX7FCptZIL/RLJX/dcMighuNPMdAUVRtIJ3B4iKmaNARYPA=="], - "@opencode-ai/sdk": ["@opencode-ai/sdk@1.3.17", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-2+MGgu7wynqTBwxezR01VAGhILXlpcHDY/pF7SWB87WOgLt3kD55HjKHNj6PWxyY8n575AZolR95VUC3gtwfmA=="], + "@opencode-ai/sdk": ["@opencode-ai/sdk@1.4.2", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-JyF6Uk1zy1gG/EFPigTi3IwabnIDzdfX7NukLzAhABXFP/nSnYCSmMB91F1Cqgr9RURe9hs4ZWRLjWp2ta66JA=="], "@types/bun": ["@types/bun@1.3.11", "", { "dependencies": { "bun-types": "1.3.11" } }, "sha512-5vPne5QvtpjGpsGYXiFyycfpDF2ECyPcTSsFBMa0fraoxiQyMJ3SmuQIGhzPg2WJuWxVBoxWJ2kClYTcw/4fAg=="], diff --git a/package.json b/package.json index dc816e4..e6f076f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "plugin" ], "dependencies": { - "@opencode-ai/plugin": "^1.3.17" + "@opencode-ai/plugin": "^1.4.2" }, "devDependencies": { "@biomejs/biome": "2.4.10",