Skip to content

Commit 6eb84cd

Browse files
Update to version v1.8.0
1 parent efbb4e7 commit 6eb84cd

13 files changed

Lines changed: 15345 additions & 13358 deletions

openvidu-browser/package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"author": "OpenVidu",
3-
"dependencies": {
4-
"freeice": "2.2.0",
5-
"hark": "1.1.6",
6-
"inherits": "2.0.3",
7-
"merge": "1.2.0",
8-
"sdp-translator": "0.1.24",
9-
"ua-parser-js": "0.7.17",
10-
"uuid": "3.1.0",
11-
"webrtc-adapter": "6.1.1",
12-
"wolfy87-eventemitter": "5.2.4"
13-
},
14-
"description": "OpenVidu Browser",
15-
"devDependencies": {
16-
"browserify": "15.1.0",
17-
"tsify": "3.0.4",
18-
"typescript": "2.6.2",
19-
"uglify-js": "3.3.5"
20-
},
21-
"license": "Apache-2.0",
22-
"main": "lib/OpenVidu/index.js",
23-
"name": "openvidu-browser",
24-
"repository": {
25-
"type": "git",
26-
"url": "git://github.com/OpenVidu/openvidu"
27-
},
28-
"scripts": {
29-
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
30-
"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",
31-
"test": "echo \"Error: no test specified\" && exit 1",
32-
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap --lib dom,es5,es2015.promise,scripthost && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap --lib dom,es5,es2015.promise,scripthost"
33-
},
34-
"types": "lib/OpenVidu/index.d.ts",
35-
"version": "1.7.0"
36-
}
2+
"author": "OpenVidu",
3+
"dependencies": {
4+
"freeice": "2.2.0",
5+
"hark": "1.1.6",
6+
"inherits": "2.0.3",
7+
"merge": "1.2.0",
8+
"sdp-translator": "0.1.24",
9+
"ua-parser-js": "0.7.17",
10+
"uuid": "3.1.0",
11+
"webrtc-adapter": "6.1.1",
12+
"wolfy87-eventemitter": "5.2.4"
13+
},
14+
"description": "OpenVidu Browser",
15+
"devDependencies": {
16+
"browserify": "15.1.0",
17+
"tsify": "3.0.4",
18+
"typescript": "2.6.2",
19+
"uglify-js": "3.3.5"
20+
},
21+
"license": "Apache-2.0",
22+
"main": "lib/OpenVidu/index.js",
23+
"name": "openvidu-browser",
24+
"repository": {
25+
"type": "git",
26+
"url": "git://github.com/OpenVidu/openvidu"
27+
},
28+
"scripts": {
29+
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
30+
"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",
31+
"test": "echo \"Error: no test specified\" && exit 1",
32+
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap --lib dom,es5,es2015.promise,scripthost && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap --lib dom,es5,es2015.promise,scripthost"
33+
},
34+
"types": "lib/OpenVidu/index.d.ts",
35+
"version": "1.8.0"
36+
}

0 commit comments

Comments
 (0)