openvidu-components-angular: Bumped version to 3.0.1-beta1

dependabot/npm_and_yarn/openvidu-components-angular/multi-f2b383cc78 v3.0.1-beta1
github-actions 2025-01-09 12:26:03 +00:00
parent 2ea61d05a1
commit 9114f4fcc6
4 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-testapp",
"version": "3.0.0",
"version": "3.0.1-beta1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-testapp",
"version": "3.0.0",
"version": "3.0.1-beta1",
"dependencies": {
"@angular/animations": "18.2.5",
"@angular/cdk": "18.2.5",

View File

@ -106,5 +106,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",
"husky": "cd .. && husky install"
},
"version": "3.0.0"
"version": "3.0.1-beta1"
}

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-angular",
"version": "3.0.0",
"version": "3.0.1-beta1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-angular",
"version": "3.0.0",
"version": "3.0.1-beta1",
"dependencies": {
"tslib": "^2.3.0"
},

View File

@ -15,5 +15,5 @@
"livekit-client": "^2.1.0",
"@livekit/track-processors": "^0.3.2"
},
"version": "3.0.0"
"version": "3.0.1-beta1"
}