@johpaz/hive-agents 0.0.13 → 0.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johpaz/hive-agents",
3
- "version": "0.0.13",
3
+ "version": "0.0.20",
4
4
  "description": "Tu colmena de agentes IA. Local-first. Multi-canal. Open source. Construido desde Colombia para el mundo.",
5
5
  "private": false,
6
6
  "bin": {
@@ -104,7 +104,7 @@
104
104
  "doctor:dev": "HIVE_HOME=$HOME/.hive-dev HIVE_DEV=true bun run packages/cli/src/index.ts doctor",
105
105
  "dev:keep": "HIVE_HOME=$HOME/.hive-dev HIVE_DEV=true HIVE_DEV_CLEAN=false bun run packages/cli/src/index.ts dev",
106
106
  "start": "bun run packages/cli/src/index.ts start",
107
- "build": "bun build packages/cli/src/index.ts --bundle --outfile dist/hive.js --target bun && cd packages/hive-ui && bun run build && cd ../.. && cp -r packages/hive-ui/dist dist/ui && bun packages/cli/scripts/postbuild.ts",
107
+ "build": "bun packages/skills/scripts/generate-bundle.ts && bun build packages/cli/src/index.ts --bundle --outfile dist/hive.js --target bun && cd packages/hive-ui && bun run build && cd ../.. && cp -r packages/hive-ui/dist dist/ui && bun packages/cli/scripts/postbuild.ts",
108
108
  "build:binary": "cd packages/hive-ui && bun run build && cd ../cli && bun scripts/generate-ui-bundle.ts && bun build src/index.ts --compile --outfile ../../dist/hive-binary",
109
109
  "prepublishOnly": "bun run build",
110
110
  "test": "bun test",
@@ -120,7 +120,6 @@
120
120
  "@anthropic-ai/sdk": "^0.74.0",
121
121
  "@clack/prompts": "^0.5.0",
122
122
  "@google/genai": "^1.43.0",
123
- "@lightpanda/browser": "^1.0.0",
124
123
  "@modelcontextprotocol/sdk": "^1.26.0",
125
124
  "@sapphire/snowflake": "latest",
126
125
  "@slack/bolt": "latest",