mirror of https://github.com/OpenVidu/openvidu.git
parent
d6d828d3ea
commit
d8033dcde4
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "3.0.0-beta2-dev.20240704",
|
"version": "3.0.0-beta2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "3.0.0-beta2-dev.20240704",
|
"version": "3.0.0-beta2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "18.0.0",
|
"@angular/animations": "18.0.0",
|
||||||
"@angular/cdk": "18.0.0",
|
"@angular/cdk": "18.0.0",
|
||||||
|
|
|
@ -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",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
"livekit-client": "2.1.0",
|
"livekit-client": "2.1.0",
|
||||||
"@livekit/track-processors": "0.3.2"
|
"@livekit/track-processors": "0.3.2"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-beta2-dev.20240704"
|
"version": "3.0.0-beta2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue