Skip to content

Commit

Permalink
Update everything to rtc 0.11.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry authored Nov 1, 2024
1 parent 99eb758 commit d8de754
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .changeset/rude-planets-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@livekit/agents": patch
"@livekit/agents-plugin-openai": patch
---

Update everything to rtc 0.11.0
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@livekit/mutex": "^1.0.0",
"@livekit/protocol": "^1.21.0",
"@livekit/rtc-node": "^0.10.4",
"@livekit/rtc-node": "^0.11.0",
"commander": "^12.0.0",
"livekit-server-sdk": "^2.6.1",
"pino": "^8.19.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@livekit/agents": "workspace:*",
"@livekit/agents-plugin-openai": "workspace:*",
"@livekit/rtc-node": "^0.10.4",
"@livekit/rtc-node": "^0.11.0",
"zod": "^3.23.8"
},
"version": null
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@livekit/agents": "workspace:*",
"@livekit/rtc-node": "^0.10.4",
"@livekit/rtc-node": "^0.11.0",
"ws": "^8.16.0"
}
}
66 changes: 36 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8de754

Please sign in to comment.