openvidu-components-angular: Bumped version to 3.6.1

pull/882/head
github-actions 2026-04-01 15:27:06 +00:00
parent 420670942a
commit cbfd3b9cd6
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-testapp",
"version": "3.6.0",
"version": "3.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-testapp",
"version": "3.6.0",
"version": "3.6.1",
"dependencies": {
"@angular/animations": "20.3.15",
"@angular/cdk": "20.2.14",

View File

@ -106,5 +106,5 @@
"simulate:multiparty": "livekit-cli load-test --url ws://localhost:7880 --api-key devkey --api-secret secret --room daily-call --publishers 8 --audio-publishers 8 --identity-prefix Participant --identity publisher",
"husky": "cd .. && husky install"
},
"version": "3.6.0"
"version": "3.6.1"
}

View File

@ -18,5 +18,5 @@
"livekit-client": "^2.16.0",
"@livekit/track-processors": "^0.7.2"
},
"version": "3.6.0"
"version": "3.6.1"
}