Skip to content

Commit

Permalink
Update to version v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Sep 21, 2022
1 parent 48192b3 commit bf427ba
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 111 deletions.
4 changes: 2 additions & 2 deletions openvidu-browser/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-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
]
}
},
"version": "2.22.0"
"version": "2.23.0"
}
158 changes: 79 additions & 79 deletions openvidu-components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
{
"name": "openvidu-components-testapp",
"version": "2.22.0",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl --configuration development",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
"build": "ng build openvidu-components-testapp --configuration production",
"lib:serve": "ng build openvidu-angular --watch",
"lib:build": "ng build openvidu-angular --configuration production && cd ./dist/openvidu-angular && npm pack",
"lib:copy": "cp dist/openvidu-angular/openvidu-angular-*.tgz ../../openvidu-tutorials/openvidu-call/openvidu-call-front",
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
"lib:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/angular.test.js",
"lib:e2e-ci": "cross-env LAUNCH_MODE=CI npm run lib:e2e",
"doc:build": "cd projects/openvidu-angular && npx compodoc -p ./doc/tsconfig.doc.json -c ./doc/.compodocrc.json",
"doc:clean-copy": "rm -rf ../../openvidu.io-docs/docs/api/openvidu-angular && cp -r ./docs/openvidu-angular/ ../../openvidu.io-docs/docs/api/openvidu-angular",
"doc:serve": "cd projects/openvidu-angular && npx compodoc -p ./doc/tsconfig.doc.json --watch --serve -c ./doc/.compodocrc.json",
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/",
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",
"webcomponent:e2e-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e",
"bundle-report": "ng build openvidu-webcomponent --stats-json --configuration production && webpack-bundle-analyzer dist/openvidu-webcomponent/stats.json",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "13.0.0",
"@angular/cdk": "13.0.0",
"@angular/common": "13.0.0",
"@angular/core": "13.0.0",
"@angular/flex-layout": "13.0.0-beta.36",
"@angular/forms": "13.0.0",
"@angular/material": "13.0.0",
"@angular/platform-browser": "13.0.0",
"@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0",
"autolinker": "3.14.3",
"openvidu-browser": "^2.22.0",
"rxjs": "7.5.6",
"tslib": "2.3.1",
"zone.js": "0.11.4",
"lorem-ipsum": "^2.0.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.5",
"@angular/cli": "13.0.1",
"@angular/compiler": "13.0.0",
"@angular/compiler-cli": "13.0.0",
"@angular/elements": "13.0.0",
"@compodoc/compodoc": "^1.1.19",
"@types/chai": "4.3.0",
"@types/mocha": "9.1.0",
"@types/node": "16.11.6",
"@types/selenium-webdriver": "4.1.1",
"chai": "4.3.6",
"chromedriver": "103.0.0",
"codelyzer": "6.0.2",
"concat": "^1.0.3",
"cross-env": "^7.0.3",
"http-server": "14.1.0",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma-junit-reporter": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-notify-reporter": "1.3.0",
"mocha": "9.2.2",
"ng-packagr": "13.0.3",
"selenium-webdriver": "4.2.0",
"ts-node": "10.4.0",
"tslint": "6.1.3",
"typescript": "4.4.4",
"webpack-bundle-analyzer": "^4.5.0"
}
}
"dependencies": {
"@angular/animations": "13.0.0",
"@angular/cdk": "13.0.0",
"@angular/common": "13.0.0",
"@angular/core": "13.0.0",
"@angular/flex-layout": "13.0.0-beta.36",
"@angular/forms": "13.0.0",
"@angular/material": "13.0.0",
"@angular/platform-browser": "13.0.0",
"@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0",
"autolinker": "3.14.3",
"lorem-ipsum": "^2.0.8",
"openvidu-browser": "2.23.0",
"rxjs": "7.5.6",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.5",
"@angular/cli": "13.0.1",
"@angular/compiler": "13.0.0",
"@angular/compiler-cli": "13.0.0",
"@angular/elements": "13.0.0",
"@compodoc/compodoc": "^1.1.19",
"@types/chai": "4.3.0",
"@types/mocha": "9.1.0",
"@types/node": "16.11.6",
"@types/selenium-webdriver": "4.1.1",
"chai": "4.3.6",
"chromedriver": "103.0.0",
"codelyzer": "6.0.2",
"concat": "^1.0.3",
"cross-env": "^7.0.3",
"http-server": "14.1.0",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma-junit-reporter": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-notify-reporter": "1.3.0",
"mocha": "9.2.2",
"ng-packagr": "13.0.3",
"selenium-webdriver": "4.2.0",
"ts-node": "10.4.0",
"tslint": "6.1.3",
"typescript": "4.4.4",
"webpack-bundle-analyzer": "^4.5.0"
},
"name": "openvidu-components-testapp",
"private": true,
"scripts": {
"build": "ng build openvidu-components-testapp --configuration production",
"bundle-report": "ng build openvidu-webcomponent --stats-json --configuration production && webpack-bundle-analyzer dist/openvidu-webcomponent/stats.json",
"doc:build": "cd projects/openvidu-angular && npx compodoc -p ./doc/tsconfig.doc.json -c ./doc/.compodocrc.json",
"doc:clean-copy": "rm -rf ../../openvidu.io-docs/docs/api/openvidu-angular && cp -r ./docs/openvidu-angular/ ../../openvidu.io-docs/docs/api/openvidu-angular",
"doc:serve": "cd projects/openvidu-angular && npx compodoc -p ./doc/tsconfig.doc.json --watch --serve -c ./doc/.compodocrc.json",
"lib:build": "ng build openvidu-angular --configuration production && cd ./dist/openvidu-angular && npm pack",
"lib:copy": "cp dist/openvidu-angular/openvidu-angular-*.tgz ../../openvidu-tutorials/openvidu-call/openvidu-call-front",
"lib:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/angular.test.js",
"lib:e2e-ci": "cross-env LAUNCH_MODE=CI npm run lib:e2e",
"lib:serve": "ng build openvidu-angular --watch",
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve --ssl --configuration development",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",
"webcomponent:e2e-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e",
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/"
},
"version": "2.23.0"
}
32 changes: 16 additions & 16 deletions openvidu-components-angular/projects/openvidu-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "openvidu-angular",
"version": "2.22.0",
"peerDependencies": {
"@angular/animations": "^13.0.0 || ^14.0.0",
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0",
"@angular/material": "^13.0.0 || ^14.0.0",
"@angular/forms": "^13.0.0 || ^14.0.0",
"@angular/flex-layout": "^13.0.0-beta.36 || ^14.0.0-beta.40",
"autolinker": ">=3.14.3",
"buffer": "^6.0.3",
"openvidu-browser": "2.22.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
"dependencies": {
"tslib": "^2.3.0"
},
"name": "openvidu-angular",
"peerDependencies": {
"@angular/animations": "^13.0.0 || ^14.0.0",
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0",
"@angular/flex-layout": "^13.0.0-beta.36 || ^14.0.0-beta.40",
"@angular/forms": "^13.0.0 || ^14.0.0",
"@angular/material": "^13.0.0 || ^14.0.0",
"autolinker": ">=3.14.3",
"buffer": "^6.0.3",
"openvidu-browser": "2.23.0"
},
"version": "2.23.0"
}
2 changes: 1 addition & 1 deletion openvidu-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<name>OpenVidu Server</name>
<version>2.22.0</version>
<version>2.23.0</version>
<description>OpenVidu Server</description>
<url>https://openvidu.io</url>

Expand Down
42 changes: 33 additions & 9 deletions openvidu-server/src/dashboard/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-server/src/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/router": "13.3.0",
"core-js": "3.21.1",
"jquery": "3.6.0",
"openvidu-browser": "2.22.0",
"openvidu-browser": "2.23.0",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"zone.js": "0.11.5"
Expand Down
4 changes: 2 additions & 2 deletions openvidu-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"core-js": "3.4.7",
"hammerjs": "2.0.8",
"json-stringify-safe": "^5.0.1",
"openvidu-browser": "2.22.0",
"openvidu-browser": "2.23.0",
"openvidu-node-client": "2.21.0",
"rxjs": "6.5.3",
"zone.js": "0.10.2"
Expand Down Expand Up @@ -45,5 +45,5 @@
"start": "ng serve",
"test": "ng test"
},
"version": "2.22.0"
"version": "2.23.0"
}

0 comments on commit bf427ba

Please sign in to comment.