- Updated @livekit/track-processors from 0.6.1 to 0.7.0 in openvidu-components-angular/package.json - Updated livekit-client from 2.15.15 to 2.16.0 in openvidu-components-angular/package.json - Updated livekit-client from ^2.15.0 to ^2.16.0 in openvidu-components-angular/projects/openvidu-components-angular/package.json - Updated @livekit/track-processors from ^0.6.0 to ^0.7.0 in openvidu-components-angular/projects/openvidu-components-angular/package.json - Refactored OpenViduService to change roomOptions.e2ee to roomOptions.encryption for E2EE configuration - Reorganized import statements in OpenViduService for better readability
23 lines
792 B
JSON
23 lines
792 B
JSON
{
|
|
"name": "openvidu-components-angular",
|
|
"main": "dist/fesm2022/openvidu-components-angular.mjs",
|
|
"module": "dist/fesm2022/openvidu-components-angular.mjs",
|
|
"typings": "dist/index.d.ts",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/cdk": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/material": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"autolinker": "^4.0.0",
|
|
"buffer": "^6.0.3",
|
|
"livekit-client": "^2.16.0",
|
|
"@livekit/track-processors": "^0.7.0"
|
|
},
|
|
"version": "3.4.0"
|
|
}
|