mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components-angular: Bumped version to 3.3.0
parent
c3b7c6f4bb
commit
bc42a72836
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "3.2.1",
|
"version": "3.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "3.2.1",
|
"version": "3.3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "19.2.8",
|
"@angular/animations": "19.2.8",
|
||||||
"@angular/cdk": "19.2.11",
|
"@angular/cdk": "19.2.11",
|
||||||
|
|
|
@ -99,5 +99,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",
|
"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"
|
"husky": "cd .. && husky install"
|
||||||
},
|
},
|
||||||
"version": "3.2.1"
|
"version": "3.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-components-angular",
|
"name": "openvidu-components-angular",
|
||||||
"version": "3.2.1",
|
"version": "3.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-components-angular",
|
"name": "openvidu-components-angular",
|
||||||
"version": "3.2.1",
|
"version": "3.3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,5 +15,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.2.1"
|
"version": "3.3.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue