Skip to content

Commit

Permalink
fix: update agora_rtc and azure_tts to fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjie02 committed Oct 22, 2024
1 parent f15b4a5 commit c363b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions agents/manifest-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
{
"type": "extension",
"name": "agora_rtc",
"version": "0.8.0-rc1",
"hash": "0508d420702e2c57807c765c2652e05c45852d6a3c56ec62ee22e5880d9ed78c",
"version": "0.8.0-rc2",
"hash": "7b43c050cbec4f14e01df2e08f4ad9a99ef7ac37879affbff07693136a19cd2d",
"dependencies": [
{
"type": "system",
Expand Down Expand Up @@ -82,8 +82,8 @@
{
"type": "extension",
"name": "azure_tts",
"version": "0.5.0-rc1",
"hash": "0e17adca6775423b6d06589d1d52eba7f9b4143df44635f17fa420334dfabcc8",
"version": "0.5.1",
"hash": "3876cd46a618658d980a71704e475fc7e3019d85a8ce6012653a7b12ff006a5c",
"dependencies": [
{
"type": "system",
Expand Down
4 changes: 2 additions & 2 deletions agents/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"type": "extension",
"name": "agora_rtc",
"version": "=0.8.0-rc1"
"version": "=0.8.0-rc2"
},
{
"type": "system",
Expand All @@ -26,7 +26,7 @@
{
"type": "extension",
"name": "azure_tts",
"version": "=0.5.0-rc1"
"version": "=0.5.1"
}
]
}

0 comments on commit c363b57

Please sign in to comment.