Skip to content

Commit

Permalink
deps(@livekit/rtc-node): 0.1.0 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Jun 13, 2024
1 parent 8546a37 commit 73358d2
Show file tree
Hide file tree
Showing 5 changed files with 3,591 additions and 2,930 deletions.
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@livekit/rtc-node": "^0.1.0",
"@livekit/rtc-node": "^0.4.4",
"@livekit/protocol": "^1.13.0",
"commander": "^12.0.0",
"livekit-server-sdk": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"@livekit/agents": "workspace:*",
"@livekit/agents-plugin-elevenlabs": "workspace:*",
"@livekit/rtc-node": "^0.1.0"
"@livekit/rtc-node": "^0.4.4"
}
}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

in {
devShell = with pkgs; mkShell {
nativeBuildInputs = [ nodejs nodePackages.pnpm reuse turbo ];
nativeBuildInputs = [ nodejs corepack reuse turbo ];
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib/";
};
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@livekit/agents": "workspace:*",
"@livekit/rtc-node": "^0.1.0",
"@livekit/rtc-node": "^0.4.4",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit 73358d2

Please sign in to comment.