Update to version v1.4.0

pull/30/head
jenkinsopenvidu 2018-01-11 14:28:01 +00:00
parent 75f898e8bd
commit c39e81cf23
17 changed files with 26354 additions and 26083 deletions

View File

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

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 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

View File

@ -1,6 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -13,7 +12,7 @@
<packaging>jar</packaging>
<name>OpenVidu Server</name>
<version>1.3.0</version>
<version>1.4.0</version>
<description>OpenVidu Server</description>
<url>https://github.com/OpenVidu/openvidu</url>

View File

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

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

@ -27,7 +27,22 @@ if(false) {
/***/ }),
/***/ "../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null],\"sourceMap\":false}!../../../material/prebuilt-themes/deeppurple-amber.css":
/***/ "../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"sourceMap\":false}!../../../../../src/styles.css":
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__("../../../../css-loader/lib/css-base.js")(false);
// imports
exports.i(__webpack_require__("../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"sourceMap\":false}!../../../material/prebuilt-themes/deeppurple-amber.css"), "");
// module
exports.push([module.i, "html,\nbody {\n height: 100%;\n margin: 0;\n padding: 0;\n background: #4d4d4d;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);\n}\n\nmain {\n height: 100%;\n}\n\nli {\n list-style: none;\n}\n\nvideo {\n width: 100%;\n}\n\n.mat-spinner path {\n stroke: #4d4d4d;\n}", ""]);
// exports
/***/ }),
/***/ "../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"sourceMap\":false}!../../../material/prebuilt-themes/deeppurple-amber.css":
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__("../../../../css-loader/lib/css-base.js")(false);
@ -40,21 +55,6 @@ exports.push([module.i, ".mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0
// exports
/***/ }),
/***/ "../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"sourceMap\":false}!../../../../../src/styles.css":
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__("../../../../css-loader/lib/css-base.js")(false);
// imports
exports.i(__webpack_require__("../../../../css-loader/index.js?{\"sourceMap\":false,\"importLoaders\":1}!../../../../postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null],\"sourceMap\":false}!../../../material/prebuilt-themes/deeppurple-amber.css"), "");
// module
exports.push([module.i, "html,\nbody {\n height: 100%;\n margin: 0;\n padding: 0;\n background: #4d4d4d;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);\n}\n\nmain {\n height: 100%;\n}\n\nli {\n list-style: none;\n}\n\nvideo {\n width: 100%;\n}\n\n.mat-spinner path {\n stroke: #4d4d4d;\n}", ""]);
// exports
/***/ }),
/***/ "../../../../css-loader/lib/css-base.js":

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