openvidu-angular-v2compatibility: Bumped version to 3.6.0

v2compatibility
github-actions 2026-03-06 10:22:45 +00:00
parent 26468415e3
commit 3fb1be8073
4 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-components-testapp",
"version": "3.5.0",
"version": "3.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-components-testapp",
"version": "3.5.0",
"version": "3.6.0",
"dependencies": {
"@angular/animations": "17.3.10",
"@angular/cdk": "17.3.10",
@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"autolinker": "4.0.0",
"openvidu-browser-v2compatibility": "3.5.0",
"openvidu-browser-v2compatibility": "3.6.0",
"rxjs": "7.5.7",
"tslib": "2.3.1",
"zone.js": "^0.14.6"
@ -12955,9 +12955,9 @@
}
},
"node_modules/openvidu-browser-v2compatibility": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.5.0.tgz",
"integrity": "sha512-V2y7LYVzqqEmBaPa6kqtajZr0iqzYwxLjKmB1wPQrGz9s0Bzt0oaeAx52y6698iSRcDospqVQNTI45aMK4qKQw==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.6.0.tgz",
"integrity": "sha512-LBC2+1/h9ExvdkqHGUjAeIjYtv7PucU0wicbgZX3Gxc09jGGWa5ks4FsZjxpXtPwtprks1ejOkQSPHx3dWyRTQ==",
"license": "Apache-2.0",
"dependencies": {
"@livekit/egress-sdk": "^0.2.1",

View File

@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"autolinker": "4.0.0",
"openvidu-browser-v2compatibility": "3.5.0",
"openvidu-browser-v2compatibility": "3.6.0",
"rxjs": "7.5.7",
"tslib": "2.3.1",
"zone.js": "^0.14.6"
@ -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": "3.5.0"
"version": "3.6.0"
}

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-angular",
"version": "3.5.0",
"version": "3.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-angular",
"version": "3.5.0",
"version": "3.6.0",
"dependencies": {
"tslib": "^2.3.0"
},

View File

@ -12,7 +12,7 @@
"@angular/material": "^16.0.0 || ^17.0.0",
"autolinker": "^4.0.0",
"buffer": "^6.0.3",
"openvidu-browser-v2compatibility": "3.5.0"
"openvidu-browser-v2compatibility": "3.6.0"
},
"version": "3.5.0"
"version": "3.6.0"
}