@csdwd/ai-teams-server 0.1.3 → 0.1.5

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2321,7 +2321,7 @@ if (isCli) {
2321
2321
  getArgValue2 = getArgValue;
2322
2322
  const args = process.argv.slice(2);
2323
2323
  if (args.includes("--version") || args.includes("-v")) {
2324
- console.log("0.1.4");
2324
+ console.log("0.1.5");
2325
2325
  process.exit(0);
2326
2326
  }
2327
2327
  if (args.includes("--help") || args.includes("-h")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csdwd/ai-teams-server",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "AI Teams central server — Fastify HTTP + WebSocket server for task dispatch, employee management, and web UI",
5
5
  "type": "module",
6
6
  "bin": {