mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components-angular: Bumped to version 3.0.0-beta2-dev.20240704
parent
7a7a9d6582
commit
db28c79ee8
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "openvidu-components-testapp",
|
||||
"version": "3.0.0-dev",
|
||||
"version": "3.0.0-beta2-dev.20240704",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "openvidu-components-testapp",
|
||||
"version": "3.0.0-dev",
|
||||
"version": "3.0.0-beta2-dev.20240704",
|
||||
"dependencies": {
|
||||
"@angular/animations": "18.0.0",
|
||||
"@angular/cdk": "18.0.0",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"@angular/platform-browser": "18.0.0",
|
||||
"@angular/platform-browser-dynamic": "18.0.0",
|
||||
"@angular/router": "18.0.0",
|
||||
"@livekit/track-processors": "0.3.1",
|
||||
"@livekit/track-processors": "0.3.2",
|
||||
"autolinker": "4.0.0",
|
||||
"livekit-client": "2.1.0",
|
||||
"rxjs": "7.5.7",
|
||||
|
@ -3929,15 +3929,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@livekit/track-processors": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.3.1.tgz",
|
||||
"integrity": "sha512-lHOsqP7eiuwyK3eNVkkOw+sUFfj2v8hYxbRbLd1c4lJYykLOyfm90VhfQdXoJ7LtlptSUleB6HOl1sfw09cEpA==",
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.3.2.tgz",
|
||||
"integrity": "sha512-4JUCzb7yIKoVsTo8J6FTzLZJHcI6DihfX/pGRDg0SOGaxprcDPrt8jaDBBTsnGBSXHeMxl2ugN+xQjdCWzLKEA==",
|
||||
"dependencies": {
|
||||
"@mediapipe/holistic": "0.5.1675471629",
|
||||
"@mediapipe/tasks-vision": "0.10.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"livekit-client": "^1.12.0 || ^2.0.0"
|
||||
"livekit-client": "^1.12.0 || ^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ljharb/through": {
|
||||
|
|
|
@ -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-beta1"
|
||||
"version": "3.0.0-beta2-dev.20240704"
|
||||
}
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
"livekit-client": "2.1.0",
|
||||
"@livekit/track-processors": "0.3.2"
|
||||
},
|
||||
"version": "3.0.0-beta1"
|
||||
"version": "3.0.0-beta2-dev.20240704"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue