openvidu-components: Released v2.29.2

pull/828/head
Carlos Santos 2023-10-26 11:44:43 +02:00
parent 48d60eab40
commit d9d524b23c
3 changed files with 13 additions and 13 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "2.29.1", "version": "2.29.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "2.29.1", "version": "2.29.2",
"dependencies": { "dependencies": {
"@angular/animations": "14.2.10", "@angular/animations": "14.2.10",
"@angular/cdk": "14.2.7", "@angular/cdk": "14.2.7",
@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "14.2.10", "@angular/platform-browser-dynamic": "14.2.10",
"@angular/router": "14.2.10", "@angular/router": "14.2.10",
"autolinker": "4.0.0", "autolinker": "4.0.0",
"openvidu-browser": "2.29.0", "openvidu-browser": "2.29.1",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "0.11.4" "zone.js": "0.11.4"
@ -12609,10 +12609,9 @@
} }
}, },
"node_modules/openvidu-browser": { "node_modules/openvidu-browser": {
"version": "2.29.0", "version": "2.29.1",
"resolved": "file:openvidu-browser-2.29.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.29.1.tgz",
"integrity": "sha512-gdFVpDdzrh6aOSzyTgjf4z1GswV4W8OSKNWi79AGcbZDQ4BpZJxcuKSqgfKTQRhzzRFd8TmQllhDnWWt0hkvcw==", "integrity": "sha512-/5sk8/BWT2+oZH3JuK260mM+ZrcMsFoxCSTyi8AjlWvgt2VMcP40oGC2kd6ZftpthyGFev6AifPNPEQtZJ/0DA==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",
@ -27181,8 +27180,9 @@
"dev": true "dev": true
}, },
"openvidu-browser": { "openvidu-browser": {
"version": "2.29.0", "version": "2.29.1",
"integrity": "sha512-gdFVpDdzrh6aOSzyTgjf4z1GswV4W8OSKNWi79AGcbZDQ4BpZJxcuKSqgfKTQRhzzRFd8TmQllhDnWWt0hkvcw==", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.29.1.tgz",
"integrity": "sha512-/5sk8/BWT2+oZH3JuK260mM+ZrcMsFoxCSTyi8AjlWvgt2VMcP40oGC2kd6ZftpthyGFev6AifPNPEQtZJ/0DA==",
"requires": { "requires": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",

View File

@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "14.2.10", "@angular/platform-browser-dynamic": "14.2.10",
"@angular/router": "14.2.10", "@angular/router": "14.2.10",
"autolinker": "4.0.0", "autolinker": "4.0.0",
"openvidu-browser": "2.29.0", "openvidu-browser": "2.29.1",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "0.11.4" "zone.js": "0.11.4"
@ -78,5 +78,5 @@
"webcomponent:e2e-pro-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e-pro", "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" "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.1" "version": "2.29.2"
} }

View File

@ -12,7 +12,7 @@
"@angular/material": "^14.0.0", "@angular/material": "^14.0.0",
"autolinker": "^4.0.0", "autolinker": "^4.0.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"openvidu-browser": "2.29.0" "openvidu-browser": "2.29.1"
}, },
"version": "2.29.1" "version": "2.29.2"
} }