Skip to content

Commit

Permalink
Update to version v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Jan 18, 2018
1 parent 8d02a49 commit 76ca44c
Show file tree
Hide file tree
Showing 15 changed files with 27,669 additions and 27,659 deletions.
44 changes: 22 additions & 22 deletions openvidu-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"license": "Apache-2.0",
"version": "1.4.0",
"repository": {
"url": "git://github.com/OpenVidu/openvidu",
"type": "git"
},
"author": "OpenVidu",
"description": "OpenVidu Browser",
"dependencies": {
"inherits": "2.0.3",
"wolfy87-eventemitter": "5.2.4",
"hark": "1.1.6",
"uuid": "3.1.0",
"sdp-translator": "0.1.24",
"freeice": "2.2.0",
"hark": "1.1.6",
"inherits": "2.0.3",
"merge": "1.2.0",
"sdp-translator": "0.1.24",
"ua-parser-js": "0.7.17",
"webrtc-adapter": "6.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js",
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap",
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
"uuid": "3.1.0",
"webrtc-adapter": "6.0.4",
"wolfy87-eventemitter": "5.2.4"
},
"description": "OpenVidu Browser",
"devDependencies": {
"browserify": "15.1.0",
"tsify": "3.0.4",
"typescript": "2.6.2",
"browserify": "15.1.0",
"uglify-js": "3.3.5"
},
"license": "Apache-2.0",
"main": "lib/OpenVidu/index.js",
"name": "openvidu-browser",
"repository": {
"type": "git",
"url": "git://github.com/OpenVidu/openvidu"
},
"scripts": {
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
"browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js",
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap",
"test": "echo \"Error: no test specified\" && exit 1",
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
},
"types": "lib/OpenVidu/index.d.ts",
"name": "openvidu-browser"
"version": "1.5.0"
}

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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>1.4.0</version>
<version>1.5.0</version>
<description>OpenVidu Server</description>
<url>https://github.com/OpenVidu/openvidu</url>

Expand Down
70 changes: 35 additions & 35 deletions openvidu-server/src/angular/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "frontend",
"license": "MIT",
"private": true,
"version": "0.0.0",
"dependencies": {
"hammerjs": "2.0.8",
"zone.js": "0.8.18",
"@angular/animations": "5.0.5",
"openvidu-browser": "1.4.0",
"@angular/cdk": "5.0.0-rc.2",
"@angular/forms": "5.0.5",
"core-js": "2.5.1",
"@angular/common": "5.0.5",
"@angular/compiler": "5.0.5",
"@angular/core": "5.0.5",
"rxjs": "5.5.3",
"@angular/common": "5.0.5",
"@angular/platform-browser": "5.0.5",
"@angular/flex-layout": "2.0.0-beta.10-4905443",
"@angular/forms": "5.0.5",
"@angular/http": "5.0.5",
"@angular/router": "5.0.5",
"@angular/material": "5.0.0-rc.1",
"@angular/platform-browser": "5.0.5",
"@angular/platform-browser-dynamic": "5.0.5",
"@angular/material": "5.0.0-rc.1"
},
"scripts": {
"start": "ng serve",
"lint": "ng lint",
"ng": "ng",
"e2e": "ng e2e",
"build": "ng build",
"test": "ng test"
"@angular/router": "5.0.5",
"core-js": "2.5.1",
"hammerjs": "2.0.8",
"openvidu-browser": "1.5.0",
"rxjs": "5.5.3",
"zone.js": "0.8.18"
},
"devDependencies": {
"@angular/cli": "1.5.5",
"@angular/compiler-cli": "5.0.5",
"karma-jasmine-html-reporter": "^0.2.2",
"@types/jasmine": "2.5.38",
"protractor": "~5.1.0",
"tslint": "5.8.0",
"karma-jasmine": "~1.1.0",
"karma-cli": "~1.0.1",
"karma-chrome-launcher": "~2.0.0",
"typescript": "2.4.2",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma": "~1.4.1",
"@types/node": "~6.0.60",
"codelyzer": "4.0.1",
"ts-node": "3.3.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"jasmine-core": "~2.5.2"
}
}
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "3.3.0",
"tslint": "5.8.0",
"typescript": "2.4.2"
},
"license": "MIT",
"name": "frontend",
"private": true,
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng test"
},
"version": "0.0.0"
}

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

Loading

0 comments on commit 76ca44c

Please sign in to comment.