Update to version v1.5.0

pull/30/head v1.5.0
jenkinsopenvidu 2018-01-18 15:34:43 +00:00
parent 8d02a4928f
commit 76ca44c806
15 changed files with 13369 additions and 13359 deletions

View File

@ -1,37 +1,37 @@
{ {
"license": "Apache-2.0",
"version": "1.4.0",
"repository": {
"url": "git://github.com/OpenVidu/openvidu",
"type": "git"
},
"author": "OpenVidu", "author": "OpenVidu",
"description": "OpenVidu Browser",
"dependencies": { "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", "freeice": "2.2.0",
"hark": "1.1.6",
"inherits": "2.0.3",
"merge": "1.2.0", "merge": "1.2.0",
"sdp-translator": "0.1.24",
"ua-parser-js": "0.7.17", "ua-parser-js": "0.7.17",
"webrtc-adapter": "6.0.4" "uuid": "3.1.0",
}, "webrtc-adapter": "6.0.4",
"scripts": { "wolfy87-eventemitter": "5.2.4"
"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"
}, },
"description": "OpenVidu Browser",
"devDependencies": { "devDependencies": {
"browserify": "15.1.0",
"tsify": "3.0.4", "tsify": "3.0.4",
"typescript": "2.6.2", "typescript": "2.6.2",
"browserify": "15.1.0",
"uglify-js": "3.3.5" "uglify-js": "3.3.5"
}, },
"license": "Apache-2.0",
"main": "lib/OpenVidu/index.js", "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", "types": "lib/OpenVidu/index.d.ts",
"name": "openvidu-browser" "version": "1.5.0"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenVidu Server</name> <name>OpenVidu Server</name>
<version>1.4.0</version> <version>1.5.0</version>
<description>OpenVidu Server</description> <description>OpenVidu Server</description>
<url>https://github.com/OpenVidu/openvidu</url> <url>https://github.com/OpenVidu/openvidu</url>

View File

@ -1,52 +1,52 @@
{ {
"name": "frontend",
"license": "MIT",
"private": true,
"version": "0.0.0",
"dependencies": { "dependencies": {
"hammerjs": "2.0.8",
"zone.js": "0.8.18",
"@angular/animations": "5.0.5", "@angular/animations": "5.0.5",
"openvidu-browser": "1.4.0",
"@angular/cdk": "5.0.0-rc.2", "@angular/cdk": "5.0.0-rc.2",
"@angular/forms": "5.0.5", "@angular/common": "5.0.5",
"core-js": "2.5.1",
"@angular/compiler": "5.0.5", "@angular/compiler": "5.0.5",
"@angular/core": "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/flex-layout": "2.0.0-beta.10-4905443",
"@angular/forms": "5.0.5",
"@angular/http": "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/platform-browser-dynamic": "5.0.5",
"@angular/material": "5.0.0-rc.1" "@angular/router": "5.0.5",
}, "core-js": "2.5.1",
"scripts": { "hammerjs": "2.0.8",
"start": "ng serve", "openvidu-browser": "1.5.0",
"lint": "ng lint", "rxjs": "5.5.3",
"ng": "ng", "zone.js": "0.8.18"
"e2e": "ng e2e",
"build": "ng build",
"test": "ng test"
}, },
"devDependencies": { "devDependencies": {
"@angular/cli": "1.5.5", "@angular/cli": "1.5.5",
"@angular/compiler-cli": "5.0.5", "@angular/compiler-cli": "5.0.5",
"karma-jasmine-html-reporter": "^0.2.2",
"@types/jasmine": "2.5.38", "@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", "@types/node": "~6.0.60",
"codelyzer": "4.0.1", "codelyzer": "4.0.1",
"ts-node": "3.3.0", "jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0", "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"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,56 +1,56 @@
{ {
"version": "1.4.0",
"license": "Apache-2.0",
"private": true,
"dependencies": { "dependencies": {
"hammerjs": "^2.0.8",
"zone.js": "^0.8.14",
"@angular/animations": "^4.4.3", "@angular/animations": "^4.4.3",
"colormap": "^2.2.0",
"openvidu-browser": "1.4.0",
"@angular/cdk": "^2.0.0-beta.11", "@angular/cdk": "^2.0.0-beta.11",
"@angular/forms": "^4.2.4", "@angular/common": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"@angular/compiler": "^4.2.4", "@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4", "@angular/core": "^4.2.4",
"rxjs": "^5.4.2",
"@angular/common": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/flex-layout": "2.0.0-beta.9", "@angular/flex-layout": "2.0.0-beta.9",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4", "@angular/http": "^4.2.4",
"openvidu-node-client": "1.1.0", "@angular/material": "^2.0.0-beta.11",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4", "@angular/platform-browser-dynamic": "^4.2.4",
"@angular/material": "^2.0.0-beta.11" "@angular/router": "^4.2.4",
}, "colormap": "^2.2.0",
"scripts": { "core-js": "^2.4.1",
"start": "ng serve", "hammerjs": "^2.0.8",
"lint": "ng lint", "openvidu-browser": "1.5.0",
"ng": "ng", "openvidu-node-client": "1.1.0",
"e2e": "ng e2e", "rxjs": "^5.4.2",
"build": "ng build", "zone.js": "^0.8.14"
"test": "ng test"
}, },
"devDependencies": { "devDependencies": {
"@angular/language-service": "^4.2.4",
"@angular/cli": "1.4.3", "@angular/cli": "1.4.3",
"@angular/compiler-cli": "^4.2.4", "@angular/compiler-cli": "^4.2.4",
"@types/jasminewd2": "~2.0.2", "@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53", "@types/jasmine": "~2.5.53",
"protractor": "~5.1.2", "@types/jasminewd2": "~2.0.2",
"tslint": "~5.3.2",
"karma-jasmine": "~1.1.0",
"karma-cli": "~1.0.1",
"karma-chrome-launcher": "2.2.0",
"typescript": "2.5.3",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma": "1.7.1",
"karma-jasmine-html-reporter": "^0.2.2",
"@types/node": "~6.0.60", "@types/node": "~6.0.60",
"jasmine-spec-reporter": "~4.1.0", "codelyzer": "~3.1.1",
"jasmine-core": "~2.6.2", "jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0", "ts-node": "~3.2.0",
"codelyzer": "~3.1.1" "tslint": "~5.3.2",
"typescript": "2.5.3"
}, },
"name": "openvidu-testapp" "license": "Apache-2.0",
"name": "openvidu-testapp",
"private": true,
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng test"
},
"version": "1.5.0"
} }