Update openvidu-components-angular to 2.22.0

pull/726/head
pabloFuente 2022-05-13 14:41:39 +02:00
parent d04a16a07b
commit 7ccb53ab51
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "2.21.0", "version": "2.22.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --ssl --configuration development", "start": "ng serve --ssl --configuration development",
@ -35,7 +35,7 @@
"@angular/platform-browser-dynamic": "13.0.0", "@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0", "@angular/router": "13.0.0",
"autolinker": "3.14.3", "autolinker": "3.14.3",
"openvidu-browser": "2.21.0", "openvidu-browser": "2.22.0",
"rxjs": "7.5.4", "rxjs": "7.5.4",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "0.11.4" "zone.js": "0.11.4"

View File

@ -1,6 +1,6 @@
{ {
"name": "openvidu-angular", "name": "openvidu-angular",
"version": "2.22.0-beta2", "version": "2.22.0",
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^13.0.0", "@angular/animations": "^13.0.0",
"@angular/common": "^13.0.0", "@angular/common": "^13.0.0",
@ -10,7 +10,7 @@
"@angular/flex-layout": "^13.0.0-beta.36", "@angular/flex-layout": "^13.0.0-beta.36",
"autolinker": "^3.14.3", "autolinker": "^3.14.3",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"openvidu-browser": "^2.21.0" "openvidu-browser": "2.22.0"
}, },
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"