diff --git a/package.json b/package.json index dc5a157..fd7af93 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "vitest --run", "test:watch": "vitest", "dev": "pnpm run build && node dist/main.js dev", - "download-files": "pnpm run build && node dist/main.js download-files", + "download-files": "pnpm run build && npx livekit-agents download-files", "start": "node dist/main.js start" }, "engines": { @@ -34,9 +34,9 @@ "vitest": "^4.1.4" }, "dependencies": { - "@livekit/agents": "^1.4.1", - "@livekit/agents-plugin-livekit": "^1.4.1", - "@livekit/agents-plugin-silero": "^1.4.1", + "@livekit/agents": "^1.4.3", + "@livekit/agents-plugin-livekit": "^1.4.3", + "@livekit/agents-plugin-silero": "^1.4.3", "@livekit/plugins-ai-coustics": "^0.2.14", "dotenv": "^17.4.1", "zod": "^3.25.76"