openvidu-components-angular: Bumped to version 3.0.0-beta2-dev.20240704

pull/834/head
github-actions 2024-07-04 16:13:56 +00:00
parent 7a7a9d6582
commit db28c79ee8
3 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "3.0.0-dev", "version": "3.0.0-beta2-dev.20240704",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "3.0.0-dev", "version": "3.0.0-beta2-dev.20240704",
"dependencies": { "dependencies": {
"@angular/animations": "18.0.0", "@angular/animations": "18.0.0",
"@angular/cdk": "18.0.0", "@angular/cdk": "18.0.0",
@ -17,7 +17,7 @@
"@angular/platform-browser": "18.0.0", "@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0", "@angular/platform-browser-dynamic": "18.0.0",
"@angular/router": "18.0.0", "@angular/router": "18.0.0",
"@livekit/track-processors": "0.3.1", "@livekit/track-processors": "0.3.2",
"autolinker": "4.0.0", "autolinker": "4.0.0",
"livekit-client": "2.1.0", "livekit-client": "2.1.0",
"rxjs": "7.5.7", "rxjs": "7.5.7",
@ -3929,15 +3929,15 @@
} }
}, },
"node_modules/@livekit/track-processors": { "node_modules/@livekit/track-processors": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.3.1.tgz", "resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.3.2.tgz",
"integrity": "sha512-lHOsqP7eiuwyK3eNVkkOw+sUFfj2v8hYxbRbLd1c4lJYykLOyfm90VhfQdXoJ7LtlptSUleB6HOl1sfw09cEpA==", "integrity": "sha512-4JUCzb7yIKoVsTo8J6FTzLZJHcI6DihfX/pGRDg0SOGaxprcDPrt8jaDBBTsnGBSXHeMxl2ugN+xQjdCWzLKEA==",
"dependencies": { "dependencies": {
"@mediapipe/holistic": "0.5.1675471629", "@mediapipe/holistic": "0.5.1675471629",
"@mediapipe/tasks-vision": "0.10.9" "@mediapipe/tasks-vision": "0.10.9"
}, },
"peerDependencies": { "peerDependencies": {
"livekit-client": "^1.12.0 || ^2.0.0" "livekit-client": "^1.12.0 || ^2.1.0"
} }
}, },
"node_modules/@ljharb/through": { "node_modules/@ljharb/through": {

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", "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-beta1" "version": "3.0.0-beta2-dev.20240704"
} }

View File

@ -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-beta1" "version": "3.0.0-beta2-dev.20240704"
} }