@serkanalgur/opencode-nexus 2.3.3 → 2.3.4
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.
- package/dist/tui.js +25 -34015
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serkanalgur/opencode-nexus",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "Adaptive Multi-Agent Orchestration with Cost Intelligence for OpenCode V2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"opencode",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "bun run build:server && bun run build:tui",
|
|
42
42
|
"build:server": "bun build ./src/index.ts --outdir ./dist --target node",
|
|
43
|
-
"build:tui": "bun build ./src/tui.tsx --outdir ./dist --target
|
|
43
|
+
"build:tui": "bun build ./src/tui.tsx --outdir ./dist --target bun --external @opentui/solid --external solid-js --external @opentui/core",
|
|
44
44
|
"dev": "bun run --watch src/index.ts",
|
|
45
45
|
"typecheck": "tsc --noEmit",
|
|
46
46
|
"test": "bun test",
|