@johpaz/hive 1.1.2 → 1.1.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@johpaz/hive",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Tu colmena de agentes IA. Local-first. Multi-canal. Open source. Construido desde Colombia para el mundo.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hive": "packages/cli/src/index.ts"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build:binaries": "bun run scripts/build-binaries.ts",
|
|
56
56
|
"bench": "bun run scripts/bench.ts",
|
|
57
57
|
"prepublishOnly": "bun run build",
|
|
58
|
-
"publish": "npm publish
|
|
58
|
+
"publish": "npm publish"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@ag-ui/core": "^0.0.46",
|