mirror of https://github.com/OpenVidu/openvidu.git
Update to version v1.4.0
parent
75f898e8bd
commit
c39e81cf23
|
@ -1,37 +1,37 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-browser",
|
"license": "Apache-2.0",
|
||||||
"version": "1.3.0",
|
"name": "openvidu-browser",
|
||||||
"description": "OpenVidu Browser",
|
"repository": {
|
||||||
"author": "OpenVidu",
|
"url": "git://github.com/OpenVidu/openvidu",
|
||||||
"license": "Apache-2.0",
|
"type": "git"
|
||||||
"repository": {
|
},
|
||||||
"type": "git",
|
"author": "OpenVidu",
|
||||||
"url": "git://github.com/OpenVidu/openvidu"
|
"version": "1.4.0",
|
||||||
},
|
"dependencies": {
|
||||||
"main": "lib/OpenVidu/index.js",
|
"inherits": "2.0.3",
|
||||||
"types": "lib/OpenVidu/index.d.ts",
|
"wolfy87-eventemitter": "5.2.4",
|
||||||
"scripts": {
|
"hark": "1.1.6",
|
||||||
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
|
"uuid": "3.1.0",
|
||||||
"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",
|
"sdp-translator": "0.1.24",
|
||||||
"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",
|
"freeice": "2.2.0",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"merge": "1.2.0",
|
||||||
"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"
|
"ua-parser-js": "0.7.17",
|
||||||
},
|
"webrtc-adapter": "6.0.4"
|
||||||
"dependencies": {
|
},
|
||||||
"wolfy87-eventemitter": "5.2.4",
|
"scripts": {
|
||||||
"webrtc-adapter": "6.0.4",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"uuid": "3.1.0",
|
"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",
|
||||||
"freeice": "2.2.0",
|
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
|
||||||
"inherits": "2.0.3",
|
"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",
|
||||||
"merge": "1.2.0",
|
"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"
|
||||||
"ua-parser-js": "0.7.17",
|
},
|
||||||
"hark": "1.1.6",
|
"devDependencies": {
|
||||||
"sdp-translator": "0.1.24"
|
"tsify": "3.0.4",
|
||||||
},
|
"typescript": "2.6.2",
|
||||||
"devDependencies": {
|
"browserify": "15.1.0",
|
||||||
"typescript": "2.6.2",
|
"uglify-js": "3.3.5"
|
||||||
"browserify": "15.1.0",
|
},
|
||||||
"tsify": "3.0.4",
|
"main": "lib/OpenVidu/index.js",
|
||||||
"uglify-js": "3.3.5"
|
"types": "lib/OpenVidu/index.d.ts",
|
||||||
}
|
"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
|
@ -1,6 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?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"
|
<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">
|
||||||
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -13,7 +12,7 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>OpenVidu Server</name>
|
<name>OpenVidu Server</name>
|
||||||
<version>1.3.0</version>
|
<version>1.4.0</version>
|
||||||
<description>OpenVidu Server</description>
|
<description>OpenVidu Server</description>
|
||||||
<url>https://github.com/OpenVidu/openvidu</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
|
|
|
@ -1,52 +1,53 @@
|
||||||
{
|
{
|
||||||
"name": "frontend",
|
"version": "0.0.0",
|
||||||
"version": "0.0.0",
|
"license": "MIT",
|
||||||
"license": "MIT",
|
"openvidu-browser": "1.4.0",
|
||||||
"scripts": {
|
"private": true,
|
||||||
"ng": "ng",
|
"dependencies": {
|
||||||
"start": "ng serve",
|
"zone.js": "0.8.18",
|
||||||
"build": "ng build",
|
"@angular/cdk": "5.0.0-rc.2",
|
||||||
"test": "ng test",
|
"openvidu-browser": "1.3.0",
|
||||||
"lint": "ng lint",
|
"@angular/animations": "5.0.5",
|
||||||
"e2e": "ng e2e"
|
"@angular/forms": "5.0.5",
|
||||||
},
|
"core-js": "2.5.1",
|
||||||
"private": true,
|
"@angular/compiler": "5.0.5",
|
||||||
"dependencies": {
|
"@angular/core": "5.0.5",
|
||||||
"@angular/animations": "5.0.5",
|
"rxjs": "5.5.3",
|
||||||
"@angular/common": "5.0.5",
|
"hammerjs": "2.0.8",
|
||||||
"@angular/compiler": "5.0.5",
|
"@angular/common": "5.0.5",
|
||||||
"@angular/core": "5.0.5",
|
"@angular/platform-browser": "5.0.5",
|
||||||
"@angular/flex-layout": "2.0.0-beta.10-4905443",
|
"@angular/material": "5.0.0-rc.1",
|
||||||
"@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-dynamic": "5.0.5",
|
||||||
"@angular/cdk": "5.0.0-rc.2",
|
"@angular/flex-layout": "2.0.0-beta.10-4905443"
|
||||||
"@angular/platform-browser": "5.0.5",
|
},
|
||||||
"@angular/platform-browser-dynamic": "5.0.5",
|
"scripts": {
|
||||||
"@angular/router": "5.0.5",
|
"e2e": "ng e2e",
|
||||||
"core-js": "2.5.1",
|
"lint": "ng lint",
|
||||||
"hammerjs": "2.0.8",
|
"ng": "ng",
|
||||||
"rxjs": "5.5.3",
|
"start": "ng serve",
|
||||||
"zone.js": "0.8.18",
|
"build": "ng build",
|
||||||
"openvidu-browser": "1.3.0"
|
"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",
|
||||||
"@types/jasmine": "2.5.38",
|
"karma-jasmine-html-reporter": "^0.2.2",
|
||||||
"@types/node": "~6.0.60",
|
"tslint": "5.8.0",
|
||||||
"codelyzer": "4.0.1",
|
"@types/jasmine": "2.5.38",
|
||||||
"jasmine-core": "~2.5.2",
|
"protractor": "~5.1.0",
|
||||||
"jasmine-spec-reporter": "~3.2.0",
|
"karma-jasmine": "~1.1.0",
|
||||||
"karma": "~1.4.1",
|
"karma-cli": "~1.0.1",
|
||||||
"karma-chrome-launcher": "~2.0.0",
|
"karma-chrome-launcher": "~2.0.0",
|
||||||
"karma-cli": "~1.0.1",
|
"typescript": "2.4.2",
|
||||||
"karma-jasmine": "~1.1.0",
|
"ts-node": "3.3.0",
|
||||||
"karma-jasmine-html-reporter": "^0.2.2",
|
"karma-coverage-istanbul-reporter": "^0.2.0",
|
||||||
"karma-coverage-istanbul-reporter": "^0.2.0",
|
"karma": "~1.4.1",
|
||||||
"protractor": "~5.1.0",
|
"codelyzer": "4.0.1",
|
||||||
"ts-node": "3.3.0",
|
"@types/node": "~6.0.60",
|
||||||
"tslint": "5.8.0",
|
"jasmine-spec-reporter": "~3.2.0",
|
||||||
"typescript": "2.4.2"
|
"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
|
@ -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__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
exports = module.exports = __webpack_require__("../../../../css-loader/lib/css-base.js")(false);
|
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
|
// 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":
|
/***/ "../../../../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
|
@ -1,56 +1,56 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-testapp",
|
"version": "1.4.0",
|
||||||
"version": "1.1.0",
|
"license": "Apache-2.0",
|
||||||
"license": "Apache-2.0",
|
"private": true,
|
||||||
"scripts": {
|
"dependencies": {
|
||||||
"ng": "ng",
|
"zone.js": "^0.8.14",
|
||||||
"start": "ng serve",
|
"@angular/animations": "^4.4.3",
|
||||||
"build": "ng build",
|
"colormap": "^2.2.0",
|
||||||
"test": "ng test",
|
"openvidu-browser": "1.4.0",
|
||||||
"lint": "ng lint",
|
"@angular/cdk": "^2.0.0-beta.11",
|
||||||
"e2e": "ng e2e"
|
"@angular/forms": "^4.2.4",
|
||||||
},
|
"openvidu-node-client": "1.1.0",
|
||||||
"private": true,
|
"core-js": "^2.4.1",
|
||||||
"dependencies": {
|
"@angular/compiler": "^4.2.4",
|
||||||
"@angular/animations": "^4.4.3",
|
"@angular/core": "^4.2.4",
|
||||||
"@angular/cdk": "^2.0.0-beta.11",
|
"rxjs": "^5.4.2",
|
||||||
"@angular/common": "^4.2.4",
|
"hammerjs": "^2.0.8",
|
||||||
"@angular/compiler": "^4.2.4",
|
"@angular/common": "^4.2.4",
|
||||||
"@angular/core": "^4.2.4",
|
"@angular/platform-browser": "^4.2.4",
|
||||||
"@angular/flex-layout": "2.0.0-beta.9",
|
"@angular/material": "^2.0.0-beta.11",
|
||||||
"@angular/forms": "^4.2.4",
|
"@angular/http": "^4.2.4",
|
||||||
"@angular/http": "^4.2.4",
|
"@angular/router": "^4.2.4",
|
||||||
"@angular/material": "^2.0.0-beta.11",
|
"@angular/platform-browser-dynamic": "^4.2.4",
|
||||||
"@angular/platform-browser": "^4.2.4",
|
"@angular/flex-layout": "2.0.0-beta.9"
|
||||||
"@angular/platform-browser-dynamic": "^4.2.4",
|
},
|
||||||
"@angular/router": "^4.2.4",
|
"scripts": {
|
||||||
"colormap": "^2.2.0",
|
"e2e": "ng e2e",
|
||||||
"core-js": "^2.4.1",
|
"lint": "ng lint",
|
||||||
"hammerjs": "^2.0.8",
|
"ng": "ng",
|
||||||
"openvidu-browser": "1.3.0",
|
"start": "ng serve",
|
||||||
"openvidu-node-client": "1.1.0",
|
"build": "ng build",
|
||||||
"rxjs": "^5.4.2",
|
"test": "ng test"
|
||||||
"zone.js": "^0.8.14"
|
},
|
||||||
},
|
"devDependencies": {
|
||||||
"devDependencies": {
|
"@angular/language-service": "^4.2.4",
|
||||||
"@angular/cli": "1.6.3",
|
"@angular/cli": "1.6.3",
|
||||||
"@angular/compiler-cli": "^4.2.4",
|
"@angular/compiler-cli": "^4.2.4",
|
||||||
"@angular/language-service": "^4.2.4",
|
"@types/jasminewd2": "~2.0.2",
|
||||||
"@types/jasmine": "~2.5.53",
|
"tslint": "~5.3.2",
|
||||||
"@types/jasminewd2": "~2.0.2",
|
"@types/jasmine": "~2.5.53",
|
||||||
"@types/node": "~6.0.60",
|
"protractor": "~5.1.2",
|
||||||
"codelyzer": "~3.1.1",
|
"karma-jasmine": "~1.1.0",
|
||||||
"jasmine-core": "~2.6.2",
|
"karma-cli": "~1.0.1",
|
||||||
"jasmine-spec-reporter": "~4.1.0",
|
"karma-chrome-launcher": "2.2.0",
|
||||||
"karma": "1.7.1",
|
"typescript": "2.6.2",
|
||||||
"karma-chrome-launcher": "2.2.0",
|
"karma-jasmine-html-reporter": "^0.2.2",
|
||||||
"karma-cli": "~1.0.1",
|
"karma-coverage-istanbul-reporter": "^1.3.0",
|
||||||
"karma-coverage-istanbul-reporter": "^1.3.0",
|
"karma": "1.7.1",
|
||||||
"karma-jasmine": "~1.1.0",
|
"codelyzer": "~3.1.1",
|
||||||
"karma-jasmine-html-reporter": "^0.2.2",
|
"@types/node": "~6.0.60",
|
||||||
"protractor": "~5.1.2",
|
"jasmine-spec-reporter": "~4.1.0",
|
||||||
"ts-node": "~3.2.0",
|
"jasmine-core": "~2.6.2",
|
||||||
"tslint": "~5.3.2",
|
"ts-node": "~3.2.0"
|
||||||
"typescript": "2.6.2"
|
},
|
||||||
}
|
"name": "openvidu-testapp"
|
||||||
}
|
}
|
Loading…
Reference in New Issue