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

@@ -1,6 +1,6 @@
{
"name": "ecc-universal",
"version": "1.0.0",
"version": "1.4.1",
"description": "Everything Claude Code (ECC) plugin for OpenCode - agents, commands, hooks, and skills",
"main": "dist/index.js",
"types": "dist/index.d.ts",