@elizaos/plugin-agent-orchestrator 2.0.3-beta.4 → 2.0.3-beta.6
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-agent-orchestrator",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"description": "Canonical ElizaOS plugin for spawning and orchestrating coding agents via native Agent Client Protocol transports — combined with workspace lifecycle, GitHub integration, task share, runtime-driven sub-agent routing, and supporting services.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/node/index.node.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"node": ">=24"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@elizaos/core": "2.0.3-beta.
|
|
70
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
71
71
|
"git-workspace-service": "0.4.5"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@biomejs/biome": "^2.4.14",
|
|
82
82
|
"@electric-sql/pglite": "^0.4.0",
|
|
83
|
-
"@elizaos/core": "2.0.3-beta.
|
|
84
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
83
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
84
|
+
"@elizaos/shared": "2.0.3-beta.6",
|
|
85
85
|
"@types/bun": "^1.3.9",
|
|
86
86
|
"@types/node": "^25.2.3",
|
|
87
87
|
"bun-types": "1.3.14",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|
|
93
93
|
"dev": "bun run build.ts --watch",
|
|
94
|
-
"clean": "rm
|
|
94
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
|
|
95
95
|
"format": "bunx @biomejs/biome format --write .",
|
|
96
96
|
"format:check": "bunx @biomejs/biome format .",
|
|
97
97
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
@@ -233,5 +233,5 @@
|
|
|
233
233
|
"node": "Node.js subprocess integration available via exports.node; browser export is a compatibility shim for package resolution."
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
|
-
"gitHead": "
|
|
236
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
237
237
|
}
|