Skip to content

Commit

Permalink
Update to version v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Jul 3, 2020
1 parent 3c9adab commit 5ab0f31
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 61 deletions.
2 changes: 1 addition & 1 deletion openvidu-browser/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion openvidu-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"docs": "./generate-docs.sh"
},
"types": "lib/index.d.ts",
"version": "2.14.0"
"version": "2.15.0"
}
2 changes: 1 addition & 1 deletion openvidu-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<name>OpenVidu Server</name>
<version>2.14.0</version>
<version>2.15.0</version>
<description>OpenVidu Server</description>
<url>https://openvidu.io</url>

Expand Down
54 changes: 38 additions & 16 deletions openvidu-server/src/dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion openvidu-server/src/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/router": "9.1.2",
"core-js": "3.6.5",
"jquery": "3.5.0",
"openvidu-browser": "2.14.0",
"openvidu-browser": "2.15.0",
"rxjs": "6.5.5",
"tslib": "1.11.1",
"zone.js": "0.10.3"
Expand Down
82 changes: 41 additions & 41 deletions openvidu-testapp/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"dependencies": {
"@angular/animations": "8.2.14",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/flex-layout": "8.0.0-beta.27",
"@angular/forms": "8.2.14",
"@angular/http": "7.2.15",
"@angular/material": "8.2.3",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"colormap": "2.3.1",
"core-js": "3.4.7",
"hammerjs": "2.0.8",
"openvidu-browser": "2.14.0",
"openvidu-node-client": "2.11.0",
"rxjs": "6.5.3",
"@angular/animations": "8.2.14",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/flex-layout": "8.0.0-beta.27",
"@angular/forms": "8.2.14",
"@angular/http": "7.2.15",
"@angular/material": "8.2.3",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"colormap": "2.3.1",
"core-js": "3.4.7",
"hammerjs": "2.0.8",
"openvidu-browser": "2.15.0",
"openvidu-node-client": "2.11.0",
"rxjs": "6.5.3",
"zone.js": "0.10.2"
},
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.20",
"@angular/cli": "8.3.20",
"@angular/compiler-cli": "8.2.14",
"@angular/language-service": "8.2.14",
"@types/jasmine": "3.5.0",
"@types/jasminewd2": "2.0.8",
"@types/node": "12.12.14",
"codelyzer": "5.2.0",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"@angular-devkit/build-angular": "0.803.20",
"@angular/cli": "8.3.20",
"@angular/compiler-cli": "8.2.14",
"@angular/language-service": "8.2.14",
"@types/jasmine": "3.5.0",
"@types/jasminewd2": "2.0.8",
"@types/node": "12.12.14",
"codelyzer": "5.2.0",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typescript": "3.5.3"
},
"license": "Apache-2.0",
"name": "openvidu-testapp",
"private": true,
},
"license": "Apache-2.0",
"name": "openvidu-testapp",
"private": true,
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng test"
},
"version": "2.14.0"
}
},
"version": "2.15.0"
}

0 comments on commit 5ab0f31

Please sign in to comment.