Skip to content

Commit

Permalink
Update to version v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Nov 12, 2020
1 parent 4d612d1 commit 4d9f7f1
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 45 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.

2 changes: 1 addition & 1 deletion openvidu-call-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts",
"test": "jest"
},
"version": "2.16.0-beta2"
"version": "2.16.0"
}
39 changes: 20 additions & 19 deletions openvidu-call-front/package-lock.json

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

14 changes: 7 additions & 7 deletions openvidu-call-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@angular/router": "10.1.2",
"core-js": "3.6.5",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.16.0-beta2",
"openvidu-browser": "2.16.0",
"rxjs": "6.6.3",
"unique-names-generator": "4.3.1",
"zone.js": "0.11.1"
Expand Down Expand Up @@ -56,20 +56,20 @@
"name": "openvidu-call",
"private": true,
"scripts": {
"start": "ng serve",
"start:https": "ng serve --host 192.168.1.161 --ssl --ssl-key cert.key --ssl-cert cert.crt",
"build": "./node_modules/@angular/cli/bin/ng build && npm run copy:backend",
"build-prod": "func() { ./node_modules/@angular/cli/bin/ng build --prod --base-href=\"${1:-/}\" && npm run copy:backend-prod; }; func",
"build-win:openvidu-angular": "node .\\openvidu-angular-build.js && node .\\node_modules\\@angular\\cli\\bin\\ng build openvidu-angular --prod",
"build-win:openvidu-webcomponent": "node .\\openvidu-webcomponent-prepare.js && node .\\node_modules\\@angular\\cli\\bin\\ng build --prod --output-hashing none && node .\\openvidu-webcomponent-build.js",
"build:openvidu-angular": "node openvidu-angular-build.js && ./node_modules/@angular/cli/bin/ng build openvidu-angular --prod",
"build:openvidu-webcomponent": "node ./openvidu-webcomponent-prepare.js && ./node_modules/@angular/cli/bin/ng build --prod --output-hashing none && node ./openvidu-webcomponent-build.js",
"build-win:openvidu-webcomponent": "node .\\openvidu-webcomponent-prepare.js && node .\\node_modules\\@angular\\cli\\bin\\ng build --prod --output-hashing none && node .\\openvidu-webcomponent-build.js",
"build-win:openvidu-angular": "node .\\openvidu-angular-build.js && node .\\node_modules\\@angular\\cli\\bin\\ng build openvidu-angular --prod",
"copy:backend": "cp -a dist/openvidu-call/. ../openvidu-call-back/public/",
"copy:backend-prod": "mkdir -p ../openvidu-call-back/dist/public && cp -a dist/openvidu-call/. ../openvidu-call-back/dist/public/",
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
"e2e": "ng e2e",
"lint": "ng lint",
"pack:openvidu-angular": "cd dist/openvidu-angular && npm pack",
"start": "ng serve",
"start:https": "ng serve --host 192.168.1.161 --ssl --ssl-key cert.key --ssl-cert cert.crt",
"test": "ng test openvidu-call --watch=false --code-coverage"
},
"version": "2.16.0-beta2"
"version": "2.16.0"
}
34 changes: 17 additions & 17 deletions openvidu-call-front/projects/openvidu-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"author": "OpenVidu",
"author": "OpenVidu",
"dependencies": {
"@angular/animations": "10.1.2",
"@angular/cdk": "10.2.2",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/material": "10.2.2",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.15.1-alpha2"
},
"description": "OpenVidu Angular",
"license": "Apache-2.0",
"name": "openvidu-angular",
"@angular/animations": "10.1.2",
"@angular/cdk": "10.2.2",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/material": "10.2.2",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.16.0"
},
"description": "OpenVidu Angular",
"license": "Apache-2.0",
"name": "openvidu-angular",
"peerDependencies": {
"@angular/common": "10.1.2",
"@angular/common": "10.1.2",
"@angular/core": "10.1.2"
},
},
"repository": {
"type": "git",
"type": "git",
"url": "git://github.com/OpenVidu/openvidu-call"
},
"version": "2.15.0"
}
},
"version": "2.16.0"
}

0 comments on commit 4d9f7f1

Please sign in to comment.