openvidu-components-angular: Bumped version to 3.0.0-beta2

pull/837/head v3.0.0-beta2
github-actions 2024-07-16 12:56:54 +00:00
parent d6d828d3ea
commit d8033dcde4
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-testapp",
"version": "3.0.0-beta2-dev.20240704",
"version": "3.0.0-beta2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-testapp",
"version": "3.0.0-beta2-dev.20240704",
"version": "3.0.0-beta2",
"dependencies": {
"@angular/animations": "18.0.0",
"@angular/cdk": "18.0.0",

View File

@ -100,5 +100,5 @@
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/ && echo http://localhost:8080/?OV_URL=https://localhost:4443&OV_SECRET=MY_SECRET&prejoin=false",
"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"
},
"version": "3.0.0-beta2-dev.20240704"
"version": "3.0.0-beta2"
}

View File

@ -14,5 +14,5 @@
"livekit-client": "2.1.0",
"@livekit/track-processors": "0.3.2"
},
"version": "3.0.0-beta2-dev.20240704"
"version": "3.0.0-beta2"
}