@ra3orblade/swarm 0.13.2 → 0.14.0
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/swarm-hook.js +687 -166
- package/dist/swarm-mcp.js +2 -1
- package/dist/swarm.js +711 -239
- package/dist/swarmd.js +2573 -870
- package/package.json +1 -1
- package/web/dashboard.js +18 -18
- package/web/release-notes.js +1 -1
package/dist/swarm-mcp.js
CHANGED
|
@@ -19258,7 +19258,8 @@ var SRC = {
|
|
|
19258
19258
|
swarm: "cli",
|
|
19259
19259
|
swarmd: "daemon",
|
|
19260
19260
|
"swarm-hook": "hook",
|
|
19261
|
-
"swarm-mcp": "mcp"
|
|
19261
|
+
"swarm-mcp": "mcp",
|
|
19262
|
+
"swarm-teamd": "team"
|
|
19262
19263
|
};
|
|
19263
19264
|
function resolveBin(name, from = import.meta.url) {
|
|
19264
19265
|
const here = dirname(fileURLToPath(from));
|