fix: sync .opencode/ package version to 1.4.1

The OpenCode sub-package had stale 1.0.0 versions in package.json,
index.ts VERSION export, and package-lock.json while the main package
is at 1.4.1. Updated all three to match.
This commit is contained in:
Affaan Mustafa
2026-02-13 01:49:39 -08:00
parent e96b522af0
commit 6dcb5daa5c
3 changed files with 85 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export { ECCHooksPlugin, default } from "./plugins/index.js"
export * from "./plugins/index.js"
// Version export
export const VERSION = "1.0.0"
export const VERSION = "1.4.1"
// Plugin metadata
export const metadata = {