opencode-hive 0.8.1 → 0.8.2

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-hive",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding",
6
6
  "license": "MIT WITH Commons-Clause",
@@ -27,7 +27,7 @@
27
27
  "types": "./dist/index.d.ts",
28
28
  "scripts": {
29
29
  "clean": "rm -rf dist",
30
- "build": "npm run clean && bun build src/index.ts --outdir dist --target node --format esm && tsc --emitDeclarationOnly",
30
+ "build": "npm run clean && bun build src/index.ts --outdir dist --target node --format esm --packages=bundle && tsc --emitDeclarationOnly",
31
31
  "dev": "opencode plugin dev",
32
32
  "test": "bun test"
33
33
  },
@@ -35,9 +35,10 @@
35
35
  "@opencode-ai/plugin": ">=0.13.7"
36
36
  },
37
37
  "dependencies": {
38
- "hive-core": "workspace:*"
38
+ "simple-git": "^3.27.0"
39
39
  },
40
40
  "devDependencies": {
41
+ "hive-core": "workspace:*",
41
42
  "@opencode-ai/plugin": "^1.0.143",
42
43
  "@opencode-ai/sdk": "^0.13.0",
43
44
  "@types/bun": "^1.2.0",