openvidu-components: Released v2.29.3

pull/828/head
Carlos Santos 2023-12-11 13:41:01 +01:00
parent 44eb9e9fe0
commit 8c18f4b366
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-testapp",
"version": "2.29.2",
"version": "2.29.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-testapp",
"version": "2.29.2",
"version": "2.29.3",
"dependencies": {
"@angular/animations": "14.2.10",
"@angular/cdk": "14.2.7",

View File

@ -78,5 +78,5 @@
"webcomponent:e2e-pro-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e-pro",
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/ && echo http://localhost:8080/?OV_URL=https://localhost:4443&OV_SECRET=MY_SECRET&prejoin=false"
},
"version": "2.29.2"
"version": "2.29.3"
}

View File

@ -14,5 +14,5 @@
"buffer": "^6.0.3",
"openvidu-browser": "2.29.1"
},
"version": "2.29.2"
"version": "2.29.3"
}