Skip to content

Commit

Permalink
Update to version v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed May 12, 2020
1 parent 05c44b8 commit 8637041
Show file tree
Hide file tree
Showing 5 changed files with 647 additions and 146 deletions.
2 changes: 1 addition & 1 deletion openvidu-call-back/package-lock.json

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

108 changes: 54 additions & 54 deletions openvidu-call-back/package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "openvidu-call-server",
"version": "2.14.0-beta10",
"description": "OpenVidu Call Server",
"main": "app.ts",
"scripts": {
"test": "jest",
"build": "webpack",
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenVidu/openvidu-call.git"
},
"keywords": [
"openvidu",
"webrtc",
"openvidu-call"
],
"author": "OpenVidu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenVidu/openvidu-call/issues"
},
"homepage": "https://github.com/OpenVidu/openvidu-call#readme",
"dependencies": {
"axios": "0.19.2",
"btoa": "1.2.1",
"dotenv": "8.2.0",
"express": "4.17.1"
},
"devDependencies": {
"@types/btoa": "1.2.3",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
"concurrently": "5.1.0",
"cross-env": "^7.0.2",
"dotenv-webpack": "1.7.0",
"jest": "25.4.0",
"nodemon": "2.0.3",
"supertest": "4.0.2",
"ts-loader": "7.0.1",
"ts-node": "8.8.2",
"typescript": "3.8.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-node-externals": "1.7.2"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
}
"author": "OpenVidu",
"bugs": {
"url": "https://github.com/OpenVidu/openvidu-call/issues"
},
"dependencies": {
"axios": "0.19.2",
"btoa": "1.2.1",
"dotenv": "8.2.0",
"express": "4.17.1"
},
"description": "OpenVidu Call Server",
"devDependencies": {
"@types/btoa": "1.2.3",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
"concurrently": "5.1.0",
"cross-env": "^7.0.2",
"dotenv-webpack": "1.7.0",
"jest": "25.4.0",
"nodemon": "2.0.3",
"supertest": "4.0.2",
"ts-loader": "7.0.1",
"ts-node": "8.8.2",
"typescript": "3.8.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-node-externals": "1.7.2"
},
"homepage": "https://github.com/OpenVidu/openvidu-call#readme",
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testEnvironment": "node"
},
"keywords": [
"openvidu",
"webrtc",
"openvidu-call"
],
"license": "Apache-2.0",
"main": "app.ts",
"name": "openvidu-call-server",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenVidu/openvidu-call.git"
},
"scripts": {
"build": "webpack",
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts",
"test": "jest"
},
"version": "2.14.0"
}
Loading

0 comments on commit 8637041

Please sign in to comment.