Update to version v2.19.0

pull/648/head
jenkinsopenvidu 2021-07-26 12:01:34 +00:00
parent 935b488745
commit 5a5e99c50c
5 changed files with 8 additions and 8 deletions

View File

@ -42,5 +42,5 @@
"docs": "./generate-docs.sh"
},
"types": "lib/index.d.ts",
"version": "2.18.0"
"version": "2.19.0"
}

View File

@ -12,7 +12,7 @@
<packaging>jar</packaging>
<name>OpenVidu Server</name>
<version>2.18.0</version>
<version>2.19.0</version>
<description>OpenVidu Server</description>
<url>https://openvidu.io</url>

View File

@ -8733,9 +8733,9 @@
}
},
"openvidu-browser": {
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.18.0.tgz",
"integrity": "sha512-a9HPAG8p2vG9XGThPUbZWPI5sO1OFmrxKQdCZM3RLmasXQa2Lwj7X1Aicsznb7RtDBg/lD8NdNwAQjm4ZDt2Nw==",
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.19.0.tgz",
"integrity": "sha512-Viqe42+dfQUjHMomPz7Or39yJAUlqSwMy8xkz7a5HAhca7Szo8/89aA97Y1uFRowfu/BS8zgYFY0c6PnKGoAnA==",
"requires": {
"freeice": "2.2.2",
"hark": "1.2.3",

View File

@ -13,7 +13,7 @@
"@angular/router": "11.2.4",
"core-js": "3.9.1",
"jquery": "3.6.0",
"openvidu-browser": "2.18.0",
"openvidu-browser": "2.19.0",
"rxjs": "6.6.6",
"tslib": "2.1.0",
"zone.js": "0.11.4"

View File

@ -16,7 +16,7 @@
"core-js": "3.4.7",
"hammerjs": "2.0.8",
"json-stringify-safe": "^5.0.1",
"openvidu-browser": "2.18.0",
"openvidu-browser": "2.19.0",
"openvidu-node-client": "2.19.0",
"rxjs": "6.5.3",
"zone.js": "0.10.2"
@ -45,5 +45,5 @@
"start": "ng serve",
"test": "ng test"
},
"version": "2.18.0"
"version": "2.19.0"
}