Skip to content

Commit

Permalink
Update to version v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Mar 3, 2022
1 parent df148da commit 9200363
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 30 deletions.
24 changes: 12 additions & 12 deletions openvidu-call-back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openvidu-call-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"btoa": "1.2.1",
"dotenv": "8.2.0",
"express": "4.17.1",
"openvidu-node-client": "2.20.0"
"openvidu-node-client": "2.21.0"
},
"description": "OpenVidu Call Server",
"devDependencies": {
Expand Down Expand Up @@ -52,5 +52,5 @@
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts",
"test": "jest"
},
"version": "2.20.0"
"version": "2.21.0"
}
30 changes: 18 additions & 12 deletions openvidu-call-front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openvidu-call-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"core-js": "3.8.3",
"linkifyjs": "2.1.9",
"ng2-canvas-whiteboard": "4.0.1",
"openvidu-browser": "2.20.0",
"openvidu-browser": "2.21.0",
"rxjs": "6.6.3",
"unique-names-generator": "4.6.0",
"zone.js": "0.11.4"
Expand Down Expand Up @@ -72,5 +72,5 @@
"start:https": "ng serve --host 192.168.1.161 --ssl --ssl-key cert.key --ssl-cert cert.crt",
"test": "ng test openvidu-call --watch=false --code-coverage"
},
"version": "2.20.0"
"version": "2.21.0"
}
4 changes: 2 additions & 2 deletions openvidu-call-front/projects/openvidu-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@angular/flex-layout": "12.0.0-beta.34",
"@angular/material": "12.1.3",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.20.0"
"openvidu-browser": "2.21.0"
},
"description": "OpenVidu Angular",
"license": "Apache-2.0",
Expand All @@ -19,5 +19,5 @@
"type": "git",
"url": "git://github.com/OpenVidu/openvidu-call"
},
"version": "2.20.0"
"version": "2.21.0"
}

0 comments on commit 9200363

Please sign in to comment.