-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48192b3
commit bf427ba
Showing
8 changed files
with
135 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,5 +53,5 @@ | |
] | ||
} | ||
}, | ||
"version": "2.22.0" | ||
"version": "2.23.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
32
openvidu-components-angular/projects/openvidu-angular/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters